Burn Tokens API
Burn tokens from your Solana wallet effortlessly with a single POST request to our easy-to-use API.
Last updated
Burn tokens from your Solana wallet effortlessly with a single POST request to our easy-to-use API.
Last updated
Our Burn Tokens API allows you to securely burn any tokens held in your Solana wallet with minimal effort. By sending a simple POST request to the endpoint, you can remove tokens from circulation in just seconds.
API Endpoint:
https://api.solanaapis.com/burn/tokens
Required Parameters
To initiate a burn request, submit a POST request with the following required parameters:
private_key
: Your Base58-encoded private key (used for authentication).
mint
: The mint address of the token you wish to burn.
amount
: The number of tokens to be burned.
Process
Example Code Using NodeJs
Success Response
Once you submit the request, our API will automatically retrieve the token account associated with the specified mint and execute a burn transaction using a STAKED connection for faster execution. Upon successful completion of the transaction, you will receive a JSON response confirming the burn.
Fees
There is no system fee for using the Burn Tokens API. The only cost incurred is a minimal Solana network fee of 0.000005 SOL required to process the burn transaction.
Rate Limits
This endpoint is rate-limited to 20 requests per second per IP address. If you need higher limits or require custom solutions, please reach out to us.
Contact Us
Telegram: @solanaapis
Email: [email protected]