improved

[Nov 1, 2022] Improvements to getNFTs filters

The includeFilters[] parameter has been added to the getNFTs API. When includeFilters[] are set, only NFTs that match one of the specified filters will be included in the result. For clarity, the existing filters[] param has been renamed to excludeFilters[] (note: this is NOT a breaking change, as the filters[] param will continue to be supported). includeFilters[] and excludeFilters[] are mutually exclusive, and specifying both types of filters will result in an error.

ReadMe