Token Multisender (POST)
Token Multisender
This API is used to fast send tokens to multiple addresses
URL
Header: X-API-KEY
(Please do not disclose your API Key to anyone. If you are at risk of losing it, please refresh it.)
Notes
X-API-KEY can be obtained in your "Dashboard", go to check: Dashboard
In the paging type interface, use the next field in the return value as the query parameter for the next page (if next == null, it means that paging has ended)
Request Example
Request Response
Request Parameters
chain: Blockchain (solana/ethereum/base/bsc/tron)
fromWalletId: Wallet id for sending tokens
toList: Address to receive tokens and amount received
address: Addresses to receive tokens
amountUI: Amount of tokens received
token: Token address to be sent, "" means send native token of this chain
gasFeeDelta: Extra added gas (Gwei), valid for EVM
maxFeePerGas: When the base gas exceeds this value, no transaction will execute (Gwei), valid for EVM chains
priorityFee: Priority Fee (SOL), valid for Solana, empty string means use auto priority fee
Last updated