added

NFT API: 8 New Endpoints & Optimizations

[Oct 31, 2023]

We heard your feedback and made some improvements to the NFT API! Now you can retrieve data in bulk, resulting in improved efficiency. Additionally, we have expanded the parameters supported when retrieving collections. You can now obtain the token address, symbol, and decimals of the payment token.

It includes the changes below:

Added:

Optimized:

  • Added parameters for ‘by collection’: collection ID, slug, opensea_slug.
    When using the four parameters simultaneously, the data will be filtered by the following sequence: 1. collection_id, 2. contract, 3. slug, 4. opensea_slug
  • Update endpoint, added response field ‘payment token’ for ‘price model’.