curl --request GET \
--url https://api.orderly.org/v1/client/statistics \
--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": {
"days_since_registration": 109,
"fees_paid_last_30_days": 0,
"perp_fees_paid_last_30_days": 0,
"perp_trading_volume_last_24_hours": 0,
"perp_trading_volume_last_7_days": 0,
"perp_trading_volume_last_30_days": 0,
"perp_trading_volume_ytd": 0,
"perp_trading_volume_ltd": 0,
"trading_volume_last_24_hours": 0,
"trading_volume_last_30_days": 0,
"trading_volume_ytd": 459.7436
}
}
Limit: 10 requests per 60 seconds
GET /v1/client/statistics
Get statistics of the user account
curl --request GET \
--url https://api.orderly.org/v1/client/statistics \
--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": {
"days_since_registration": 109,
"fees_paid_last_30_days": 0,
"perp_fees_paid_last_30_days": 0,
"perp_trading_volume_last_24_hours": 0,
"perp_trading_volume_last_7_days": 0,
"perp_trading_volume_last_30_days": 0,
"perp_trading_volume_ytd": 0,
"perp_trading_volume_ltd": 0,
"trading_volume_last_24_hours": 0,
"trading_volume_last_30_days": 0,
"trading_volume_ytd": 459.7436
}
}
OK
The response is of type object
.