cURL
curl --request GET \ --url https://api.orderly.org/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", "currency_decimal": 8, "explorer_base_url": "https://arbiscan.io", "vault_address": "0x816f722424B49Cf1275cc86DA9840Fbd5a6167e9", "broker_ids": [ "woofi_dex" ] } ] } }
Limit: 10 requests per 1 second per IP address
GET /v1/public/chain_info
Get chains specified builder is available on.
return chains that supports this builder
OK
The response is of type object.
object