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

      Trades

      GET
      /trades
      Trades
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://api.nusabyte.com/api/v1/trades?blockchainKey=&tokenId&userAddress=GtYQTjgJ64ny3idgisfPctvvesYWfnzBtDqRPT5mUE3s&minQuoteAmount=0.05'
      Response Response Example
      [
          {
              "userAddress": "string",
              "userName": "string",
              "userImageUrl": "string",
              "orderType": "buy",
              "baseAmount": "string",
              "formattedBaseAmount": "string",
              "quoteAmount": "string",
              "formattedQuoteAmount": "string",
              "executionTime": 0,
              "formattedExecutionTime": "string",
              "uid": "string"
          }
      ]

      Request

      Query Params
      blockchainKey
      string 
      optional
      tokenId
      string 
      optional
      userAddress
      string 
      optional
      Example:
      GtYQTjgJ64ny3idgisfPctvvesYWfnzBtDqRPT5mUE3s
      minQuoteAmount
      string 
      optional
      Example:
      0.05

      Responses

      🟢200Success
      application/json
      Body
      array of:
      userAddress
      string 
      required
      userName
      string 
      required
      userImageUrl
      string 
      required
      orderType
      enum<string> 
      required
      Allowed values:
      buysell
      baseAmount
      string 
      required
      formattedBaseAmount
      string 
      required
      quoteAmount
      string 
      required
      formattedQuoteAmount
      string 
      required
      executionTime
      integer 
      required
      formattedExecutionTime
      string 
      required
      uid
      string 
      required
      Modified at 2025-04-28 02:52:08
      Previous
      Accounts
      Next
      Transactions
      Built with