Get NFT image
GET/evm/:network/nft/metadata/image
Returns the image for a specific NFT token as binary data. Resolves the image URL from the NFT metadata (supports IPFS, HTTPS, and data: URIs) and proxies the image through ChainGate so consumers don't need to handle IPFS resolution. The response content type matches the original image format.
Request
Responses
- 200
- 400
- 401
- 429
- 500
Successful response
Bad Request
Unauthorized — invalid API key
Too Many Requests
Internal Server Error