v1

latestOpenAPI 3.0.02026-07-26268286602.5 KB

get native coin holders list

Deprecation Notice: Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the PRO API reference page for information.

get/addresses

Response

token

exchange_ratestring required
total_supplystring required
next_page_paramsobject required

Example response

{
  "exchange_rate": "0.01",
  "total_supply": "100000000",
  "items": [
    {
      "transactions_count": "1234"
    }
  ],
  "next_page_params": {
    "fetched_coin_balance": "269536604956070000000",
    "hash": "0xf74769d9ffe1cd17f20b283995cf9e7fa2a262ed",
    "items_count": 50
  }
}