POST
/
v1
/
community
/
tipping
/
burning
cURL
curl --request POST \
  --url https://api.flipsuite.xyz/v1/community/tipping/burning \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <x-api-key>' \
  --data '{
  "channelId": "1234567890123456789",
  "item": {
    "type": "TOKEN",
    "chain": "Polygon",
    "tokenAddress": "0x162539172b53e9a93b7d98fb6c41682de558a320",
    "amount": 1000
  }
}'

Headers

x-api-key
string<uuid>
required

Your community API key.

Body

application/json
channelId
string

ID of a Discord channel in your server where the burn should be executed.

item
object
comment
string | null

Note that will be shown on the "Burn successful" message.

Maximum length: 256
hideNotification
boolean | null

Whether to hide the public "Burn successful" channel notification after burning the asset.

Response

201

Burn has been executed successfully