v1

latestOpenAPI 3.1.02026-07-26360335.7 KB

Retrieve Coin Detail

Returns the metadata, price, supply, total holders and verification info with a given cointype.

get/sui/coin/detail

Query parameters

coinTypestring required

string - the cointype for the coin to get its info

Response

200

codeinteger
messagestring

Example response

{
  "code": 200,
  "message": "OK",
  "result": {
    "name": "Sui",
    "symbol": "SUI",
    "decimals": 9,
    "logo": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/sui-coin.svg/public",
    "price": "2.08",
    "priceChangePercentage24H": "12.339745826217275",
    "totalSupply": "10000000000",
    "holders": 8938696,
    "marketCap": "20800000000.0000",
    "packageID": "0x0000000000000000000000000000000000000000000000000000000000000002",
    "coinType": "0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI",
    "objectType": "0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI",
    "website": "https://sui.io/",
    "creator": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "volume24H": "100485812.84787",
    "createdTime": 1681392093366,
    "birdeyeLink": "https://birdeye.so/token/0x2::sui::SUI?chain=sui"
  }
}