List Asset Transactions
Query transactions for all wallets. Stablecoin Account API Publisher Disclaimer
Query parameters
Items per page (10 to 100, default 10)
Page number (≥ 1, default 1)
Exclusive start time used to filter by create_time. ISO 8601 format.
Exclusive end time used to filter by create_time. ISO 8601 format.
Wallet currency to query
Order type to query
Order status to query
Query by order_id or short_order_id
Headers
Specifies the sub-account on whose behalf the request is made. This should be set to the account_id, which can be retrieved via the List Connected Accounts API. If omitted or empty, the request is executed using the master account. More information at Connected Accounts.
Response
Successfully retrieved asset transactions
Example response
{
"code": 200,
"message": "Success",
"data": {
"data": [
{
"order_type": "Withdraw"
}
]
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.