Skip to content

API Burn NFTs #205

@kespinola

Description

@kespinola

Goal

Users can burn an NFT or token through the API.

Requirements

  • Write burnt_mint_history record recording the transaction, its status, the initiator or the request, and the mint that was burnt.
  • Charge for burning a mint
  • Burn supports Solana and Polygon
type BurnMintInput {
  id: UUID!
}

type BurnMintPayload {
  id: UUID!
}

mutation {
  burnMint(input: BurnMintInput): BurnMintPayload!
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions