cURL
curl --request GET \ --url https://api.perpo.trade/v1/client/statistics/daily \ --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": { "rows": [ { "account_value": 456789.12, "date": "2023-09-14", "perp_volume": 451580.9523, "pnl": 123.45, "snapshot_time": 1722989203989 } ] }, "timestamp": 1702989203989 }
Format YYYY-MM-DD
start from 1
When include_historical_data is set to True, the rate limit for this API becomes 1 request per 60 seconds, the API response will include archived data.
OK
true
Show child attributes
1702989203989