List NFT Media

Lists all media associated with a specified NFT, including images, animations, audio and video. This can be used to identify which NFT media exists before calling the Render NFT endpoint.

Full Documentation >


Network
Network ID
Address
42 characters address with 0x prefix
Token ID
Token ID of the asset
Limit
The maximum number of items returned
Offset
Offset by this amount
API Request
curl
JSON
axios
Golang
curl -X GET \ 
	/v2/ethereum-mainnet/0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d/nft/{tokenID}/media \ 
	--header X-API-Key: test \ 
	-d '{}'
API Response
🏁 Ready