Request all available chains, bridges, and exchanges.
getChains
params
(ChainsRequest, optional): Configuration for the requested chains.
chainTypes
(ChainType[], optional): List of chain types.options
(RequestOptions, optional): Additional request options.
ExtendedChain
objects.
getTools
params
(ToolsRequest, optional): Configuration for the requested tools.
chains
((ChainKey | ChainId)[], optional): List of chain IDs or keys.options
(RequestOptions, optional): Additional request options.
ToolsResponse
and contains information about available bridges and DEXs.
getConnections
connectionRequest
(ConnectionsRequest): Configuration of the connection request.
fromChain
(number, optional): The source chain ID.
fromToken
(string, optional): The source token address.
toChain
(number, optional): The destination chain ID.
toToken
(string, optional): The destination token address.
allowBridges
(string[], optional): Allowed bridges.
denyBridges
(string[], optional): Denied bridges.
preferBridges
(string[], optional): Preferred bridges.
allowExchanges
(string[], optional): Allowed exchanges.
denyExchanges
(string[], optional): Denied exchanges.
preferExchanges
(string[], optional): Preferred exchanges.
allowSwitchChain
(boolean, optional): Whether connections that require chain switch (multiple signatures) are included. Default is true.
allowDestinationCall
(boolean, optional): Whether connections that include destination calls are included. Default is true.
chainTypes
(ChainType[], optional): Types of chains to include.
options
(RequestOptions, optional): Request options.
ConnectionsResponse
.