GET
/
v1
/
client
/
statistics
/
daily
curl --request GET \
  --url https://api-evm.orderly.org/v1/client/statistics/daily \
  --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": {
    "rows": [
      {
        "account_value": 456789.12,
        "date": "2023-09-14",
        "perp_volume": 451580.9523,
        "pnl": 123.45,
        "snapshot_time": 1722989203989
      }
    ]
  }
}

Headers

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

Query Parameters

start_date
string
required

Format YYYY-MM-DD

end_date
string
required

Format YYYY-MM-DD

page
number
size
number
include_historical_data
boolean

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.

Response

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