curl --request GET \
--url https://api-sandbox.circle.com/v1/exchange/trades/settlements/instructions/{currency} \
--header 'Authorization: Bearer <token>'{
"data": {
"currency": "MXN",
"fiatAccountType": "wire",
"instruction": {
"trackingRef": "CIR13FB13A",
"beneficiary": {
"name": "CIRCLE INTERNET FINANCIAL INC",
"address1": "99 HIGH STREET",
"address2": "BOSTON MA 02110"
},
"beneficiaryBank": {
"name": "WELLS FARGO BANK",
"swiftCode": "WFBIUS6SXXX",
"routingNumber": "121000248",
"accountNumber": "****7427",
"currency": "USD",
"address": "4250 EXECUTIVE SQUARE SUITE 300",
"city": "LA JOLLA",
"postalCode": "02110",
"country": "US"
}
}
}
}Returns settlement instructions for a specific currency.
curl --request GET \
--url https://api-sandbox.circle.com/v1/exchange/trades/settlements/instructions/{currency} \
--header 'Authorization: Bearer <token>'{
"data": {
"currency": "MXN",
"fiatAccountType": "wire",
"instruction": {
"trackingRef": "CIR13FB13A",
"beneficiary": {
"name": "CIRCLE INTERNET FINANCIAL INC",
"address1": "99 HIGH STREET",
"address2": "BOSTON MA 02110"
},
"beneficiaryBank": {
"name": "WELLS FARGO BANK",
"swiftCode": "WFBIUS6SXXX",
"routingNumber": "121000248",
"accountNumber": "****7427",
"currency": "USD",
"address": "4250 EXECUTIVE SQUARE SUITE 300",
"city": "LA JOLLA",
"postalCode": "02110",
"country": "US"
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Fiat currency name.
BRL, MXN Successfully retrieved settlement instructions.
Show child attributes
MXN The destination bank account type.
wire, cubix Show child attributes
Circle tracking reference that needs to be set in the wire reference field.
"CIR13FB13A"
Show child attributes
Name of the beneficiary.
"CIRCLE INTERNET FINANCIAL INC"
Address line 1 of the beneficiary's address.
"99 HIGH STREET"
Address line 2 of the beneficiary's address.
"BOSTON MA 02110"
Show child attributes
Name of the beneficiary's bank.
"WELLS FARGO BANK"
SWIFT code of the beneficiary's bank account.
"WFBIUS6SXXX"
ABA Routing number of the beneficiary's bank account.
"121000248"
Account number of the beneficiary's bank account.
"****7427"
Currency of the beneficiary's bank account.
"USD"
Address of the beneficiary's bank.
"4250 EXECUTIVE SQUARE SUITE 300"
City of the beneficiary's bank.
"LA JOLLA"
Postal code of the beneficiary's bank.
"02110"
Country code of the beneficiary's bank. Formatted as a two-letter country code specified in ISO 3166-1 alpha-2.
"US"
Was this page helpful?