cURL
curl --request GET \ --url https://api.orderly.org/v1/asset/history \ --header 'orderly-account-id: <orderly-account-id>' \ --header 'orderly-key: <orderly-key>' \ --header 'orderly-signature: <orderly-signature>' \ --header 'orderly-timestamp: <orderly-timestamp>'
{ "success": true, "data": { "meta": { "total": 9, "records_per_page": 25, "current_page": 1 }, "rows": [ { "id": "230707030600002", "tx_id": "0x4b0714c63cc7abae72bf68e84e25860b88ca651b7d27dad1e32bf4c027fa5326", "side": "WITHDRAW", "token": "USDC", "amount": 555, "fee": 0, "trans_status": "FAILED", "created_time": 1688699193034, "updated_time": 1688699193096, "chain_id": "986532" } ] }, "timestamp": 1702989203989 }
Limit 10 requests per 60 seconds
GET /v1/asset/history
Get asset history, including token deposits/withdrawals.
token name you want to search
DEPOSIT/WITHDRAW
DEPOSIT
WITHDRAW
NEW/CONFIRM/PROCESSING/COMPLETED/FAILED/PENDING_REBALANCE
NEW
CONFIRM
PROCESSING
COMPLETED
FAILED
PENDING_REBALANCE
start from 1
OK
true
Show child attributes
9
25
1
"230707030600002"
"0x4b0714c63cc7abae72bf68e84e25860b88ca651b7d27dad1e32bf4c027fa5326"
"WITHDRAW"
"USDC"
555
0
"FAILED"
1688699193034
1688699193096
"986532"
1702989203989