Skip to main content

Get NFT Information

This endpoint allows you to fetch detailed information about a specific NFT using its NFT ID.

Endpoint

GET https://api.spacescan.io/nft/info/{nft_id}

Parameters

ParameterTypeDescription
nft_idstringThe unique NFT ID
Free API

Use api.spacescan.io for free tier access. See our API Plans for rate limits and features.

Pro API

Use pro-api.spacescan.io with your API key in the x-api-key header. See our API Plans for details.

curl -X GET "https://pro-api.spacescan.io/nft/info/{nft_id}" \
-H "x-api-key: YOUR_API_KEY"

Live API Test

Request Example

Response

Failed to load API response. Please try again later.

Response Schema

FieldTypeDescription
statusstringThe status of the API request
nftobjectDetailed information about the NFT
nft.nft_idstringThe unique identifier of the NFT
nft.namestringThe name of the NFT
nft.descriptionstringDescription of the NFT
nft.collection_idstringID of the collection this NFT belongs to
nft.metadata_uristringURI to the NFT's metadata
nft.metadataobjectMetadata of the NFT
nft.ownerstringCurrent owner's address
nft.minted_heightnumberBlock height when the NFT was minted
nft.minted_timestampnumberTimestamp when the NFT was minted

Error Responses

HTTP Status CodeMeaning
400Bad Request -- Your request is invalid.
404Not Found -- The specified NFT could not be found.
429Too Many Requests -- You're requesting too many times! Slow down!
500Internal Server Error -- We had a problem with our server. Try again later.
503Service Unavailable -- We're temporarily offline for maintenance. Please try again later.