Nado Typescript SDK Documentation
Preparing search index...
Nado Indexer Client
IndexerServerV2TickerResponse
Interface IndexerServerV2TickerResponse
Individual ticker data from v2 indexer endpoint (server format)
interface
IndexerServerV2TickerResponse
{
product_id
:
number
;
ticker_id
:
string
;
base_currency
:
string
;
quote_currency
:
string
;
last_price
:
number
;
base_volume
:
number
;
quote_volume
:
number
;
price_change_percent_24h
:
number
;
}
Index
Properties
product_
id
ticker_
id
base_
currency
quote_
currency
last_
price
base_
volume
quote_
volume
price_
change_
percent_
24h
Properties
product_
id
product_id
:
number
ticker_
id
ticker_id
:
string
base_
currency
base_currency
:
string
quote_
currency
quote_currency
:
string
last_
price
last_price
:
number
base_
volume
base_volume
:
number
quote_
volume
quote_volume
:
number
price_
change_
percent_
24h
price_change_percent_24h
:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
product_
id
ticker_
id
base_
currency
quote_
currency
last_
price
base_
volume
quote_
volume
price_
change_
percent_
24h
Documentation
Loading...
Individual ticker data from v2 indexer endpoint (server format)