Get token
GET
/tokens/{{address}}
token
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