Returns all possible connections based on a from- or toChain.
This endpoint gives information about all possible tranfers between chains. Since the result can be very large it is required to filter by at least a chain, a token, a bridge, or an exchange. Information about which chains and tokens are supported can be taken from the response of the /v1/chains endpoint. Information about which bridges and exchanges are supported can be taken from the response of the /tools endpoint. For chains both chainID or chain symbol can be provided. For tokens both token address or token symbol can be provided. It is always recommended to use chainID and token address for accuracy.
Headers
Authentication header, contact support if you want to get registered.
Query Parameters
The chain that should be the start of the possible connections.
The chain that should be the end of the possible connections.
Only return connections starting with this token.
Only return connections ending with this token.
Restrict the resulting tokens to the given chainTypes.
List of bridges that are allowed for this transaction. Currently available bridges are for example hop
, multichain
or connext
. All bridges can be loaded from the /v1/tools endpoint.
List of bridges that are not allowed for this transaction. Currently available bridges are for example hop
, allbridge
or amarok
. All supported bridges can be loaded from the /tools endpoint.
List of bridges that should be preferred for this transaction. Currently available bridges are for example hop
, allbridge
or amarok
. All supported bridges can be loaded from the /tools endpoint.
List of exchanges that are allowed for this transaction. Currently available exchanges are aggregators such as 1inch
, paraswap
, openocean
and 0x
and a lot of dexes.
List of exchanges that are not allowed for this transaction. Currently available exchanges are aggregators such as 1inch
, paraswap
, openocean
and 0x
and a lot of dexes.
List of exchanges that should be preferred for this transaction. Currently available exchanges are aggregators such as 1inch
, paraswap
, openocean
and 0x
and a lot of dexes.
Whether connections that require chain switch should be included in the response.
Whether connections that includes destination call should be included in the response.