Skip to main content
GET
/
v1
/
get_broker
Check if address is registered
curl --request GET \
  --url https://api.orderly.org/v1/get_broker
{
  "success": true,
  "data": {
    "broker_id": [
      "woofi_pro"
    ]
  },
  "timestamp": 1702989203989
}

Query Parameters

address
string
required

Wallet address to check.

chain_type
string

EVM or SOL

Response

200 - application/json

OK

success
boolean
required

Indicates whether the request was successful.

Example:

true

data
object
required
timestamp
integer

Server timestamp in milliseconds.

Example:

1702989203989