GET
/
v1
/
client
/
statistics
curl --request GET \
  --url https://api-evm.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
  }
}

Headers

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

Response

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