All Collections
API
Major Changes Updates
Changelog
Changes to the NFT search endpoint: /nft/search (from July 1, 2022)
Changes to the NFT search endpoint: /nft/search (from July 1, 2022)
Jonathan Blackburn avatar
Written by Jonathan Blackburn
Updated over a week ago

Products affected

  • API

Is this a breaking change?

  • YES

Description of the change

The /nft/search endpoint's ability to filter results using a list of addresses has been discontinued in favor of filtering results using a single token address.

What exactly can break?

The /nft/search endpoint will return nft data that does not match the list of addresses supplied if you are sending queries to the endpoint with the addresses parameter to filter the results based on a list of token addresses.

How to ensure my app won't break?

The token_address field, which accepts a single string value rather than a list of token addresses, is what we recommend using in order to ensure a seamless request.

When will this change go live and be mandatory?

2022-07-01

Link to Moralis Forum for disucssions

We have staff monitoring forum 24/7 - while we don't monitor github as much - so we need everyone to discuss in the forum

Did this answer your question?