Back to All

getNFTsForCollection should return 404 or other error code when no more NFTs to be found

Thanks for the great API for NFTs! One thing I'm finding challenging is the lack of a proper HTTP error code when no more NFTs are to be found for a contract. If you're looping through pages, the API will return success codes for NFTs that do not exist.

It would be more helpful to return a proper status code when you've gone over the limit of NFTs on a contract.

ReadMe