GET
/
v1
/
public
/
broker
/
name
curl --request GET \
  --url https://api-evm.orderly.network/v1/public/broker/name
{
  "success": true,
  "timestamp": 1702989203989,
  "data": {
    "rows": [
      {
        "broker_id": "woofi_pro",
        "broker_name": "WOOFi Pro"
      }
    ]
  }
}

Query Parameters

broker_id
string

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

Response

200 - application/json
success
boolean
required
timestamp
integer
data
object
required