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...