data/rest_classes library

A class that represents the data located at /v1/exchangeInfo

Classes

AggregatedTrade
Aggregated trades with the first and last trade id in the aggregation.
AveragedPrice
Average price over a certain duration.
BookDepth
Shape of the order book.
BookTicker
Best current price on the book for a given BookTicker.symbol
DepthPoint
Data-point for book depth.
ExchangeInfo
Current exchange trading rules and symbol information
Kline
Kline, commonly known as Candlestick, which packs a lot of trade history information into a single data point.
Symbol
Represents the Symbols contained within ExchangeInfo.symbols
TickerPrice
Trading pair symbol and its price.
TickerStats
Ticker statistics, usually from the last 24 hours.
Trade
Completed trade on the exchange.