API Reference

List all Wire bank accounts

gethttps://api-sandbox.circle.com/v1/businessAccount/banks/wires

  • Reference
  • Playground
Response
RequestChoose a language
ResponseChoose an example
1{
2  "data": [
3    {
4      "id": "b8627ae8-732b-4d25-b947-1df8f4007a29",
5      "status": "pending",
6      "description": "WELLS FARGO BANK, NA ****0010",
7      "trackingRef": "CIR13FB13A",
8      "transferTypesInfo": {
9        "wire": {
10          "currencies": [
11            "USD",
12            "EUR"
13          ]
14        },
15        "rtgs": {
16          "currencies": [
17            "USD"
18          ]
19        }
20      },
21      "fingerprint": "eb170539-9e1c-4e92-bf4f-1d09534fdca2",
22      "billingDetails": {
23        "name": "Satoshi Nakamoto",
24        "city": "Boston",
25        "country": "US",
26        "line1": "100 Money Street",
27        "line2": "Suite 1",
28        "district": "MA",
29        "postalCode": "01234"
30      },
31      "bankAddress": {
32        "bankName": "SAN FRANCISCO",
33        "city": "SAN FRANCISCO",
34        "country": "US",
35        "line1": "100 Money Street",
36        "line2": "Suite 1",
37        "district": "CA"
38      },
39      "createDate": "2020-04-10T02:13:30.000Z",
40      "updateDate": "2020-04-10T02:13:30.000Z"
41    }
42  ]
43}
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.