We refreshed our doc site!

Bookmarked links may have changed

Read release notes

getBusinessWireAccountInstructions

Circle Mint

Get Wire instructions

GEThttps://api.circle.com/v1/businessAccount/banks/wires/{id}/instructions

Get the wire transfer instructions into the Circle bank account given your bank account id.

Path parameters
id
uuid
Required

Universally unique identifier (UUID v4) of a resource.

Query parameters
currency
string

Queries beneficiary bank account currency. Default is USD.

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