Preparing search index...
The search index is not available
coingecko-api-v3
coingecko-api-v3
CoinListResponseItem
Interface CoinListResponseItem
interface
CoinListResponseItem
{
id
?:
string
;
name
?:
string
;
platforms
?:
{
[
p
:
string
]
:
string
;
}
;
symbol
?:
string
;
}
Hierarchy (
view full
)
BasicCoin
CoinListResponseItem
Index
Properties
id?
name?
platforms?
symbol?
Properties
Optional
id
id
?:
string
Optional
name
name
?:
string
Optional
platforms
platforms
?:
{
[
p
:
string
]
:
string
;
}
Optional
symbol
symbol
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
name
platforms
symbol
coingecko-api-v3
Loading...