Headers
Authentication header, contact support if you want to get registered.
Body
The request object describes a desired any-to-any transfer and contains all information necessary to calculate the most efficient routes.
A description of a token transfer
The sending chain id
The amount that should be transferred including all decimals (e.g. 1000000 for 1 USDC (6 decimals))
The address of the sending Token
The id of the receiving chain
The address of the receiving Token
Optional configuration for the routes
{
"integrator": "fee-demo",
"slippage": 0.003,
"fee": 0.02,
"bridges": { "allow": ["relay"] },
"exchanges": { "allow": ["1inch", "openocean"] },
"maxPriceImpact": 0.1
}
The sending wallet address
The receiving wallet address
The amount of the token to convert to gas on the destination side.
Response
The resulting routes that can be used to realize the described transfer of tokens
A list of routes that can be used to realize the described transfer of tokens
List of possible Routes
for the given transfer
An object representing the routes that are unavailable for the given transfer