Limit 10 requests per 60 seconds
GET /v1/asset/history
Returns asset transfer history for the authenticated account, including deposits and withdrawals.
Timestamp of the signed request in milliseconds.
Account ID of the authenticated account.
Public orderly key used to sign the request.
Signature of the request payload generated with the orderly key.
Filter results to a specific token symbol.
Filter by transfer direction: DEPOSIT or WITHDRAW.
Filter by transfer status. Supported values: NEW, CONFIRM, PROCESSING, COMPLETED, FAILED, PENDING_REBALANCE.
Filter results created at or after this timestamp in milliseconds.
Filter results created at or before this timestamp in milliseconds.
Page number to return. Starts from 1.
Number of records to return per page.