v1

latestOpenAPI 3.1.02026-07-241653251.3 MB
Withdrawals

Get fiat account

Retrieves a specific fiat withdrawal account that has been whitelisted.

get/withdrawals/fiat_accounts/{id}

Path parameters

idstring required

Withdrawal account id

Headers

X-SCX-SIGNEDstring required

HMAC-SHA256 signature of the request, base64-encoded. See the Authentication guide for the exact signing formula.

X-SCX-TIMESTAMPstring required
Example:1678901234

Current Unix timestamp in seconds. Must be within 60 seconds of server time or the request is rejected.

Response

Successfully retrieved fiat withdrawal account. including account details and whitelist status.

Example response

{
  "message": {
    "withdrawal_account_id": 286,
    "name": "Primary (1234)",
    "status": "PENDING_CREATION",
    "limit": 750000,
    "type": "DOMESTIC_FIAT",
    "beneficiary_name": "John Doe",
    "account_number": "1231234",
    "bank_name": "BMO Harris",
    "routing_number": "07102343",
    "participant_code": "ABCDEF"
  }
}