Quote

bridgeFee
string
required

Fee taken by the bridge

duration
number

Average estimated length of time (in minutes) this transfer will take to complete

gas
string
required

Gas limit for the deposit

quote
string
required
bridgeTokenAddress
string
required
decimals
number
required
bridgeFeeInNativeToken
string
required
steps
array[string]
required

The status of the current transfer step. It should be in one of these values: allowance' | 'approve' | 'send' | 'nativeStaking' | 'bridge' | 'sign' | 'claim';

Allowed values:
allowanceapprovesendnativeStakingsignclaimbridge
bridgeTokenSymbol
string
destTokenAddress
string
distribution
object
bridge
integration
string

Name of the underlying contract integration associated with this quote. Bridges, DEXs, Staking Providers, and Lending Protocols

type
string
required

Category of transaction including contract-call execution type

Allowed values:
swapcustom_contractdepositwithdrawclaim
success
boolean
message
string
encryptionKeyRequired
boolean
fees
array[Fee]
type
string
required

Specifies the type of fee. Possible values includes: 1. network gas fee 2. bridge fee 3. partner fee associated with the transfer

Allowed values:
bridgegaspartner
amount
string
required

Fee amount in wei

amountUSD
string
required

Fee amount converted to USD$ equivalent

tokenSymbol
string
required

Specifies the token symbol this fee is being deducted in

tokenAddress
string
required

Specifies the token address this fee is being deducted in

chainSlug
string
required

Specifies the chain this fee is being deducted from

Example:
ethereum
decimals
number
required
deductedFromSourceToken
boolean
required

Specifies whether this fee is deducted from the original source token amount. If false, this implies that this is an additional fee on top of the source token amount

Example
preparing...