GET
/
v1
/
public
/
broker
/
stats
Get Builder Stats
curl --request GET \
  --url https://api.orderly.org/v1/public/broker/stats
{
  "success": true,
  "timestamp": 1702989203989,
  "data": {
    "rows": [
      {
        "connected_user": "274148"
      }
    ]
  }
}

Query Parameters

broker_id
string

If provided, it will only return details for the particular builder.

Response

200 - application/json

Success

The response is of type object.