v1

latestOpenAPI 3.1.02026-07-241653251.3 MB
Withdrawals

Get fiat accounts

Retrieves a list of all whitelisted fiat withdrawal accounts. Fiat accounts are currently whitelisted via the Client Portal only.

get/withdrawals/fiat_accounts

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 paginated list of whitelisted fiat withdrawal accounts.

pagenumber
total_pagesnumber

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"
    }
  ],
  "page": 1,
  "total_pages": 1
}