GET
/
v1
/
public
/
chain_info
curl --request GET \
  --url https://api-evm.orderly.network/v1/public/chain_info
{
  "success": true,
  "timestamp": 1702989203989,
  "data": {
    "rows": [
      {
        "name": "Arbitrum",
        "public_rpc_url": "https://arb1.arbitrum.io/rpc",
        "chain_id": "42161",
        "currency_symbol": "ETH",
        "explorer_base_url": "https://arbiscan.io",
        "vault_address": "0x816f722424B49Cf1275cc86DA9840Fbd5a6167e9",
        "broker_ids": [
          "woofi_dex"
        ]
      }
    ]
  }
}

Query Parameters

broker_id
string

return chains that supports this broker

Response

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