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

Create a NFT

devnet
https://devnet.overlay.fun
devnet
https://devnet.overlay.fun
POST
https://devnet.overlay.fun
/nfts
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://devnet.overlay.fun/nfts' \
--header 'api-key: API_KEY' \
--header 'auth-key: AUTH_KEY' \
--header 'Content-Type: application/json' \
--data-raw '{
    "network": "solana",
    "symbol": "string",
    "name": "string",
    "description": "string",
    "images": [
        "string"
    ],
    "website": "string",
    "seller_fee": 0
}'
Response Response Example
{}

Request

Header Params

Body Params application/json

Examples

Responses

🟢200成功
application/json
Body

Previous
Transfer a token
Next
Burn a NFT
Built with