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

      Config

      GET
      /app-config
      Get application configuration
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://api.nusabyte.com/api/v1/app-config'
      Response Response Example
      {
      "chainId": 0,
      "bnbInUsd": "0",
      "quickBuyBnbAmount": "0",
      "bondingCurveBnbTarget": "0",
      "winnerMilestoneBnbTarget": "0",
      "tokenFactoryAddress": "0x",
      "quickBuySlippage": "1",
      "quickBuyDefaultUsdAmount": "0.001000000000000000",
      "quickBuyDefaultSlippage": "1",
      "bondingCurveUsdTarget": "0",
      "winnerMilestoneUsdTarget": "0"
      }

      Request

      None

      Responses

      🟢200OK
      application/json
      Successfully retrieved app configuration
      Body
      chainId
      integer 
      deprecated
      Represents the blockchain network ID where the token operates
      bnbInUsd
      string 
      deprecated
      Current value of 1 BNB expressed in USD
      quickBuyBnbAmount
      string 
      deprecated
      Amount of BNB allocated for a quick buy transaction
      bondingCurveBnbTarget
      string 
      deprecated
      BNB target amount used in the bonding curve model
      winnerMilestoneBnbTarget
      string 
      required
      BNB milestone goal for determining a winner
      tokenFactoryAddress
      string 
      required
      Blockchain address of the token factory contract
      quickBuySlippage
      string 
      deprecated
      Permissible price slippage percentage during a quick buy
      quickBuyDefaultUsdAmount
      string 
      deprecated
      Default USD amount to use for quick buy transactions
      quickBuyDefaultSlippage
      string 
      required
      Default slippage percentage used when executing quick buy
      bondingCurveUsdTarget
      string 
      required
      USD value target for the bonding curve
      winnerMilestoneUsdTarget
      string 
      required
      USD milestone goal to identify a winner
      Modified at 2025-04-22 06:16:28
      Previous
      list of deposit
      Next
      Blockchains
      Built with