Skip to main content

Don't have an API key yet?

Sign-up to Moralis to get your free API key and start building today.

Get Your Free API Key

Get Metadata for Multiple NFT Contracts

POSThttps://deep-index.moralis.io/api/v2.2/nft/metadata

Retrieve metadata (name, symbol) for up to 25 NFT contracts in one call. Also returns off-chain metadata, floor prices and more where available.

QUERY PARAMS
chainstring
The chain to query
include_pricesboolean
Should NFT last sale prices be included in the result?
BODY PARAM
Request Bodyjsonrequired
Body
Responses
200Returns the metadata for the requested NFT collections.
400Bad Request
404Not Found
429Too Many Requests
500Internal Server Error
API KEY
curl --request POST \
--url 'https://deep-index.moralis.io/api/v2.2/nft/metadata?chain=eth' \
--header 'accept: application/json' \
--header 'X-API-Key: YOUR_API_KEY'
Response Example
Empty