api_nfd_get_nfd_activity
Retrieve activity and changes for Algorand NFDs (NameFi Domains) by specifying names, timeframes, and network parameters to monitor blockchain domain modifications.
Instructions
Get activity/changes for NFDs
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Array of NFD names to get activity for | |
| type | No | Type of activity to retrieve | |
| afterTime | No | Get activity after this time | |
| limit | No | Limit the number of results | |
| sort | No | Sort order | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |