API Reference

Retrieve Monad Holders

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

📘

Supported on Monad Testnet.

🚧

The Monad Holders API on Monad is currently available to our paid Members. Free tier members can also enjoy a trial period with 30 free calls. If you're interested, please register directly through here. Please note that the API Key can also be used for your RPC endpoint.

Parameter

  • pageIndex, string - the page number to retrieve. Defaults to 1.
  • pageSize, string - the number of holders to return per page. Defaults to 20, maximum is 50.

Response

  • code, number - response status code, e.g., 0 for success.
  • reason, string - reason message if there's an error.
  • message, string - response message, e.g., OK.
  • result, object - result object containing Monad holder data.
    • data, array object - an array of Monad holder objects.
      • accountAddress, string - the wallet address of the Monad holder.
      • amount, string - amount information.
      • balance, string - the balance of MON tokens held.
      • contractAddress, string - the MON token contract address.
      • decimal, number - the number of decimal places for the token.
      • firstSeen, number - timestamp of when the holder was first seen.
      • imageURL, string - token image URL.
      • isContract, boolean - whether the holder address is a contract.
      • lastActive, number - timestamp of the holder's last activity.
      • lastSeen, number - timestamp of when the holder was last seen.
      • name, string - the token name.
      • percentage, string - the percentage of the total supply held by this holder.
      • price, string - token price information.
      • symbol, string - the token symbol.
      • transactionNum, number - the number of transactions made by the holder.
      • usdValue, string - the USD value of the holder's tokens.
      • verified, boolean - whether the token is verified.
    • nextPageIndex, number - the index of the next page of results.
    • total, number - the total number of Monad holders tracked.
Language
Credentials
Header
Click Try It! to start a request and see the response here!