cURL
curl --request GET \ --url https://quote.rapidx.app/api/getavailablechains
{ "success": true, "message": "<string>", "data": [ { "chainId": 123, "name": "<string>", "symbol": "<string>", "logoURI": "<string>", "rpcUrls": [ "<string>" ], "blockExplorerUrls": [ "<string>" ], "nativeCurrency": { "name": "<string>", "symbol": "<string>", "decimals": 123 }, "isTestnet": true } ], "timestamp": "2023-11-07T05:31:56Z" }
Get a list of all supported blockchain networks available for cross-chain bridging
{ "success": true, "message": "success", "data": [ { "chainId": 1, "name": "Ethereum", "symbol": "ETH", "logoURI": "https://cryptologos.cc/logos/ethereum-eth-logo.png", "rpcUrls": ["https://mainnet.infura.io/v3/..."], "blockExplorerUrls": ["https://etherscan.io"], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "isTestnet": false }, { "chainId": 56, "name": "BNB Smart Chain", "symbol": "BNB", "logoURI": "https://cryptologos.cc/logos/bnb-bnb-logo.png", "rpcUrls": ["https://bsc-dataseed1.binance.org"], "blockExplorerUrls": ["https://bscscan.com"], "nativeCurrency": { "name": "Binance Coin", "symbol": "BNB", "decimals": 18 }, "isTestnet": false } ], "timestamp": "2025-09-16T00:00:00.000Z" }
Successful response with supported chains
Whether the request was successful
Response message
List of supported blockchain networks
Show child attributes
Response timestamp