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 tokens

GET
/tokens
token
Tokens
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.nusabyte.com/api/v1/tokens?orderBy=creationTimeAsc&minUsdMarketCap=1000000&maxUsdMarketCap=100000000&minUsdTradeVol=1000000&maxUsdTradeVol=100000000&minNumOfHolders=1000&maxNumOfHolders=100000&favoriteOfUserAddress=0x486c20d35B7Df13a62f20Ac71eB532B55fCC2eCf&creatorUserAddress=0x486c20d35B7Df13a62f20Ac71eB532B55fCC2eCf&limit=3&page=1'
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

Query Params
orderBy
enum<string> 
optional
Allowed values:
Creation Time AscendingCreation Time Descending5 Minutes Trend Descending1 Hour Trend Descending6 Hours Trend Descending1 Day Trend DescendingLast Transaction Time Descending
Example:
creationTimeAsc
minUsdMarketCap
string 
optional
Example:
1000000
maxUsdMarketCap
string 
optional
Example:
100000000
minUsdTradeVol
string 
optional
Example:
1000000
maxUsdTradeVol
string 
optional
Example:
100000000
minNumOfHolders
string 
optional
Example:
1000
maxNumOfHolders
string 
optional
Example:
100000
favoriteOfUserAddress
string 
optional
Example:
0x486c20d35B7Df13a62f20Ac71eB532B55fCC2eCf
creatorUserAddress
string 
optional
Example:
0x486c20d35B7Df13a62f20Ac71eB532B55fCC2eCf
limit
string 
optional
Example:
3
page
string 
optional
Example:
1

Responses

🟢200Success
application/json
Body
array of:
blockchainKey
string 
required
tokenId
string 
required
tokenName
string 
required
tokenSymbol
string 
required
tokenDecimals
integer 
required
tokenImage
string  | null 
optional
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 
optional
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  | null 
optional
tokenTags
array[string]
deprecated
availableTokenAmount
string 
required
creatorUserImageUrl
string 
required
creationRelTime
string 
required
bnbMarketCap
string 
deprecated
usdMarketCap
string 
deprecated
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-25 07:35:14
Previous
Overview
Next
Create token
Built with