GET
/
v1
/
client
/
holding
curl --request GET \
  --url https://api-evm.orderly.network/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": 123,
        "pending_short": -2000
      }
    ]
  }
}

Headers

orderly-timestamp
string
required
orderly-account-id
string
required
orderly-key
string
required
orderly-signature
string
required

Query Parameters

all
boolean

true/false. If true then will return all token even if balance is empty.

Response

200 - application/json
success
boolean
required
timestamp
integer
data
object
required