Skip to main content Link Search Menu Expand Document (external link)

[generated documentation]
FTXClient > TradeApi
Trade endpoints


Get the ISpotClient for this client. This is a common interface which allows for some basic operations without knowing any details of the exchange.
ISpotClient CommonSpotClient { get; }


Get the ISpotClient for this client. This is a common interface which allows for some basic operations without knowing any details of the exchange.
IFuturesClient CommonFuturesClient { get; }


Endpoints related to account settings, info or actions
IFTXClientTradeApiAccount Account { get; }


Endpoints related to retrieving market and system data
IFTXClientTradeApiExchangeData ExchangeData { get; }


Endpoints related to orders and trades
IFTXClientTradeApiTrading Trading { get; }


Table of contents