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

      Blockchains

      GET
      /blockchains
      Get list of available blockchains
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://api.nusabyte.com/api/v1/blockchains'
      Response Response Example
      [
          {
              "key": "solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1",
              "name": "Solana Devnet",
              "imageUrl": "https://ipfs.nusabyte.com/ipfs/Qme551yKU6a5Cptsk8hxcMtWwTrKkHArZtTTwFSvu19eFD",
              "depositAddress": "dp48Y9euMbxCWGcvWkiezEwcFaNpHr5EGXfgVufuank",
              "tokenFactoryContractAddress": "dp48Y9euMbxCWGcvWkiezEwcFaNpHr5EGXfgVufuank",
              "tokenCreationFee": "0.001000000000000000",
              "addressExplorerUrl": "https://explorer.solana.com/address/{address}?cluster=devnet",
              "transactionExplorerUrl": "https://explorer.solana.com/tx/{hash}?cluster=devnet",
              "lastIndexedBlockNumber": "0"
          }
      ]

      Request

      None

      Responses

      🟢200OK
      application/json
      Successfully retrieved blockchain list
      Body
      array of:
      key
      string 
      required
      name
      string 
      required
      imageUrl
      string  | null 
      optional
      depositAddress
      string 
      required
      tokenFactoryContractAddress
      string 
      required
      tokenCreationFee
      string 
      required
      addressExplorerUrl
      string 
      required
      transactionExplorerUrl
      string 
      required
      lastIndexedBlockNumber
      string 
      required
      Modified at 2025-04-22 06:18:41
      Previous
      Config
      Next
      Orders
      Built with