Transfer Token
Sends ERC20 tokens from the sender’s address to the specified recipient.
POST
Body
application/json
Request model for transferring ERC20 tokens.
Amount of token to transfer
Required range:
x > 0
Example:
1.5
The symbol of the token to transfer. Note the supported tokens per chain.
Available options:
1INCH
, AAVE
, BAL
, cbBTC
, cbETH
, CRV
, crvUSD
, DAI
, ENS
, ETHx
, FRAX
, FXS
, GHO
, KNC
, LDO
, LINK
, LUSD
, MKR
, osETH
, PYUSD
, rETH
, RPL
, rsETH
, sDAI
, SNX
, STG
, sUSDe
, tBTC
, UNI
, USDC
, USDe
, USDS
, USDT
, WBTC
, weETH
, WETH
, wstETH
, ARB
, EURS
, MAI
, USDCe
, AERO
, EUR
, VIRTUAL
The recipient of the tokens.
Example:
"0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc44"
The chain to use.
Available options:
base:mainnet
, ethereum:mainnet
, arbitrum:mainnet
The address of the transaction sender
Response
200
application/json
Successful Response
The chain id of the transaction
The data of the transaction
The sender of the transaction
The gas of the transaction
The recipient of the transaction
The value of the transaction
The nonce of the address
The max fee per gas of the transaction
The max priority fee per gas of the transaction
Was this page helpful?