Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API Burn NFTs #205

Open
kespinola opened this issue Aug 29, 2023 · 0 comments
Open

API Burn NFTs #205

kespinola opened this issue Aug 29, 2023 · 0 comments
Assignees

Comments

@kespinola
Copy link
Contributor

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!
}
@kespinola kespinola assigned kespinola and imabdulbasit and unassigned kespinola Aug 29, 2023
@kespinola kespinola changed the title API Burn Solana NFTs API Burn NFTs Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants