Funny Fun
    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

      Accounts

      GET
      /accounts
      Accounts
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://api.nusabyte.com/api/v1/accounts?userAddress=GtYQTjgJ64ny3idgisfPctvvesYWfnzBtDqRPT5mUE3s&limit=3&page=1'
      Response Response Example
      [
          {
              "blockchainKey": "string",
              "baseTokenId": "string",
              "quoteTokenId": "string",
              "tokenId": "string",
              "tokenAddress": "string",
              "tokenName": "string",
              "tokenDecimals": 0,
              "tokenSymbol": "string",
              "tokenImageUrl": "string",
              "tokenMaximumFractionDigits": 0,
              "userAddress": "string",
              "balance": "string",
              "formattedBalance": "string",
              "holdingPercentage": "string",
              "availableAsQuote": true
          }
      ]

      Request

      Query Params
      userAddress
      string 
      optional
      Wallet address of the user
      Example:
      GtYQTjgJ64ny3idgisfPctvvesYWfnzBtDqRPT5mUE3s
      limit
      string 
      optional
      Limit of pagination
      Example:
      3
      page
      string 
      optional
      Page of pagination
      Example:
      1

      Responses

      🟢200Success
      application/json
      Body
      array of:
      blockchainKey
      string 
      required
      baseTokenId
      string 
      required
      quoteTokenId
      string 
      required
      tokenId
      string 
      required
      tokenAddress
      string 
      required
      tokenName
      string 
      required
      tokenDecimals
      integer 
      required
      tokenSymbol
      string 
      required
      tokenImageUrl
      string 
      required
      tokenMaximumFractionDigits
      integer 
      required
      userAddress
      string 
      required
      balance
      string 
      required
      formattedBalance
      string 
      required
      holdingPercentage
      string 
      required
      availableAsQuote
      boolean 
      required
      Modified at 2025-04-28 02:43:58
      Previous
      Orders
      Next
      Trades
      Built with