Skip to main content
GET
/
v1
/
public
/
broker
/
name
Get builder list
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
}

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