Skip to main content
GET
/
v1
/
volume
/
user
/
daily
Get User Daily Volume
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
}

Headers

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

Query Parameters

start_date
string
required

Format YYYY-MM-DD

end_date
string
required

Format YYYY-MM-DD

Response

200 - application/json

OK

success
boolean
required
Example:

true

data
object[]
required
timestamp
integer
Example:

1702989203989