Skip to content

Burn ERC721 Tokens

POST
/asset/erc721/burn

Burn (destroy) an ERC721 token.

Note: This endpoint is in beta and may be subject to changes.

Authorizations

Request Body required

object
tokenId

The token ID of the ERC721 token.

string
contractDeploymentId

The deployment ID of the ERC721 contract.

string
signingWalletId

The wallet ID used to sign the transaction.

string

Responses

200

ERC721 token burned successfully.

object
queryId
string
uuid

400

Bad request, missing or invalid parameters.

object
code

HTTP status code.

integer
status

Status message, e.g., “INTERNAL_SERVER_ERROR”.

string