get https://api.blockvision.org/v2/monad/native/holders
Returns the 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.holder
,string
- the wallet address of the Monad holder.amount
,string
- amount information.isContract
,boolean
- whether the holder address is a contract.percentage
,string
- the percentage of the total supply held by this holder.usdValue
,string
- the USD value of the holder's tokens.
nextPageIndex
,number
- the index of the next page of results, current page index will be returned if the last page is reached.