cURL
curl --request GET \ --url https://api.orderly.org/v1/public/broker/name
{ "success": true, "data": { "rows": [ { "broker_id": "woofi_pro", "broker_name": "WOOFi Pro" } ] }, "timestamp": 1702989203989 }
Limit: 10 requests per 1 second per IP address
GET /v1/public/broker/name?broker_id={broker_id}
Returns the list of builders currently onboarded to Orderly. Use broker_id to retrieve a single builder entry.
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