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}
Get the list of builders currently onboarded on Orderly.
If provided, it will only return details for the particular builder.
Success
true
Show child attributes
"woofi_pro"
"WOOFi Pro"
1702989203989