- Preparing search index...
- The search index is not available
Documentation
Type alias TokenPriceData
Token
Price
Data
: { average_price
: number; cg_price
: number; cmc_price
: number; status
: PriceDataStatus; timestamp
: number; }
Type declaration
-
average_price: number
-
cg_price: number
-
cmc_price: number
-
-
timestamp: number
Represents the price data for a token.
Property
The average price.
Property
The price from CoinMarketCap.
Property
The price from Coingecko.
Property
The timestamp of the price data.
Property
The status of the price data.