Skip to main content
GET
/
v1
/
public
/
broker
/
stats
Get builder stats
curl --request GET \
  --url https://api.orderly.org/v1/public/broker/stats
{
  "success": true,
  "data": {
    "rows": [
      {
        "connected_user": "274148"
      }
    ]
  },
  "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