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

Sync NFT Contract

PUThttps://deep-index.moralis.io/api/v2.2/nft/:address/sync

Initiate indexing for a non-synced NFT contract to make its data available.

PATH PARAMS
addressstringrequired
The address of the NFT contract
QUERY PARAMS
chainstring
The chain to query
Responses
201Contract address was triggered for index.
400Bad Request
404Not Found
429Too Many Requests
500Internal Server Error
API KEY
curl --request PUT \
--url 'https://deep-index.moralis.io/api/v2.2/nft/0xb47e3cd837dDF8e4c57F05d70Ab865de6e193BBB/sync?chain=eth' \
--header 'accept: application/json' \
--header 'X-API-Key: YOUR_API_KEY'
Response Example
Empty