Skip to main content
GET
/
v1
/
public
/
volume
/
stats
Get builder volume
curl --request GET \
  --url https://api.orderly.org/v1/public/volume/stats
{
  "success": true,
  "data": {
    "perp_volume_ytd": 274148.0364,
    "perp_volume_ltd": 274148.0364,
    "perp_volume_today": 120272.7674,
    "perp_volume_last_1_day": 120272.7674,
    "perp_volume_last_7_days": 120272.7674,
    "perp_volume_last_30_days": 300730.5454
  },
  "timestamp": 1702989203989
}

Query Parameters

broker_id
string

Filter results to a specific broker ID.

Response

200 - application/json

Success

success
boolean
required

Indicates whether the request was successful.

Example:

true

data
object
required
timestamp
integer

Server timestamp in milliseconds.

Example:

1702989203989