# AIO Exchange Token

## Get Distribution Details

## Returns Details Of Next Token (crypto-dividends) Profit Distribution

<mark style="color:blue;">`GET`</mark> `https://api.aio.exchange/api/v2/aio/tokenholderdistribution`

Provides details on when the next token distribution is, and a countdown.&#x20;

It is important to note that the token distribution should not be considered complete until user's have received their crypto dividends. If a user transfers AIO out of their wallet prior, they may not receive payouts.&#x20;

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

```javascript
{
   "response":{
      "NextDistributionTimestamp":1678109400000,
      "NextDistributionDateTime":"2023-03-06T13:30:00",
      "HolderProfitDistributionPC":90.0000000000,
      "MinimumHolding":100,
      "RewardsCurrency":"USDT",
      "RewardsCurrencyContractAddress":"Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB",
      "FrequencyString":"Weekly On Monday At UTC 13:30",
      "NextDistributionDayCountdown":3,
      "NextDistributionHourCountdown":5,
      "NextDistributionMinuteCountdown":17,
      "NextDistributionSecondCountdown":58
   },
  "success": true,
  "error": null,
  "timestamp": 1668931096371,
  "requestId":"1234"
}
```

{% 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.aio.exchange/aio-exchange-token.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.
