private/fiat/fiat-withdraw-history
POSTRetrieves paginated fiat withdrawal transaction history for the authenticated user./private/fiat/fiat-withdraw-history
Request
Body
required
Request id (echoed in response)
Must be "private/fiat/fiat-withdraw-history"
Your API key (only required for private REST)
HMAC-SHA256 signature in hex (only required for private REST)
Current timestamp in milliseconds, e.g. "1771761038000".
params objectrequired
Page number (0-based).
Number of items per page.
Start time for filtering transactions, as a Unix timestamp in milliseconds. Required if end_time is provided.
End time for filtering transactions, as a Unix timestamp in milliseconds.
Comma-separated list of payment networks to filter by
Schema
- Array [
- ]
Echoed request id
Method invoked
0 = success; non-zero indicates error (reason code).
result object
Current page number
Number of items per page
Total number of transactions
transaction_history_list object[]required
Transaction ID.
Account ID.
Currency code
Transaction amount
Amount in USD.
Fee currency
Transaction fee amount
Fee amount in USD
Transaction fee (alternate).
Payment network identifier
Transaction status (pending, completed, failed, cancelled)
Transaction creation timestamp (ms).
Transaction update timestamp (ms).
Transaction completion timestamp (ms).
Optional client withdrawal ID. Returns null if no client_wid was supplied at creation time.
Transaction identifier assigned by the upstream fiat vendor / payment service provider (PSP) that processed the withdrawal.
sender objectnullable
Account identifier value
beneficiary objectnullable
Account identifier value
Present when code !== 0.
Present when code !== 0.