api_nfd_search_nfds
Search Algorand blockchain NFDs using filters like name, category, price range, sale type, and ownership status to find specific digital assets.
Instructions
Search NFDs with various filters
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name to search for | |
| category | No | ||
| saleType | No | ||
| state | No | ||
| owner | No | Owner address to filter on | |
| minPrice | No | Minimum price | |
| maxPrice | No | Maximum price | |
| limit | No | Limit the number of results | |
| offset | No | Offset for pagination | |
| sort | No | Sort order | |
| view | No | View of data to return | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |