Preparing search index...
The search index is not available
@cfxdevkit/defillama - v0.2.0
@cfxdevkit/defillama
SimpleTokenPriceResponse
Interface SimpleTokenPriceResponse
Response interface for simple token prices
interface
SimpleTokenPriceResponse
{
data
:
{
[
tokenAddress
:
string
]:
{
market_cap
?:
string
;
price_usd
:
string
;
volume_24h
?:
string
;
}
;
}
;
}
Index
Properties
data
Properties
data
data
:
{
[
tokenAddress
:
string
]:
{
market_cap
?:
string
;
price_usd
:
string
;
volume_24h
?:
string
;
}
;
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
@cfxdevkit/defillama - v0.2.0
Loading...
Response interface for simple token prices