Token Collection (POST)
Token Collection
This API is used to fast collect tokens from 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)
fromWalletIds: List of wallet ids to collect tokens
toAddress: Wallet address to receive tokens
token: Token addresses to be collected, "" means collect native token of this chain
keepAmountUI: Amount of tokens kept per address, 0 means collect all
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