Get NFT Metadata (Batched)

Returns key data (e.g., metadata, preview image, collection name) for given set of NFTs. 100 NFTs per request max.

Full Documentation >


Network
Network ID
Timeout
Timeout in milliseconds. Assets that have not been retrieved within this time period will not be returned. Defaults to 10s
API Request
curl
JSON
axios
Golang
curl -X GET \ 
	/v2/ethereum-mainnet/metadata \ 
	--header X-API-Key: test \ 
	-d '{}'
API Response
🏁 Ready