Funny Fun
  1. Token
Funny Fun
  • Overview
  • Token
    • Get tokens
      GET
    • Create token
      POST
    • Create token metadata
      POST
    • Get token holders
      GET
    • Get token
      GET
    • Token charts
      GET
    • Token holders
      GET
    • Token comments
      GET
    • Token comment likes
      POST
    • Token comments
      POST
    • Token favorites
      POST
    • Delete token favorites
      DELETE
  • Authentication
    • Check authentication status
      GET
    • Request nonce for authentication
      POST
  • Withdrawals
    • Get withdrawals
      GET
    • Create withdrawal
      POST
  • Users
    • Get user by address
      GET
    • Update user
      PUT
    • user preference
      PUT
  • Airdrop
    • Airdrop tasks
      GET
    • Airdrop claims
      POST
    • Airdrop leaderboard
      GET
  • Markets
    • Markets
      GET
    • Market buy price
      POST
    • Premarket buy amount
      POST
    • Market buy amount
      POST
    • Market sell price
      POST
    • Market sell amount
      POST
  • Deposits
    • Create deposit
    • list of deposit
  • Config
    GET
  • Blockchains
    GET
  • Orders
    POST
  • Accounts
    GET
  • Trades
    GET
  • Transactions
    GET
  1. Token

Token holders

GET
/token-holders
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

Responses

🟢200Success
application/json
Body

Modified at 2025-04-28 07:58:46
Previous
Token charts
Next
Token comments
Built with