GET Firm quote
Effectively recipient. This is the pay out address of the final swapped tokens. Funding address will always be the address calls Native Bridge Contract.
^0x[a-fA-F0-9]{40}$Blockchain name of the chain to initiate bridging, eg: ethereum, arbitrum, ... (refer to network name reference)
Blockchain name of the chain to receive bridged tokens, eg: ethereum, arbitrum, ... (refer to network name reference)
Address of the token to be sold/bridge-out
^0x[a-fA-F0-9]{40}$Address of the token to be bought/bridge-in
^0x[a-fA-F0-9]{40}$The amount of token_in token to pay/sell/bridge-out
The version of Native Swap Router (if bridging includes token swaps). Leave empty or use 4 (latest)
The address to receive refunded tokens in an event of fail and refund. This MUST be the real user address or any address that can process the refund. Otherwise the fund will stuck.
^0x[a-fA-F0-9]{40}$The API key that was assigned to you by Native
Successful response containing executable calldata for initiating a bridging request
Indicates whether the request was successful
Overall widget fee signature
Address that will receive the final tokens
^0x[a-fA-F0-9]{40}$Total input amount (in wei)
Total output amount after fees (in wei)
Output amount before fees are deducted (in wei)
Fallback swap data array for alternative swap paths
Token transfer fee as a percentage
Source identifiers for the quote
Quote source identifiers
Error message if any issues occurred
Version of the router used
Whether the operation involves wrapping tokens
Whether the operation involves unwrapping tokens
Offset for amountIn in calldata
Offset for amountOutMinimum in calldata
Transaction priority level (e.g., 'fast')
Successful response containing executable calldata for initiating a bridging request
Last updated