INDX Program Interfaces

Methods:

  • Balance - Current Trader balance.
  • Tools - List of instruments.
  • NP - List of assets used for trading.
  • ExTools - Extended list of instruments.
  • ExToolsByNP - List of instruments relative to a specific trading asset.
  • HistoryTrading - Trader's trading history.
  • HistoryTransaction - Trader's transaction history.
  • OfferMy - List of current Trader's buy/sell orders.
  • OfferList - List of current buy/sell orders for an instrument on the exchange.
  • OfferAdd - Placing a new Trader's buy/sell order for an instrument on the exchange.
  • OfferDelete - Deleting a Trader's buy/sell order for an instrument on the exchange.
  • Tick - Statistics of trades for a period of time.

The trader's WM identifier can access API methods no more than once per second.

Common parameters for all requests in the ApiContext object:

NamePurposeNote
LoginTrader's loginReceived by the trader on the API access page
PasswordTrader's passwordReceived by the trader on the API access page (used to form the signature)
WmidTrader's WmidTrader's WM identifier
CultureRequest languageDetermines the message language (ru-RU, en-EN)
SignatureRequest signatureBASE64 + SHA256, formed from various parameters depending on the method
ReqnRequest numberUnsigned integer, max. 18 digits; must always be greater than the previous request number!