Token holders
GET
/token-holders
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.nusabyte.com/api/v1/token-holders?tokenId&userAddress=GtYQTjgJ64ny3idgisfPctvvesYWfnzBtDqRPT5mUE3s&limit=3&page=1'
Response Response Example
[
{
"tokenId": "1",
"tokenAddress": "0x1234567890abcdef1234567890abcdef12345678",
"tokenName": "Ethereum",
"tokenSymbol": "ETH",
"tokenImageUrl": "https://example.com/token/eth.png",
"userAddress": "0xabcdefabcdefabcdefabcdefabcdefabcdefabcd",
"userName": "Diana",
"userImageUrl": "https://example.com/user/diana.png",
"rawTokenAmount": "5000000000000000000",
"tokenAmount": "5.0",
"percentage": "1.25"
}
]
Request
Query Params
tokenId
string
optional
userAddress
string
optional
Example:
GtYQTjgJ64ny3idgisfPctvvesYWfnzBtDqRPT5mUE3s
limit
string
optional
Example:
3
page
string
optional
Example:
1
Responses
Modified at 2025-04-28 07:58:46