Skip to main content

System

GetExchangeInfo

Gets information about the exchange including rate limits and information on the provided symbol or symbols

restClient.Spot.System.GetExchangeInfo();

GetSystemStatus

Gets the status of the Binance platform

restClient.Spot.System.GetSystemStatus();

Ping

Pings the Binance API

restClient.Spot.System.Ping();

GetServerTimeTicks

Get the server time ticks

long? stt = ServerTimeClient.ServerTimeTicks;

Copyright S Christison ©2024