Get asset history
Limit 10 requests per 60 seconds
GET /v1/admin/asset/history
Supports two query modes:
- Per-user mode: Provide either
user_accountoruser_address.start_tandend_tare optional. - Broker mode: Omit both
user_accountanduser_address. Bothstart_tandend_tare required, and the time range cannot exceed 180 days.
Headers
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.
Query Parameters
token name you want to search
DEPOSIT/WITHDRAW
PENDING/PENDING_REBALANCE/PROCESSING/COMPLETED/FAILED
PENDING, PENDING_REBALANCE, PROCESSING, COMPLETED, FAILED Start of the query range as a 13-digit Unix timestamp in milliseconds. Required in broker mode and optional in per-user mode. The broker-mode range cannot exceed 180 days.
End of the query range as a 13-digit Unix timestamp in milliseconds. Required in broker mode and optional in per-user mode. The broker-mode range cannot exceed 180 days.
start from 1
Target user account for per-user mode. Provide either user_account or user_address. Omit both to use broker mode, which requires start_t and end_t.
Target user address for per-user mode. Provide either user_address or user_account. Omit both to use broker mode, which requires start_t and end_t.