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,
"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_30_days": 0,
"perp_trading_volume_ytd": 0,
"trading_volume_last_24_hours": 0,
"trading_volume_last_30_days": 0,
"trading_volume_ytd": 459.7436,
"perp_trading_volume_last_7_days": 0,
"perp_trading_volume_ltd": 0
},
"timestamp": 1702989203989
}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,
"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_30_days": 0,
"perp_trading_volume_ytd": 0,
"trading_volume_last_24_hours": 0,
"trading_volume_last_30_days": 0,
"trading_volume_ytd": 459.7436,
"perp_trading_volume_last_7_days": 0,
"perp_trading_volume_ltd": 0
},
"timestamp": 1702989203989
}OK
true
Show child attributes
109
0
0
0
0
0
0
0
459.7436
0
0
1702989203989