Returns NFT items matching the specified filters. Filter by item address, owner address, collection address, or item index. Use include_on_sale to include items listed on marketplaces. When querying multiple collections, provide exactly one owner_address.
Documentation Index
Fetch the complete documentation index at: https://companyname-a7d5b98e-v3-fields.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
NFT item address in any form. Max: 1000.
Address of NFT item owner in any form. Max: 1000.
Collection address in any form.
Index of item for given collection. Max: 1000.
Include nft on sales and auctions. Used only when owner_address is passed
Sort NFT items by last transaction lt descending. Warning: results may be inconsistent during pagination with limit and offset.
Limit number of queried rows. Use with offset to batch read.
1 <= x <= 1000Skip first N rows. Use with limit to batch read.
x >= 0Matching NFT items with address book and metadata.
Response wrapper containing NFT items with address book and token metadata.