Burn tokens and reclaim the sol back
POST https://pmpapi.fun/api/burn_tokens
Parameter | Type | Description |
---|---|---|
mint | string | The mint address of the token to be burned |
priorityFee | number | The priority fee for the transaction |
userPrivateKey | string | The user’s private key |
Parameter | Type | Description |
---|---|---|
transactionId | string | The ID of the transaction |
status | string | The status of the transaction (e.g. “success” or “failed”) |
message | string | A message describing the result of the transaction |
400 Bad Request
: Invalid request parameters or missing required fields.401 Unauthorized
: Authentication failed.404 Not Found
: The requested resource (endpoint) is not found.429 Too Many Requests
: Rate limit exceeded.500 Internal Server Error
: Unexpected server-side error.200 OK
: The request was successful.