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

Transfer a NFT

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

Request

Path Params

Header Params

Body Params application/json

Examples

Responses

🟢200成功
application/json
Body

Previous
Burn a NFT
Built with