# Million NFTs

{% hint style="warning" %}
Features aren't implemented yet. Next release will come soon !
{% endhint %}

## Get Million NFTs References

<mark style="color:blue;">`GET`</mark> `https://api.millioncloud.org/million-nfts`

Get all the referenced NFTs per artist for Million Token.\
A local database reference all the actual NFTs creators for Million Token.

#### Path Parameters

| Name   | Type   | Description                                          |
| ------ | ------ | ---------------------------------------------------- |
| artist | string | Get the NFTs references only for a specified artist. |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}

## Get Million NFTs Artists

<mark style="color:blue;">`GET`</mark> `https://api.millioncloud.org/million-nfts/artists`

Get all the million NFTs artists information.

#### Query Parameters

| Name   | Type   | Description                               |
| ------ | ------ | ----------------------------------------- |
| tags   | string | Filters the artists list by Tags          |
| artist | string | Get the specified NFT Artist information. |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}


---

# 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://docs.millioncloud.org/public-api/million-nfts.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.
