GET /indicative-quote
This endpoint returns an estimated amount_out
based on the source chain, source token, destination chain and destination token.
Current, Native only supports ERC20 <> ERC20, and ERC20 <> Native token bridging. If you wish to bridge a native token to another token, you must first wrap it before calling the Native endpoint.
For native token convention, Native uses 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE
to represent the token address of the native token.
Headers
apiKey
API Key retrieved from the Native app
Params
src_chain
*
dst_chain
*
token_in
*
Address of the token to be sold
token_out
*
Address of the token to be bought
amount_wei
*
Amount of token to be sold, in wei unit
from_address
*
Address of the user that sells the token_in
to_address
Address of the user that receives the token_out
. If empty, this address will be the same as from_address
Example Request
Example Response
Last updated