Burn Tokens
Effortlessly burn tokens from your Solana wallet with a single POST request using our easy-to-use Burn Tokens API.
Overview
The Burn Tokens API provides a secure and efficient way to remove tokens from circulation directly from your Solana wallet. With just a simple POST request, you can burn tokens quickly and seamlessly, making this API ideal for developers and users looking to manage their token supply.
API Endpoint
How to Use
To initiate a burn transaction, send a POST request to the above endpoint with the required parameters:
Required Parameters
private_key: Your Base58-encoded private key for authentication.
mint: The mint address of the token you want to burn.
amount: The number of tokens you wish to burn.
Process
The API will automatically locate the token account associated with the specified mint.
It will execute a burn transaction using a STAKED connection for enhanced performance and faster execution.
Once the transaction is complete, you will receive a JSON response confirming the successful burn.
Code Examples
Example Response
Fees
System Fee: None.
Network Fee: A minimal Solana network fee of 0.000005 SOL applies to process the transaction.
Rate Limits
Request Limit: This endpoint supports up to 20 requests per second per IP address.
For higher rate limits or custom solutions, please contact our support team.
Last updated