AIO Exchange Token
Get Distribution Details
Returns Details Of Next Token (crypto-dividends) Profit Distribution
GET
https://api.aio.exchange/api/v2/aio/tokenholderdistribution
Provides details on when the next token distribution is, and a countdown.
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.
{
"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"
}
Last updated