private/fiat/fiat-deposit-history
POSTRetrieves paginated fiat deposit transaction history for the authenticated user./private/fiat/fiat-deposit-history
Request
Body
required
Request id (echoed in response)
Must be "private/fiat/fiat-deposit-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
transaction_history_list object[]
Transaction ID.
Transaction amount
Currency code
Fee currency
Transaction fee amount
Transaction status (pending, completed, failed, cancelled)
Payment network identifier
Transaction creation timestamp (ms).
Transaction update timestamp (ms).
Transaction completion timestamp (ms).
Transaction fee (alternate).
Transaction identifier assigned by the upstream fiat vendor / payment service provider (PSP) that processed the deposit.
sender objectnullable
Account identifier value
beneficiary objectnullable
Account identifier value
Current page number
Number of items per page
Total number of transactions
Present when code !== 0.
Present when code !== 0.