cURL
curl --request GET \ --url https://api-sandbox.circle.com/v1/credit/wireInstructions \ --header 'Authorization: Bearer <token>'
{ "data": { "trackingRef": "CIR3XBZZ4N", "beneficiary": { "name": "CIRCLE INTERNET FINANCIAL INC", "address1": "1 Main Street", "address2": "Suite 1" }, "beneficiaryBank": { "swiftCode": "SVBKUS6S", "routingNumber": "121140399", "accountNumber": "3302726104", "currency": "USD", "name": "SILICON VALLEY BANK", "address": "3003 TASMAN DRIVE", "city": "SANTA CLARA", "postalCode": "95054", "country": "US" } } }
Provides wire transfer instructions for making a fiat repayment on the credit line.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully retrieved wire instructions.
Wire transfer instructions for making a fiat repayment on a credit line.
Show child attributes
Was this page helpful?