overlay
  1. NFT
overlay
  • Overview
    • Introduction
    • Pricing
    • Endpoint
    • Getting Started
  • Wallet
    • Create a wallet
      POST
  • Token
    • Create a token
      POST
    • Mint a token
      POST
    • Burn a token
      POST
    • Transfer a token
      POST
  • NFT
    • Create a NFT
      POST
    • Burn a NFT
      POST
    • Transfer a NFT
      POST
  1. NFT

Burn a NFT

devnet
https://devnet.overlay.fun
devnet
https://devnet.overlay.fun
POST
https://devnet.overlay.fun
/nfts/{mint_address}/burn
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://devnet.overlay.fun/nfts//burn' \
--header 'api-key: API_KEY' \
--header 'auth-key: AUTH_KEY' \
--header 'Content-Type: application/json' \
--data-raw '{
    "network": "solana"
}'
Response Response Example
{}

Request

Path Params

Header Params

Body Params application/json

Examples

Responses

🟢200成功
application/json
Body

Previous
Create a NFT
Next
Transfer a NFT
Built with