Mayson Monorepo Documentation
Preparing search index...
packages/types/src
MarketTicker
Interface MarketTicker
Market ticker data for a cryptocurrency
interface
MarketTicker
{
symbol
:
string
;
baseAsset
:
string
;
quoteAsset
:
string
;
name
:
string
;
price
:
string
;
change24h
:
string
;
changePercent24h
:
string
;
high24h
:
string
;
low24h
:
string
;
volume24h
:
string
;
quoteVolume24h
:
string
;
timestamp
:
number
;
}
Hierarchy (
View Summary
)
MarketTicker
MarketDetail
Index
Properties
symbol
base
Asset
quote
Asset
name
price
change24h
change
Percent24h
high24h
low24h
volume24h
quote
Volume24h
timestamp
Properties
symbol
symbol
:
string
base
Asset
baseAsset
:
string
quote
Asset
quoteAsset
:
string
name
name
:
string
price
price
:
string
change24h
change24h
:
string
change
Percent24h
changePercent24h
:
string
high24h
high24h
:
string
low24h
low24h
:
string
volume24h
volume24h
:
string
quote
Volume24h
quoteVolume24h
:
string
timestamp
timestamp
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
symbol
base
Asset
quote
Asset
name
price
change24h
change
Percent24h
high24h
low24h
volume24h
quote
Volume24h
timestamp
Mayson Monorepo Documentation
Loading...
Market ticker data for a cryptocurrency