Get NFT Metadata

Returns key data (e.g., metadata, preview image, collection name) for given NFT

Full Documentation >


Network
Network ID
Address
42 characters address with 0x prefix
Token ID
Token ID of the asset
Timeout
Timeout in milliseconds. Error will be returned if metadata has not been retrieved within this time period. Defaults to 10s
API Request
curl
JSON
axios
Golang
curl -X GET \ 
	/v2/ethereum-mainnet/0xed5af388653567af2f388e6224dc7c4b3241c544/nft/1/metadata \ 
	--header X-API-Key: test \ 
	-d '{}'
API Response
🏁 Ready