Mayson Monorepo Documentation
Preparing search index...
packages/types/src
MarketDetail
Interface MarketDetail
Detailed market data for a single token
interface
MarketDetail
{
symbol
:
string
;
baseAsset
:
string
;
quoteAsset
:
string
;
name
:
string
;
price
:
string
;
change24h
:
string
;
changePercent24h
:
string
;
high24h
:
string
;
low24h
:
string
;
volume24h
:
string
;
quoteVolume24h
:
string
;
timestamp
:
number
;
open24h
:
string
;
bid
:
string
;
ask
:
string
;
bidVolume
?:
string
;
askVolume
?:
string
;
vwap
?:
string
;
previousClose
?:
string
;
}
Hierarchy (
View Summary
)
MarketTicker
MarketDetail
Index
Properties
symbol
base
Asset
quote
Asset
name
price
change24h
change
Percent24h
high24h
low24h
volume24h
quote
Volume24h
timestamp
open24h
bid
ask
bid
Volume?
ask
Volume?
vwap?
previous
Close?
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
open24h
open24h
:
string
bid
bid
:
string
ask
ask
:
string
Optional
bid
Volume
bidVolume
?:
string
Optional
ask
Volume
askVolume
?:
string
Optional
vwap
vwap
?:
string
Optional
previous
Close
previousClose
?:
string
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
open24h
bid
ask
bid
Volume
ask
Volume
vwap
previous
Close
Mayson Monorepo Documentation
Loading...
Detailed market data for a single token