cURL
curl --request GET \ --url https://api.orderly.org/v1/client/holding \ --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": { "holding": [ { "updated_time": 1580794149000, "token": "USDT", "holding": 282485.071904, "frozen": 0, "pending_short": -2000 } ] }, "timestamp": 1702989203989 }
Limit: 10 requests per 1 seconds
GET /v1/client/holding
Get the current summary of user token holdings.
true/false. If true then will return all token even if balance is empty.
OK
true
Show child attributes
Unix epoch time in milliseconds
1580794149000
"USDT"
282485.071904
0
-2000
1702989203989