GET
/
v1
/
get_broker
curl --request GET \
  --url https://api.orderly.org/v1/get_broker
{
  "success": true,
  "timestamp": 1702989203989,
  "data": {
    "broker_id": [
      "woofi_pro"
    ]
  }
}

Query Parameters

address
string
required

The address of the user

chain_type
string

EVM or SOL

Response

200 - application/json

OK

The response is of type object.