Skip to main content

Market

Spot

GetTicker

Get data regarding the last 24 hours for the provided symbol

restClient.Spot.Market.GetTicker();

GetTickers

Get data regarding the last 24 hours for all symbols

restClient.Spot.Market.GetTickers();

GetAggTradeHistory

Gets compressed, aggregate trades. Trades that fill at the time, from the same order, with the same price will have the quantity aggregated.

restClient.Spot.Market.GetAggregatedTradeHistory();

GetCurrentAvgPrice

Gets current average price for a symbol

restClient.Spot.Market.GetCurrentAvgPrice();

GetKlines

Get candlestick data for the provided symbol

restClient.Spot.Market.GetKlines();

GetTradeHistory

Gets the historical trades for a symbol

restClient.Spot.Market.GetTradeHistory();

GetRecentTradeHistory

Gets the recent trades for a symbol

restClient.Spot.Market.GetRecentTradeHistory();

GetBookPrice

Gets the best price/quantity on the order book for a symbol.

restClient.Spot.Market.GetBookPrice();

GetAllBookPrices

Gets the best price/quantity on the order book for all symbols.

restClient.Spot.Market.GetAllBookPrices();

GetPrice

Gets the price of a symbol

restClient.Spot.Market.GetPrice();

GetAllPrices

Get a list of the prices of all symbols

restClient.Spot.Market.GetAllPrices();

GetTradingDay

Price change statistics for a trading day

restClient.Spot.Market.GetTradingDay();

Margin

GetMarginAsset

Get a margin asset

restClient.Margin.Market.GetMarginAsset();

GetAllMarginAssets

Get all assets available for margin trading

restClient.Margin.Market.GetAllMarginAssets();

GetMarginPair

Get a margin pair

restClient.Margin.Market.GetMarginPair();

GetAllMarginPairs

Get all asset pairs available for margin trading

restClient.Margin.Market.GetAllMarginPairs();

GetMarginPriceIndex

Get margin price index

restClient.Margin.Market.GetMarginPriceIndex();

Isolated

GetIsolatedSymbol

Isolated margin symbol info for a specific symbol

restClient.Margin.Market.GetIsolatedMarginSymbol();

GetAllIsolatedSymbols

Isolated margin symbol info for all symbols

restClient.Margin.Market.GetAllIsolatedMarginSymbols();

Copyright S Christison ©2024