curl --request POST \
--url https://public.raze.sh/api/sol/burn \
--header 'Content-Type: application/json' \
--data '
{
"wallet": "62ThHC1rs2GUfa8J4Qjcj5GD2MSL2d65pcJtenNieDnm",
"tokenAddress": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
"amount": 1000000,
"feeTipLamports": 1000000
}
'{
"success": true,
"transactions": [
"<string>"
]
}Build a transaction to burn SPL tokens.
curl --request POST \
--url https://public.raze.sh/api/sol/burn \
--header 'Content-Type: application/json' \
--data '
{
"wallet": "62ThHC1rs2GUfa8J4Qjcj5GD2MSL2d65pcJtenNieDnm",
"tokenAddress": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
"amount": 1000000,
"feeTipLamports": 1000000
}
'{
"success": true,
"transactions": [
"<string>"
]
}Documentation Index
Fetch the complete documentation index at: https://docs.raze.bot/llms.txt
Use this file to discover all available pages before exploring further.
Wallet holding the tokens
"62ThHC1rs2GUfa8J4Qjcj5GD2MSL2d65pcJtenNieDnm"
Token mint address
"DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263"
Amount to burn in token units
1000000
1000000
base58, base64