get https://api.blockvision.org/v2/sui/coin/detail
Returns the metadata, price, supply, total holders and verification info with a given cointype.
Supported on Sui Mainnet.
The Coin Details API on Sui is currently available to our Pro Members. Non-Pro members can also enjoy a trial period with an allocation of 300 free calls. If you're interested, please register directly through here. Please note that the API Key can also be used for your RPC endpoint.
Parameter
coinType
,string
- the cointype for the coin to get the information from SuiVision coin page.
Response
Object
- a returned object with coin info, including,
name
,string
- The coin's full namesymbol
,string
- The standardized coin tick from its metadatadecimals
,interger
- The coin decimals from its metadata.logo
,string
- URL to the coin's logo.price
,string
- The current market price of the coin in USD.priceChangePercentage24H
,string
- The 24-hour percentage change in the coin's price.totalSupply
,string
- The aggregate quantity of tokens issued, representing maximum circulating supply.holders
,interger
- Count of unique addresses currently holding this token, indicating its distribution among users.marketCap
,string
- The total market capitalization, calculated asprice * totalSupply
, representing the token’s market value.website
,string
- the website or X's account associated with the given coin, return "" if emptycreator
,string
- a 32 Byte address with '0x' as prefix. The account address of the coin creator.createdTime
,interger
- the timestamp of the coin created by the publisher in millisecondsisverified
,bool
-returns true if this coin is verified at SuiVision explorer.scamFlag
,bool
-returns true if this coin is labelled as scam at SuiVision explorer.
For higher throughput, create your own API key.