api_nfd_get_nfd_analytics
Retrieve analytics data for Algorand NFDs (Non-Fungible Domains) by filtering transactions, prices, events, and network activity to analyze market trends and domain ownership.
Instructions
Get analytics data for NFDs
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | NFD name to filter on | |
| buyer | No | Buyer address to filter on | |
| seller | No | Seller address to filter on | |
| event | No | Events to filter on | |
| requireBuyer | No | Whether buyer must be present | |
| includeOwner | No | Whether to include current owner | |
| excludeNFDAsSeller | No | Whether to exclude NFDomains as seller | |
| category | No | ||
| minPrice | No | Minimum price | |
| maxPrice | No | Maximum price | |
| limit | No | Limit the number of results | |
| offset | No | Offset for pagination | |
| sort | No | Sort order | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |