# Show all current NFT owners

Click/Touch on top holders of any zone, Or add /holders to your zone url. There is also a menu option in each zone.

<https://desomon.nftz.me/holders>&#x20;

or

<https://nftz.me/u/desomon/holders>

To get all NFT  owners in data (json)  we have a special url that returns JSON. It´s updated each block sync.

Use

[https://backend.nftz.me/api/creator/allowners?username=Desomon](https://backend.nftz.zone/api/creator/allowners?username=Desomon)

Where username = your deso username.

Save the output and use json directly or use

<https://conversiontools.io/convert/json-to-excel>

to convert to excel.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.nftz.zone/beginners-guide/creator-zone/creator-zone-intro/show-all-current-nft-owners.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
