api_nfd_get_nfd
Retrieve Algorand Name Service (NFD) details by name or application ID to access blockchain domain information and ownership data.
Instructions
Get a specific NFD by name or by its application ID
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nameOrID | Yes | Name of NFD or application ID | |
| view | No | View of data to return | |
| poll | No | Use if polling waiting for state change | |
| nocache | No | Set to true to return a never-cached result | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |