cURL
curl --request GET \ --url https://api.orderly.org/v1/public/broker/stats
{ "success": true, "data": { "rows": [ { "connected_user": "274148" } ] }, "timestamp": 1702989203989 }
Limit: 10 requests per 1 second per IP address
GET /v1/public/broker/stats?broker_id={broker_id}
Returns statistics for builders on Orderly. Use broker_id to limit the response to a single builder.
broker_id
Filter results to a specific broker ID.
Success
Indicates whether the request was successful.
true
Show child attributes
Server timestamp in milliseconds.
1702989203989