Getting Ecosystem Information
Request all available chains, bridges, and exchanges.
Get supported chains
Example
Get liquidity venues
Example
Get available pairs
Fetches a list of all supported pairs, including intrachain and interchain routes.
srcChain
(number, optional): Chain ID of the source chain.srcToken
(string, optional): The contract address of the source token.destChain
(number, optional): Chain ID of the destination chain.destToken
(string, optional): The contract address of the destination token.allowInterchain
(boolean, optional): Default isTrue
. Decides whether to include pairs that require interchain routing.excludeVenue
(string[], optional): Array of liquidity venues to be excluded from routing.excludeInterop
(string[], optional): Array of interoperability protocols to be excluded from routing.maxiVenue
(string[], optional): Give preference for some liquidity venues over others.maxiInterop
(string[], optional): Give preference for some interoperability protocols over others.
Example
We have additional guides you may find helpful for supplemental information when working with the SDK:
Last updated