v1

latestOpenAPI 3.0.32026-07-1320201.0 MB
Solana Blockchain Queries

Get NFT Information

Get the information of a NFT-Token

get/api/v2/solana/nfts/{mint}

Headers

X-Network'testnet' | 'mainnet'

Specify "testnet" for test network or leave empty for main network. Defaults to "mainnet" if not provided.

Authorizationstring required

Bearer token for authorization. Required for authenticated endpoints.

Content-Type'application/json' | 'application/x-www-form-urlencoded' | 'multipart/form-data'

The MIME type of the request body.

Response

statusinteger
okboolean
messagestring

Example response

{
  "status": 200,
  "ok": true,
  "message": "NFT information fetched",
  "data": {
    "mint": "HVjE8yC2ANwyP9TVNBD5yvEhLESWjdnYvK5TKiEhm3gp",
    "name": "dogwifhat",
    "uri": "https://nftstorage.link/ipfs/bafkreicwwumzhnhwk7oowsg4yud2ajfw4x5xdwoatjcdoptuanb3xwuzbu",
    "symbol": ""
  }
}