cURL
curl --request GET \ --url https://api.perpo.trade/v1/volume/user/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": [ { "date": "2024-01-01T00:00:00.000Z", "perp_volume": 100.24 } ], "timestamp": 1702989203989 }
Format YYYY-MM-DD
OK
true
Show child attributes
1702989203989