Skip to main content
This endpoint returns a list of supported blockchains available for exchange and transactions in the Rubic API. Each blockchain object contains a name, an identifier, list of providers that support this blockchain, the type of blockchain and whether fee collection is available in this blockchain (proxyAvailable field)
const response = await axios.get(
    'https://api-v2.rubic.exchange/api/info/chains?includeTestnets=false'
);

Response params

FieldTypeDescriptionExample
idnumberBlockchain identifier1
namestringBlockchain name used by RubicETH
providers{crossChain: string[]; onChain: string[]}A list of providers supported by this blockchain{crossChain: ['symbiosis'], onChain: ['ONE_INCH', 'OPEN_OCEAN']}
proxyAvailablebooleanDo we able to collect fees on network with our contracts or nottrue
type'EVM', 'TRON', 'SOLANA', OtherType of blockchain'EVM'
testnetbooleanInclude testnets in list or not (default: false)false