Skip to main content
GET
/
v1
/
client
/
statistics
Get User Statistics
curl --request GET \
  --url https://api.perpo.trade/v1/client/statistics \
  --header 'perpo-account-id: <perpo-account-id>' \
  --header 'perpo-key: <perpo-key>' \
  --header 'perpo-signature: <perpo-signature>' \
  --header 'perpo-timestamp: <perpo-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
}

Headers

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

Response

200 - application/json

OK

success
boolean
required
Example:

true

data
object
required
timestamp
integer
Example:

1702989203989