TransactionSide

Either the source or destination side of a transaction.

chain
string
required

Chain slug or chainId

Example:
ethereum
token
string
required

Token address or symbol

Example:
ETH
address
string
required

Wallet address

Example:
0x...
amount
string
required

Token amount in decimals

Example:
100
amountUSD
string
required

Token amount in US Dollars

Example:
100
hash
string

Transaction hash

Example:
0x...
Example
preparing...