Documentation ¶
Index ¶
- type Collection
- type CollectionDetail
- type CollectionDetailReq
- type CollectionNftReq
- type CollectionReq
- type FloorPrice
- type HeadDataStat
- type HoldCollection
- type HoldNft
- type Index
- type List
- type LiveMint
- type Nft
- type NftDetail
- type NftDetailReq
- type NftTx
- type ShadowScore
- type SupportChain
- type TokenPrice
- type Trading
- type Volume
- type WhaleHolder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collection ¶
type Collection struct { Id uint64 `json:"id"` Rank uint64 `json:"rank"` Image string `json:"image"` Name string `json:"name"` Holder uint64 `json:"holder"` WhaleHolder uint64 `json:"whale_holder"` SuggestLevel int8 `json:"suggest_level"` Volume uint64 `json:"volume"` FloorPrice string `json:"floor_price"` BestOffer string `json:"best_offer"` ShadowScore string `json:"shadow_score"` }
type CollectionDetail ¶
type CollectionDetail struct { Id uint64 `json:"id"` Name string `json:"name"` Image string `json:"image"` Creator string `json:"creator"` CollectionAddr string `json:"collection_addr"` Holder uint64 `json:"holder"` Chain string `json:"chain"` Introduce string `json:"introduce"` ShadowScore *ShadowScore `json:"shadow_score"` TradingList []Trading `json:"trading_list"` VolumeList []Volume `json:"volume_list"` ListList []List `json:"list_list"` FloorPriceList []FloorPrice `json:"floor_price_list"` WhaleHolder []WhaleHolder `json:"whale_holder"` }
type CollectionDetailReq ¶
type CollectionNftReq ¶
type CollectionReq ¶
type FloorPrice ¶
type HeadDataStat ¶
type HeadDataStat struct { TotalNftValue string `json:"total_nft_value"` TotalNftValueRatio float64 `json:"total_nft_value_ratio"` TotalNftValueStat []float64 `json:"total_nft_value_stat"` TotalCollections string `json:"total_collections"` TotalCollectionsRatio float64 `json:"total_collections_ratio"` TotalCollectionsStat []float64 `json:"total_collections_stat"` TotalWhale string `json:"total_whale"` TotalWhaleRatio float64 `json:"total_whale_ratio"` TotalWhaleStat []float64 `json:"total_whale_stat"` TotalNft string `json:"total_nft"` TotalNftRatio float64 `json:"total_nft_ratio"` TotalNftStat []float64 `json:"total_nft_stat"` }
type HoldCollection ¶
type Index ¶
type Index struct { SupportChains []SupportChain `json:"support_chain"` HeadStat *HeadDataStat `json:"head_data"` HotCollectionList []Collection `json:"hot_collection_list"` LiveMintList []LiveMint `json:"live_mint_list"` WhaleHolderList []WhaleHolder `json:"whale_holder_list"` ShadowScores *ShadowScore `json:"shadow_score"` }
type LiveMint ¶
type LiveMint struct { Id uint64 `json:"id"` Rank uint64 `json:"rank"` Image string `json:"image"` Name string `json:"name"` Holder uint64 `json:"holder"` WhaleHolder uint64 `json:"whale_holder"` SuggestLevel int8 `json:"suggest_level"` Mint uint64 `json:"volume"` MintPercent float64 `json:"mint_percent"` TotalMint uint64 `json:"total_mint"` TotalMintPercent float64 `json:"total_mint_percent"` LastMintTime string `json:"last_mint_time"` }
type NftDetail ¶
type NftDetail struct { Id uint64 `json:"id"` Image string `json:"image"` Name string `json:"name"` Chain string `json:"chain"` Contract string `json:"contract"` Creator string `json:"creator"` TokenUrl string `json:"token_url"` TokeId string `json:"toke_id"` Describe string `json:"describe"` MintHash string `json:"mint_hash"` MintTime string `json:"mint_time"` Holder uint64 `json:"holder"` WhaleHolder uint64 `json:"whale_holder"` Price string `json:"price"` UsdPrice string `json:"usd_price"` TotalTxn uint64 `json:"total_txn"` NftTxn []NftTx `json:"nft_txn"` }
type NftDetailReq ¶
type ShadowScore ¶
type SupportChain ¶
type TokenPrice ¶
type WhaleHolder ¶
Click to show internal directories.
Click to hide internal directories.