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, "timestamp": 1702989203989, "data": { "holding": [ { "updated_time": 1580794149000, "token": "BTC", "holding": -28.000752, "frozen": 0, "pending_short": -2000 } ] } }
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
The response is of type object.
object