API Reference

Get settlement instructions

gethttps://api-sandbox.circle.com/v1/exchange/trades/settlements/instructions/{currency}

  • Reference
  • Playground

Returns settlement instructions for a specific currency.

Path parameters
currency
string
Required

Fiat currency name.

Response
RequestChoose a language
ResponseChoose an example
1{
2  "data": {
3    "currency": "MXN",
4    "fiatAccountType": "wire",
5    "instruction": {
6      "trackingRef": "CIR13FB13A",
7      "beneficiary": {
8        "name": "CIRCLE INTERNET FINANCIAL INC",
9        "address1": "99 HIGH STREET",
10        "address2": "BOSTON MA 02110"
11      },
12      "beneficiaryBank": {
13        "name": "SILVERGATE BANK",
14        "swiftCode": "SIVGUS66XXX",
15        "routingNumber": "322286803",
16        "accountNumber": "****7427",
17        "currency": "USD",
18        "address": "4250 EXECUTIVE SQUARE SUITE 300",
19        "city": "LA JOLLA",
20        "postalCode": "02110",
21        "country": "US"
22      }
23    }
24  }
25}
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.