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

Get token

GET
/tokens/{{address}}
token
Tokens
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api.nusabyte.com/api/v1/tokens/{{address}}'
Response Response Example
[
    {
        "blockchainKey": "eip155:97",
        "tokenId": "erc20:0x9fD2BBA59B39eC226c73207eA718A109d5cd7D37",
        "tokenName": "Dragon King",
        "tokenSymbol": "DGK",
        "tokenDecimals": 6,
        "tokenImage": "ipfs://QmQDpmiVYjE1UYiBseR2E7QVspuPzjsbA8U6hvchbdM1ta",
        "tokenDescription": "Buy this token",
        "totalSupply": "1,073,000,191",
        "tokenWebsite": "",
        "tokenTwitter": "",
        "tokenTelegram": "",
        "tokenDiscord": "",
        "tokenTiktok": null,
        "creatorUserAddress": "0xA11bf4de88503344383C6076c74398e4AC7bf2Ad",
        "creatorUserImage": null,
        "creatorUserName": "null",
        "creationTxHash": "0x8f8329bdb8881b96c93836d33a15a82ace91679687d1090d07bae6fc9664409d",
        "creationTime": 1742452750788,
        "numOfComments": "7",
        "circulatingSupply": "0",
        "numOfHolders": "0",
        "devHoldingPercentage": "0%",
        "top10HoldersPercentage": "0%",
        "availableAsQuote": false,
        "tokenAddress": "0x9fD2BBA59B39eC226c73207eA718A109d5cd7D37",
        "tokenImageUrl": "https://ipfs.nusabyte.com/ipfs/QmQDpmiVYjE1UYiBseR2E7QVspuPzjsbA8U6hvchbdM1ta",
        "tokenTags": [],
        "availableTokenAmount": "1,073,000,191",
        "creatorUserImageUrl": "https://api.nusabyte.com/api/v1/assets/address-images/0xA11bf4de88503344383C6076c74398e4AC7bf2Ad",
        "creationRelTime": "last mo.",
        "bnbMarketCap": "0",
        "usdMarketCap": "0",
        "lastTransactionTime": 0,
        "lastTransactionRelTime": "-",
        "tradeVolLast5Min": "0",
        "tradeVolLast1Hour": "0",
        "tradeVolLast6Hour": "0",
        "tradeVolLast1Day": "0",
        "tradeVolAllTime": "0",
        "bondingCurvePercentage": "0%",
        "prev5MinBondingCurvePerventageChange": "0",
        "previewChartTicks": [
            "0",
            "0",
            "0",
            "0",
            "0",
            "0",
            "0",
            "0",
            "0",
            "0",
            "0",
            "0",
            "0",
            "0",
            "0",
            "0",
            "0",
            "0",
            "0",
            "0",
            "0",
            "0",
            "0",
            "0"
        ],
        "kingOfHillPercentage": "0%",
        "bondingCurveLiquidityAddress": "0x"
    }
]

Request

None

Responses

🟢200Success
application/json
Body
array of:
blockchainKey
string 
required
tokenId
string 
required
tokenName
string 
required
tokenSymbol
string 
required
tokenDecimals
integer 
required
tokenImage
string 
required
tokenDescription
string  | null 
optional
totalSupply
string 
required
tokenWebsite
string  | null 
optional
tokenTwitter
string  | null 
optional
tokenTelegram
string  | null 
optional
tokenDiscord
string  | null 
optional
tokenTiktok
string  | null 
optional
creatorUserAddress
string 
required
creatorUserImage
string  | null 
required
creatorUserName
string 
required
creationTxHash
string 
required
creationTime
integer 
required
numOfComments
string 
required
circulatingSupply
string 
required
numOfHolders
string 
required
devHoldingPercentage
string 
required
top10HoldersPercentage
string 
required
availableAsQuote
boolean 
required
tokenAddress
string 
required
tokenImageUrl
string 
required
tokenTags
array[string]
required
availableTokenAmount
string 
required
creatorUserImageUrl
string 
required
creationRelTime
string 
required
bnbMarketCap
string 
required
usdMarketCap
string 
required
lastTransactionTime
integer 
required
lastTransactionRelTime
string 
required
tradeVolLast5Min
string 
required
tradeVolLast1Hour
string 
required
tradeVolLast6Hour
string 
required
tradeVolLast1Day
string 
required
tradeVolAllTime
string 
required
bondingCurvePercentage
string 
required
prev5MinBondingCurvePerventageChange
string 
required
previewChartTicks
array[string]
required
kingOfHillPercentage
string 
required
bondingCurveLiquidityAddress
string 
required
Modified at 2025-04-28 03:04:05
Previous
Get token holders
Next
Token charts
Built with