v1

latestOpenAPI 3.1.02026-07-26360335.7 KB

Retrieve Monad Holders

Returns the MON holders, including the addresses, amounts, and their percentage of the total supply.

get/monad/native/holders

Query parameters

pageIndexinteger
pageSizeinteger

default 20, max 50

Response

200

codeinteger
reasonstring
messagestring

Example response

{
  "message": "OK",
  "result": {
    "data": [
      {
        "accountAddress": "0x2f7e0ad39eb866792a5535fba399145263f56100",
        "balance": "999999999.9994342",
        "contractAddress": "0x0000000000000000000000000000000000000000",
        "decimal": 18,
        "firstSeen": 1737687287000,
        "lastActive": 1739575543000,
        "lastSeen": 1739580088000,
        "name": "MONAD",
        "percentage": "10.000000",
        "symbol": "MON",
        "transactionNum": 6,
        "usdValue": "96201429999945.56"
      }
    ],
    "nextPageCursor": 20,
    "total": 1000
  }
}