Skip to main content
POST
/
api
/
v1
/
tokenization
/
collections
/
{id}
/
tokens
/
burn
Burn Token
curl --request POST \
  --url https://sandbox.oumla.com/api/v1/tokenization/collections/{id}/tokens/burn \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "addressId": "<string>",
  "clientShare": "<string>",
  "tokenId": "<string>",
  "useGasless": true,
  "fee": "<string>",
  "feeLevel": "<string>"
}
'
{
  "burn": {
    "workflowId": "<string>",
    "status": "<string>"
  }
}

Authorizations

x-api-key
string
header
required

API key for authentication. Obtain your API key from the dashboard.

Headers

x-sdk-version
string
default:1.0.0

SDK version header

Path Parameters

id
string
required

Collection ID

Body

application/json

Request body for burn token

Burn token request object

addressId
string
required
clientShare
string
required
tokenId
string
required
useGasless
boolean
fee
string
feeLevel
string

Response

Token burning workflow started

burn
object