v1
latestOpenAPI 3.1.02026-07-26360335.7 KBRetrieve Collection Holders
Returns the NFT distribution of a given non-fungible token contract on the Monad Testnet, including the addresses, amounts, and their percentage of the total supply.
get/monad/collection/holders
Query parameters
contractAddressstring required
cursorstring
limitinteger
default 20, max 50
Response
200
Example response
{
"message": "OK",
"result": {
"data": [
{
"ownerAddress": "0x243Bbb5E1111DA6B43b897C5A1A00Eb1D3d6Dd0c",
"amount": 1,
"lastTransaction": "0xd00b436001f9d8e266176d90a5714e049f15585b60a9ab1ce8fd466a2a9e4ea1",
"percentage": "100.000000"
}
],
"total": 1
}
}