get_new_owners
Retrieve the count of new NFT owners to analyze wallet adoption trends, returning a string value or error message if data is unavailable.
Instructions
Retrieve count of new NFT owners.
Returns:
str: Count of new wallet owners as a string, or "N/A" if no data is available,
or error message if the query fails.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_new_ownersArguments",
"type": "object"
}