GET
/
api
/
v3
/
brokerage
/
convert
/
trade
/
{trade_id}
curl --request GET \
  --url https://api.coinbase.com/api/v3/brokerage/convert/trade/{trade_id}
{
  "trade": {
    "id": "<string>",
    "status": "<any>",
    "user_entered_amount": {
      "value": "<string>",
      "currency": "<string>"
    },
    "amount": {
      "value": "<string>",
      "currency": "<string>"
    },
    "subtotal": {
      "value": "<string>",
      "currency": "<string>"
    },
    "total": {
      "value": "<string>",
      "currency": "<string>"
    },
    "fees": [
      {
        "title": "<string>",
        "description": "<string>",
        "amount": {
          "value": "<string>",
          "currency": "<string>"
        },
        "label": "<string>",
        "disclosure": {
          "title": "<string>",
          "description": "<string>",
          "link": {
            "text": "<string>",
            "url": "<string>"
          }
        },
        "waived_details": {
          "amount": {
            "value": "<string>",
            "currency": "<string>"
          },
          "source": "<any>"
        }
      }
    ],
    "total_fee": {
      "title": "<string>",
      "description": "<string>",
      "amount": {
        "value": "<string>",
        "currency": "<string>"
      },
      "label": "<string>",
      "disclosure": {
        "title": "<string>",
        "description": "<string>",
        "link": {
          "text": "<string>",
          "url": "<string>"
        }
      },
      "waived_details": {
        "amount": {
          "value": "<string>",
          "currency": "<string>"
        },
        "source": "<any>"
      }
    },
    "source": {
      "type": "<any>",
      "network": "<string>",
      "payment_method_id": "<string>",
      "blockchain_address": {
        "address": "<string>",
        "destination_tag": "<string>"
      },
      "coinbase_account": {
        "account_id": "<string>"
      },
      "blockchain_transaction": {
        "hsh": "<string>",
        "height": 123
      },
      "fedwire": {
        "routing_number": "<string>",
        "account_holder": {
          "legal_name": "<string>",
          "account_number": "<string>",
          "address": {
            "lines": [
              "<string>"
            ],
            "country_code": "<string>"
          }
        },
        "bank": {
          "name": "<string>",
          "address": {
            "lines": [
              "<string>"
            ],
            "country_code": "<string>"
          },
          "identifier": "<string>",
          "type": "<any>",
          "identifier_code": "<string>"
        },
        "intermediary_bank": {
          "name": "<string>",
          "address": {
            "lines": [
              "<string>"
            ],
            "country_code": "<string>"
          },
          "identifier": "<string>",
          "type": "<any>",
          "identifier_code": "<string>"
        }
      },
      "swift": {
        "account_holder": {
          "legal_name": "<string>",
          "iban": "<string>",
          "bban": "<string>",
          "domestic_account_id": "<string>",
          "customer_payment_address1": "<string>",
          "customer_payment_address2": "<string>",
          "customer_payment_address3": "<string>",
          "customer_payment_country_code": "<string>"
        },
        "institution": {
          "bic": "<string>",
          "name": "<string>",
          "bank_address1": "<string>",
          "bank_address2": "<string>",
          "bank_address3": "<string>",
          "bank_country_code": "<string>",
          "domestic_bank_id": "<string>",
          "international_bank_id": "<string>"
        },
        "intermediary": {
          "bic": "<string>",
          "name": "<string>",
          "bank_address1": "<string>",
          "bank_address2": "<string>",
          "bank_address3": "<string>",
          "bank_country_code": "<string>",
          "domestic_bank_id": "<string>",
          "international_bank_id": "<string>"
        }
      },
      "card": {
        "first_data_token": {
          "value": "<string>",
          "store_id": "<string>"
        },
        "expiry_date": {
          "month": "<string>",
          "year": "<string>"
        },
        "postal_code": "<string>",
        "merchant": {
          "mid": "<string>"
        },
        "vault_token": {
          "value": "<string>",
          "vault_id": "<string>"
        },
        "worldpay_params": {
          "token_value": "<string>",
          "uses_merchant_token": true,
          "accept_header": "<string>",
          "user_agent_header": "<string>",
          "shopper_ip": "<string>",
          "shopper_session_id": "<string>"
        },
        "previous_scheme_tx_id": "<string>",
        "customer_name": "<string>",
        "address": {
          "address1": "<string>",
          "address2": "<string>",
          "city": "<string>",
          "state": "<string>",
          "postal_code": "<string>",
          "country": "<string>"
        },
        "phone_number": "<string>",
        "user_id": "<string>",
        "customer_first_name": "<string>",
        "customer_last_name": "<string>",
        "six_digit_bin": "<string>",
        "last_four": "<string>",
        "customer_dob": {
          "month": "<string>",
          "day": "<string>",
          "year": "<string>"
        },
        "scheme": "<any>",
        "eight_digit_bin": "<string>",
        "checkout_token": {
          "source_id": "<string>"
        }
      },
      "zengin": {
        "account_holder": {
          "legal_name": "<string>",
          "identifier": "<string>",
          "type": "<string>"
        },
        "institution": {
          "bank_code": "<string>",
          "branch_code": "<string>"
        }
      },
      "uk": {
        "account_holder": {
          "legal_name": "<string>",
          "bban": "<string>",
          "sort_code": "<string>",
          "account_number": "<string>",
          "address": {
            "address1": "<string>",
            "address2": "<string>",
            "city": "<string>",
            "state": "<string>",
            "postal_code": "<string>",
            "country": "<string>"
          }
        },
        "institution": {
          "name": "<string>"
        },
        "customer_first_name": "<string>",
        "customer_last_name": "<string>",
        "email": "<string>",
        "phone_number": "<string>"
      },
      "sepa": {
        "account_holder": {
          "legal_name": "<string>",
          "iban": "<string>",
          "bban": "<string>"
        },
        "institution": {
          "bic": "<string>",
          "name": "<string>"
        },
        "customer_first_name": "<string>",
        "customer_last_name": "<string>",
        "email": "<string>",
        "phone_number": "<string>"
      },
      "paypal": {
        "account_holder": {
          "paypal_id": "<string>",
          "paypal_pm_id": "<string>"
        },
        "merchant": {
          "merchant_account_id": "<string>"
        },
        "metadata": {
          "paypal_correlation_id": "<string>"
        }
      },
      "ledger_account": {
        "account_id": "<string>",
        "currency": "<string>",
        "owner": {
          "id": "<string>",
          "uuid": "<string>",
          "user_uuid": "<string>",
          "type": "<any>"
        }
      },
      "external_payment_method": {
        "payment_method_id": "<string>"
      },
      "pro_account": {
        "account_id": "<string>",
        "coinbase_account_id": "<string>",
        "user_id": "<string>",
        "currency": "<string>",
        "portfolio_id": "<string>"
      },
      "rtp": {
        "account_holder": {
          "legal_name": "<string>",
          "identifier": "<string>"
        },
        "institution": {
          "routing_number": "<string>"
        }
      },
      "venue": {
        "name": "<string>"
      },
      "ledger_named_account": {
        "name": "<string>",
        "currency": "<string>",
        "foreign_network": "<string>"
      },
      "custodial_pool": {
        "name": "<string>",
        "network": "<string>",
        "fiat_id": "<string>"
      },
      "apple_pay": {
        "braintree": {
          "nonce": "<string>",
          "correlation_id": "<string>"
        },
        "apple_pay": {
          "nonce": "<string>",
          "correlation_id": "<string>"
        },
        "user_id": "<string>",
        "postal_code": "<string>",
        "customer_name": "<string>",
        "address": {
          "address1": "<string>",
          "address2": "<string>",
          "city": "<string>",
          "state": "<string>",
          "postal_code": "<string>",
          "country": "<string>"
        },
        "six_digit_bin": "<string>",
        "last_four": "<string>",
        "issuing_country": "<string>",
        "issuing_bank": "<string>",
        "product_id": "<string>",
        "scheme": "<any>",
        "prepaid": "<any>",
        "debit": "<any>"
      },
      "default_account": {
        "user_uuid": "<string>",
        "currency": "<string>"
      },
      "remitly": {
        "account_holder": {
          "recipient_id": "<string>",
          "payout_method_type": "<string>"
        }
      },
      "pro_internal_account": {
        "user_id": "<string>",
        "currency": "<string>"
      },
      "dapp_wallet_account": {
        "user_uuid": "<string>",
        "network": "<string>",
        "cohort_id": "<string>",
        "signing_backend": "<string>",
        "currency": "<string>"
      },
      "google_pay": {
        "braintree": {
          "nonce": "<string>",
          "correlation_id": "<string>"
        },
        "google_pay": {
          "nonce": "<string>",
          "correlation_id": "<string>"
        },
        "user_id": "<string>",
        "postal_code": "<string>",
        "customer_name": "<string>",
        "address": {
          "address1": "<string>",
          "address2": "<string>",
          "city": "<string>",
          "state": "<string>",
          "postal_code": "<string>",
          "country": "<string>"
        },
        "six_digit_bin": "<string>",
        "last_four": "<string>",
        "issuing_country": "<string>",
        "issuing_bank": "<string>",
        "product_id": "<string>",
        "scheme": "<any>",
        "prepaid": "<any>",
        "debit": "<any>"
      },
      "dapp_wallet_blockchain_address": {
        "network": "<string>",
        "address": "<string>",
        "cohort_id": "<string>",
        "user_uuid": "<string>",
        "pool": "<string>"
      },
      "zaakpay_mobikwik": {
        "phone_number": "<string>"
      },
      "deneb_upi": {
        "vpa_id": "<string>",
        "customer_first_name": "<string>",
        "customer_last_name": "<string>",
        "email": "<string>",
        "phone_number": "<string>",
        "pan": "<string>",
        "address": {
          "address1": "<string>",
          "address2": "<string>",
          "city": "<string>",
          "state": "<string>",
          "postal_code": "<string>",
          "country": "<string>"
        }
      },
      "bank_account": {
        "customer_account_type": "<string>",
        "customer_account_number": "<string>",
        "customer_routing_number": "<string>",
        "customer_name": "<string>"
      },
      "identity_contract_call": {
        "network": "<string>",
        "address": "<string>"
      },
      "deneb_imps": {
        "ifsc_code": "<string>",
        "account_number": "<string>",
        "customer_first_name": "<string>",
        "customer_last_name": "<string>",
        "email": "<string>",
        "phone_number": "<string>",
        "pan": "<string>",
        "address": {
          "address1": "<string>",
          "address2": "<string>",
          "city": "<string>",
          "state": "<string>",
          "postal_code": "<string>",
          "country": "<string>"
        }
      },
      "allocation": {
        "id": "<string>",
        "legs": [
          {
            "id": "<string>",
            "movements": [
              {
                "id": "<string>",
                "source_account": {
                  "account_id": "<string>",
                  "currency": "<string>",
                  "owner": {
                    "id": "<string>",
                    "uuid": "<string>",
                    "user_uuid": "<string>",
                    "type": "<any>"
                  }
                },
                "destination_account": {
                  "account_id": "<string>",
                  "currency": "<string>",
                  "owner": {
                    "id": "<string>",
                    "uuid": "<string>",
                    "user_uuid": "<string>",
                    "type": "<any>"
                  }
                },
                "amount": {
                  "amount": "<string>",
                  "currency": "<string>"
                }
              }
            ],
            "is_netted": true
          }
        ],
        "is_netted": true
      },
      "liquidity_pool": {
        "network": "<string>",
        "pool": "<string>",
        "currency": "<string>",
        "account_id": "<string>",
        "from_address": "<string>"
      },
      "zengin_v2": {
        "account_holder": {
          "legal_name": "<string>",
          "identifier": "<string>",
          "type": "<string>"
        },
        "institution": {
          "bank_code": "<string>",
          "branch_code": "<string>"
        }
      },
      "direct_deposit": {
        "direct_deposit_account": "<string>"
      },
      "sepa_v2": {
        "account": {
          "legal_name": "<string>",
          "iban": "<string>"
        },
        "customer_first_name": "<string>",
        "customer_last_name": "<string>",
        "email": "<string>",
        "phone_number": "<string>",
        "customer_country": "<string>",
        "address": {
          "address1": "<string>",
          "address2": "<string>",
          "city": "<string>",
          "state": "<string>",
          "postal_code": "<string>",
          "country": "<string>"
        },
        "supports_open_banking": true
      },
      "zepto": {
        "account": {
          "contact_id": "<string>",
          "bank_account_id": "<string>"
        }
      },
      "pix_ebanx": {
        "payment_method_id": "<string>",
        "user_uuid": "<string>",
        "deposit": {
          "transaction_id": "<string>",
          "account_id": "<string>"
        },
        "withdrawal": {
          "account_number": "<string>",
          "account_type": "<string>",
          "bank_code": "<string>",
          "branch_number": "<string>",
          "pix_key": "<string>"
        }
      },
      "signet": {
        "signet_wallet_id": "<string>"
      },
      "derivative_settlement": {
        "account_settlements": [
          {
            "amount": {
              "amount": "<string>",
              "currency": "<string>"
            },
            "source_ledger_account": {
              "account_id": "<string>",
              "currency": "<string>",
              "owner": {
                "id": "<string>",
                "uuid": "<string>",
                "user_uuid": "<string>",
                "type": "<any>"
              }
            },
            "source_ledger_named_account": {
              "name": "<string>",
              "currency": "<string>",
              "foreign_network": "<string>"
            },
            "target_ledger_account": {
              "account_id": "<string>",
              "currency": "<string>",
              "owner": {
                "id": "<string>",
                "uuid": "<string>",
                "user_uuid": "<string>",
                "type": "<any>"
              }
            },
            "target_ledger_named_account": {
              "name": "<string>",
              "currency": "<string>",
              "foreign_network": "<string>"
            },
            "hold_id_to_replace": "<string>",
            "new_hold_id": "<string>",
            "new_hold_amount": {
              "amount": "<string>",
              "currency": "<string>"
            },
            "existing_hold_id": "<string>"
          }
        ],
        "equity_reset": {
          "amount": {
            "amount": "<string>",
            "currency": "<string>"
          },
          "equity_account": {
            "account_id": "<string>",
            "currency": "<string>",
            "owner": {
              "id": "<string>",
              "uuid": "<string>",
              "user_uuid": "<string>",
              "type": "<any>"
            }
          }
        }
      },
      "user": {
        "user_uuid": "<string>"
      },
      "sg_fast": {
        "account": {
          "customer_name": "<string>",
          "account_number": "<string>"
        },
        "institution": {
          "bank_code": "<string>"
        }
      },
      "interac": {
        "pmsvc_id": "<string>",
        "account": {
          "account_name": "<string>",
          "institution_number": "<string>",
          "transit_number": "<string>",
          "account_number": "<string>"
        }
      },
      "intra_bank": {
        "currency": "<string>",
        "account_number": "<string>",
        "routing_number": "<string>",
        "customer_name": "<string>",
        "fiat_id": "<string>"
      },
      "cbit": {
        "cbit_wallet_address": "<string>",
        "customers_bank_account_id": "<string>"
      },
      "ideal": {
        "currency": "<string>",
        "iban": "<string>",
        "bic": "<string>",
        "bank_name": "<string>",
        "customer_payment_name": "<string>",
        "customer_country_code": "<string>"
      },
      "sofort": {
        "currency": "<string>",
        "iban": "<string>",
        "bic": "<string>",
        "bank_name": "<string>",
        "customer_payment_name": "<string>",
        "customer_country_code": "<string>"
      },
      "sg_paynow": {
        "identifier_type": "<any>",
        "identifier": "<string>",
        "customer_name": "<string>"
      },
      "checkout_payment_link": {
        "payment_link_id": "<string>"
      },
      "email_address": {
        "value": "<string>"
      },
      "phone_number": {
        "value": "<string>"
      },
      "vendor_payment": {
        "vendor_name": "<string>",
        "vendor_payment_id": "<string>"
      },
      "ctn": {
        "id": "<string>"
      },
      "bancomat_pay": {
        "customer_name": "<string>",
        "account": {
          "phone_number": "<string>"
        }
      },
      "hot_wallet": {
        "network": "<string>",
        "address": "<string>"
      },
      "nova_account": {
        "network": "<string>",
        "nova_account_id": "<string>",
        "pool_name": "<string>",
        "account_idempotency_key": "<string>"
      },
      "magic_spend_blockchain_address": {
        "address": "<string>",
        "destination_tag": "<string>"
      },
      "transfer_pointer": {
        "idem": "<string>"
      },
      "eft": {
        "account": {
          "account_name": "<string>",
          "account_phone_number": "<string>",
          "account_email": "<string>",
          "institution_number": "<string>",
          "transit_number": "<string>",
          "account_number": "<string>"
        }
      },
      "wallace_account": {
        "wallace_account_id": "<string>",
        "pool_name": "<string>"
      },
      "manual": {
        "settlement_bank_name": "<string>",
        "settlement_account_number": "<string>",
        "reference": "<string>"
      },
      "argentine_bank_account": {
        "tax_id": "<string>",
        "cbu": "<string>"
      },
      "representment": {
        "currency": "<string>"
      },
      "banking_circle_now": {
        "iban": "<string>",
        "currency": "<string>",
        "customer_payment_name": "<string>"
      },
      "trustly": {
        "country": "<string>",
        "iban": "<string>",
        "account_holder": "<string>",
        "bank_code": "<string>",
        "account_number": "<string>",
        "partial_account_number": "<string>",
        "bank_name": "<string>",
        "email": "<string>"
      },
      "blik": {
        "email": "<string>",
        "country": "<string>",
        "account_holder": "<string>"
      },
      "mb_way": {},
      "pix": {
        "account_number": "<string>",
        "account_type": "<string>",
        "bank_code": "<string>",
        "bank_name": "<string>",
        "branch_number": "<string>",
        "customer_payment_name": "<string>",
        "sender_document": "<string>",
        "pix_key": "<string>"
      }
    },
    "target": {
      "type": "<any>",
      "network": "<string>",
      "payment_method_id": "<string>",
      "blockchain_address": {
        "address": "<string>",
        "destination_tag": "<string>"
      },
      "coinbase_account": {
        "account_id": "<string>"
      },
      "blockchain_transaction": {
        "hsh": "<string>",
        "height": 123
      },
      "fedwire": {
        "routing_number": "<string>",
        "account_holder": {
          "legal_name": "<string>",
          "account_number": "<string>",
          "address": {
            "lines": [
              "<string>"
            ],
            "country_code": "<string>"
          }
        },
        "bank": {
          "name": "<string>",
          "address": {
            "lines": [
              "<string>"
            ],
            "country_code": "<string>"
          },
          "identifier": "<string>",
          "type": "<any>",
          "identifier_code": "<string>"
        },
        "intermediary_bank": {
          "name": "<string>",
          "address": {
            "lines": [
              "<string>"
            ],
            "country_code": "<string>"
          },
          "identifier": "<string>",
          "type": "<any>",
          "identifier_code": "<string>"
        }
      },
      "swift": {
        "account_holder": {
          "legal_name": "<string>",
          "iban": "<string>",
          "bban": "<string>",
          "domestic_account_id": "<string>",
          "customer_payment_address1": "<string>",
          "customer_payment_address2": "<string>",
          "customer_payment_address3": "<string>",
          "customer_payment_country_code": "<string>"
        },
        "institution": {
          "bic": "<string>",
          "name": "<string>",
          "bank_address1": "<string>",
          "bank_address2": "<string>",
          "bank_address3": "<string>",
          "bank_country_code": "<string>",
          "domestic_bank_id": "<string>",
          "international_bank_id": "<string>"
        },
        "intermediary": {
          "bic": "<string>",
          "name": "<string>",
          "bank_address1": "<string>",
          "bank_address2": "<string>",
          "bank_address3": "<string>",
          "bank_country_code": "<string>",
          "domestic_bank_id": "<string>",
          "international_bank_id": "<string>"
        }
      },
      "card": {
        "first_data_token": {
          "value": "<string>",
          "store_id": "<string>"
        },
        "expiry_date": {
          "month": "<string>",
          "year": "<string>"
        },
        "postal_code": "<string>",
        "merchant": {
          "mid": "<string>"
        },
        "vault_token": {
          "value": "<string>",
          "vault_id": "<string>"
        },
        "worldpay_params": {
          "token_value": "<string>",
          "uses_merchant_token": true,
          "accept_header": "<string>",
          "user_agent_header": "<string>",
          "shopper_ip": "<string>",
          "shopper_session_id": "<string>"
        },
        "previous_scheme_tx_id": "<string>",
        "customer_name": "<string>",
        "address": {
          "address1": "<string>",
          "address2": "<string>",
          "city": "<string>",
          "state": "<string>",
          "postal_code": "<string>",
          "country": "<string>"
        },
        "phone_number": "<string>",
        "user_id": "<string>",
        "customer_first_name": "<string>",
        "customer_last_name": "<string>",
        "six_digit_bin": "<string>",
        "last_four": "<string>",
        "customer_dob": {
          "month": "<string>",
          "day": "<string>",
          "year": "<string>"
        },
        "scheme": "<any>",
        "eight_digit_bin": "<string>",
        "checkout_token": {
          "source_id": "<string>"
        }
      },
      "zengin": {
        "account_holder": {
          "legal_name": "<string>",
          "identifier": "<string>",
          "type": "<string>"
        },
        "institution": {
          "bank_code": "<string>",
          "branch_code": "<string>"
        }
      },
      "uk": {
        "account_holder": {
          "legal_name": "<string>",
          "bban": "<string>",
          "sort_code": "<string>",
          "account_number": "<string>",
          "address": {
            "address1": "<string>",
            "address2": "<string>",
            "city": "<string>",
            "state": "<string>",
            "postal_code": "<string>",
            "country": "<string>"
          }
        },
        "institution": {
          "name": "<string>"
        },
        "customer_first_name": "<string>",
        "customer_last_name": "<string>",
        "email": "<string>",
        "phone_number": "<string>"
      },
      "sepa": {
        "account_holder": {
          "legal_name": "<string>",
          "iban": "<string>",
          "bban": "<string>"
        },
        "institution": {
          "bic": "<string>",
          "name": "<string>"
        },
        "customer_first_name": "<string>",
        "customer_last_name": "<string>",
        "email": "<string>",
        "phone_number": "<string>"
      },
      "paypal": {
        "account_holder": {
          "paypal_id": "<string>",
          "paypal_pm_id": "<string>"
        },
        "merchant": {
          "merchant_account_id": "<string>"
        },
        "metadata": {
          "paypal_correlation_id": "<string>"
        }
      },
      "ledger_account": {
        "account_id": "<string>",
        "currency": "<string>",
        "owner": {
          "id": "<string>",
          "uuid": "<string>",
          "user_uuid": "<string>",
          "type": "<any>"
        }
      },
      "external_payment_method": {
        "payment_method_id": "<string>"
      },
      "pro_account": {
        "account_id": "<string>",
        "coinbase_account_id": "<string>",
        "user_id": "<string>",
        "currency": "<string>",
        "portfolio_id": "<string>"
      },
      "rtp": {
        "account_holder": {
          "legal_name": "<string>",
          "identifier": "<string>"
        },
        "institution": {
          "routing_number": "<string>"
        }
      },
      "venue": {
        "name": "<string>"
      },
      "ledger_named_account": {
        "name": "<string>",
        "currency": "<string>",
        "foreign_network": "<string>"
      },
      "custodial_pool": {
        "name": "<string>",
        "network": "<string>",
        "fiat_id": "<string>"
      },
      "apple_pay": {
        "braintree": {
          "nonce": "<string>",
          "correlation_id": "<string>"
        },
        "apple_pay": {
          "nonce": "<string>",
          "correlation_id": "<string>"
        },
        "user_id": "<string>",
        "postal_code": "<string>",
        "customer_name": "<string>",
        "address": {
          "address1": "<string>",
          "address2": "<string>",
          "city": "<string>",
          "state": "<string>",
          "postal_code": "<string>",
          "country": "<string>"
        },
        "six_digit_bin": "<string>",
        "last_four": "<string>",
        "issuing_country": "<string>",
        "issuing_bank": "<string>",
        "product_id": "<string>",
        "scheme": "<any>",
        "prepaid": "<any>",
        "debit": "<any>"
      },
      "default_account": {
        "user_uuid": "<string>",
        "currency": "<string>"
      },
      "remitly": {
        "account_holder": {
          "recipient_id": "<string>",
          "payout_method_type": "<string>"
        }
      },
      "pro_internal_account": {
        "user_id": "<string>",
        "currency": "<string>"
      },
      "dapp_wallet_account": {
        "user_uuid": "<string>",
        "network": "<string>",
        "cohort_id": "<string>",
        "signing_backend": "<string>",
        "currency": "<string>"
      },
      "google_pay": {
        "braintree": {
          "nonce": "<string>",
          "correlation_id": "<string>"
        },
        "google_pay": {
          "nonce": "<string>",
          "correlation_id": "<string>"
        },
        "user_id": "<string>",
        "postal_code": "<string>",
        "customer_name": "<string>",
        "address": {
          "address1": "<string>",
          "address2": "<string>",
          "city": "<string>",
          "state": "<string>",
          "postal_code": "<string>",
          "country": "<string>"
        },
        "six_digit_bin": "<string>",
        "last_four": "<string>",
        "issuing_country": "<string>",
        "issuing_bank": "<string>",
        "product_id": "<string>",
        "scheme": "<any>",
        "prepaid": "<any>",
        "debit": "<any>"
      },
      "dapp_wallet_blockchain_address": {
        "network": "<string>",
        "address": "<string>",
        "cohort_id": "<string>",
        "user_uuid": "<string>",
        "pool": "<string>"
      },
      "zaakpay_mobikwik": {
        "phone_number": "<string>"
      },
      "deneb_upi": {
        "vpa_id": "<string>",
        "customer_first_name": "<string>",
        "customer_last_name": "<string>",
        "email": "<string>",
        "phone_number": "<string>",
        "pan": "<string>",
        "address": {
          "address1": "<string>",
          "address2": "<string>",
          "city": "<string>",
          "state": "<string>",
          "postal_code": "<string>",
          "country": "<string>"
        }
      },
      "bank_account": {
        "customer_account_type": "<string>",
        "customer_account_number": "<string>",
        "customer_routing_number": "<string>",
        "customer_name": "<string>"
      },
      "identity_contract_call": {
        "network": "<string>",
        "address": "<string>"
      },
      "deneb_imps": {
        "ifsc_code": "<string>",
        "account_number": "<string>",
        "customer_first_name": "<string>",
        "customer_last_name": "<string>",
        "email": "<string>",
        "phone_number": "<string>",
        "pan": "<string>",
        "address": {
          "address1": "<string>",
          "address2": "<string>",
          "city": "<string>",
          "state": "<string>",
          "postal_code": "<string>",
          "country": "<string>"
        }
      },
      "allocation": {
        "id": "<string>",
        "legs": [
          {
            "id": "<string>",
            "movements": [
              {
                "id": "<string>",
                "source_account": {
                  "account_id": "<string>",
                  "currency": "<string>",
                  "owner": {
                    "id": "<string>",
                    "uuid": "<string>",
                    "user_uuid": "<string>",
                    "type": "<any>"
                  }
                },
                "destination_account": {
                  "account_id": "<string>",
                  "currency": "<string>",
                  "owner": {
                    "id": "<string>",
                    "uuid": "<string>",
                    "user_uuid": "<string>",
                    "type": "<any>"
                  }
                },
                "amount": {
                  "amount": "<string>",
                  "currency": "<string>"
                }
              }
            ],
            "is_netted": true
          }
        ],
        "is_netted": true
      },
      "liquidity_pool": {
        "network": "<string>",
        "pool": "<string>",
        "currency": "<string>",
        "account_id": "<string>",
        "from_address": "<string>"
      },
      "zengin_v2": {
        "account_holder": {
          "legal_name": "<string>",
          "identifier": "<string>",
          "type": "<string>"
        },
        "institution": {
          "bank_code": "<string>",
          "branch_code": "<string>"
        }
      },
      "direct_deposit": {
        "direct_deposit_account": "<string>"
      },
      "sepa_v2": {
        "account": {
          "legal_name": "<string>",
          "iban": "<string>"
        },
        "customer_first_name": "<string>",
        "customer_last_name": "<string>",
        "email": "<string>",
        "phone_number": "<string>",
        "customer_country": "<string>",
        "address": {
          "address1": "<string>",
          "address2": "<string>",
          "city": "<string>",
          "state": "<string>",
          "postal_code": "<string>",
          "country": "<string>"
        },
        "supports_open_banking": true
      },
      "zepto": {
        "account": {
          "contact_id": "<string>",
          "bank_account_id": "<string>"
        }
      },
      "pix_ebanx": {
        "payment_method_id": "<string>",
        "user_uuid": "<string>",
        "deposit": {
          "transaction_id": "<string>",
          "account_id": "<string>"
        },
        "withdrawal": {
          "account_number": "<string>",
          "account_type": "<string>",
          "bank_code": "<string>",
          "branch_number": "<string>",
          "pix_key": "<string>"
        }
      },
      "signet": {
        "signet_wallet_id": "<string>"
      },
      "derivative_settlement": {
        "account_settlements": [
          {
            "amount": {
              "amount": "<string>",
              "currency": "<string>"
            },
            "source_ledger_account": {
              "account_id": "<string>",
              "currency": "<string>",
              "owner": {
                "id": "<string>",
                "uuid": "<string>",
                "user_uuid": "<string>",
                "type": "<any>"
              }
            },
            "source_ledger_named_account": {
              "name": "<string>",
              "currency": "<string>",
              "foreign_network": "<string>"
            },
            "target_ledger_account": {
              "account_id": "<string>",
              "currency": "<string>",
              "owner": {
                "id": "<string>",
                "uuid": "<string>",
                "user_uuid": "<string>",
                "type": "<any>"
              }
            },
            "target_ledger_named_account": {
              "name": "<string>",
              "currency": "<string>",
              "foreign_network": "<string>"
            },
            "hold_id_to_replace": "<string>",
            "new_hold_id": "<string>",
            "new_hold_amount": {
              "amount": "<string>",
              "currency": "<string>"
            },
            "existing_hold_id": "<string>"
          }
        ],
        "equity_reset": {
          "amount": {
            "amount": "<string>",
            "currency": "<string>"
          },
          "equity_account": {
            "account_id": "<string>",
            "currency": "<string>",
            "owner": {
              "id": "<string>",
              "uuid": "<string>",
              "user_uuid": "<string>",
              "type": "<any>"
            }
          }
        }
      },
      "user": {
        "user_uuid": "<string>"
      },
      "sg_fast": {
        "account": {
          "customer_name": "<string>",
          "account_number": "<string>"
        },
        "institution": {
          "bank_code": "<string>"
        }
      },
      "interac": {
        "pmsvc_id": "<string>",
        "account": {
          "account_name": "<string>",
          "institution_number": "<string>",
          "transit_number": "<string>",
          "account_number": "<string>"
        }
      },
      "intra_bank": {
        "currency": "<string>",
        "account_number": "<string>",
        "routing_number": "<string>",
        "customer_name": "<string>",
        "fiat_id": "<string>"
      },
      "cbit": {
        "cbit_wallet_address": "<string>",
        "customers_bank_account_id": "<string>"
      },
      "ideal": {
        "currency": "<string>",
        "iban": "<string>",
        "bic": "<string>",
        "bank_name": "<string>",
        "customer_payment_name": "<string>",
        "customer_country_code": "<string>"
      },
      "sofort": {
        "currency": "<string>",
        "iban": "<string>",
        "bic": "<string>",
        "bank_name": "<string>",
        "customer_payment_name": "<string>",
        "customer_country_code": "<string>"
      },
      "sg_paynow": {
        "identifier_type": "<any>",
        "identifier": "<string>",
        "customer_name": "<string>"
      },
      "checkout_payment_link": {
        "payment_link_id": "<string>"
      },
      "email_address": {
        "value": "<string>"
      },
      "phone_number": {
        "value": "<string>"
      },
      "vendor_payment": {
        "vendor_name": "<string>",
        "vendor_payment_id": "<string>"
      },
      "ctn": {
        "id": "<string>"
      },
      "bancomat_pay": {
        "customer_name": "<string>",
        "account": {
          "phone_number": "<string>"
        }
      },
      "hot_wallet": {
        "network": "<string>",
        "address": "<string>"
      },
      "nova_account": {
        "network": "<string>",
        "nova_account_id": "<string>",
        "pool_name": "<string>",
        "account_idempotency_key": "<string>"
      },
      "magic_spend_blockchain_address": {
        "address": "<string>",
        "destination_tag": "<string>"
      },
      "transfer_pointer": {
        "idem": "<string>"
      },
      "eft": {
        "account": {
          "account_name": "<string>",
          "account_phone_number": "<string>",
          "account_email": "<string>",
          "institution_number": "<string>",
          "transit_number": "<string>",
          "account_number": "<string>"
        }
      },
      "wallace_account": {
        "wallace_account_id": "<string>",
        "pool_name": "<string>"
      },
      "manual": {
        "settlement_bank_name": "<string>",
        "settlement_account_number": "<string>",
        "reference": "<string>"
      },
      "argentine_bank_account": {
        "tax_id": "<string>",
        "cbu": "<string>"
      },
      "representment": {
        "currency": "<string>"
      },
      "banking_circle_now": {
        "iban": "<string>",
        "currency": "<string>",
        "customer_payment_name": "<string>"
      },
      "trustly": {
        "country": "<string>",
        "iban": "<string>",
        "account_holder": "<string>",
        "bank_code": "<string>",
        "account_number": "<string>",
        "partial_account_number": "<string>",
        "bank_name": "<string>",
        "email": "<string>"
      },
      "blik": {
        "email": "<string>",
        "country": "<string>",
        "account_holder": "<string>"
      },
      "mb_way": {},
      "pix": {
        "account_number": "<string>",
        "account_type": "<string>",
        "bank_code": "<string>",
        "bank_name": "<string>",
        "branch_number": "<string>",
        "customer_payment_name": "<string>",
        "sender_document": "<string>",
        "pix_key": "<string>"
      }
    },
    "unit_price": {
      "target_to_fiat": {
        "amount": {
          "value": "<string>",
          "currency": "<string>"
        },
        "scale": 123
      },
      "target_to_source": {
        "amount": {
          "value": "<string>",
          "currency": "<string>"
        },
        "scale": 123
      },
      "source_to_fiat": {
        "amount": {
          "value": "<string>",
          "currency": "<string>"
        },
        "scale": 123
      }
    },
    "user_warnings": [
      {
        "id": "<string>",
        "link": {
          "text": "<string>",
          "url": "<string>"
        },
        "context": {
          "details": [
            "<string>"
          ],
          "title": "<string>",
          "link_text": "<string>"
        },
        "code": "<string>",
        "message": "<string>"
      }
    ],
    "user_reference": "<string>",
    "source_currency": "<string>",
    "target_currency": "<string>",
    "cancellation_reason": {
      "message": "<string>",
      "code": "<string>",
      "error_code": "<any>",
      "error_cta": "<any>",
      "error_metadata": {
        "limit_amount": {
          "value": "<string>",
          "currency": "<string>"
        }
      },
      "title": "<string>"
    },
    "source_id": "<string>",
    "target_id": "<string>",
    "subscription_info": {
      "free_trading_reset_date": "<string>",
      "used_zero_fee_trading": {
        "value": "<string>",
        "currency": "<string>"
      },
      "remaining_free_trading_volume": {
        "value": "<string>",
        "currency": "<string>"
      },
      "max_free_trading_volume": {
        "value": "<string>",
        "currency": "<string>"
      },
      "has_benefit_cap": true,
      "applied_subscription_benefit": true,
      "fee_without_subscription_benefit": {
        "value": "<string>",
        "currency": "<string>"
      },
      "payment_method_fee_without_subscription_benefit": {
        "value": "<string>",
        "currency": "<string>"
      }
    },
    "exchange_rate": {
      "value": "<string>",
      "currency": "<string>"
    },
    "tax_details": [
      {
        "name": "<string>",
        "amount": {
          "value": "<string>",
          "currency": "<string>"
        }
      }
    ],
    "trade_incentive_info": {
      "applied_incentive": true,
      "user_incentive_id": "<string>",
      "code_val": "<string>",
      "ends_at": "<string>",
      "fee_without_incentive": {
        "value": "<string>",
        "currency": "<string>"
      },
      "redeemed": true
    },
    "total_fee_without_tax": {
      "title": "<string>",
      "description": "<string>",
      "amount": {
        "value": "<string>",
        "currency": "<string>"
      },
      "label": "<string>",
      "disclosure": {
        "title": "<string>",
        "description": "<string>",
        "link": {
          "text": "<string>",
          "url": "<string>"
        }
      },
      "waived_details": {
        "amount": {
          "value": "<string>",
          "currency": "<string>"
        },
        "source": "<any>"
      }
    },
    "fiat_denoted_total": {
      "value": "<string>",
      "currency": "<string>"
    }
  }
}

Path Parameters

trade_id
string
required

The ID of the trade to commit.

Query Parameters

from_account
string
required

The currency of the account to convert from (e.g. USD).

to_account
string
required

The currency of the account to convert to (e.g. USDC).

Response

200
application/json

A successful response.

The response is of type object.