Limit 10 requests per 60 seconds
GET /v1/volume/user/daily
curl --request GET \ --url https://api.orderly.org/v1/volume/user/daily \ --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": [ { "date": "2024-01-01T00:00:00.000Z", "perp_volume": 100.24 } ] }
Format YYYY-MM-DD
true
Show child attributes
"2024-01-01T00:00:00.000Z"
100.24
1702989203989