api_nfd_browse_nfds
Browse Algorand NFDs (Names for Domains) using filters for name, category, sale type, price, owner, and network to find available domains.
Instructions
Browse NFDs with various filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name to filter on | |
| 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) |