INDX API

Software interfaces INDX for automated interaction with it.

Methods:

Balance – Trader’s current balance.
Tools – List of the exchange tools.
NP - List of traded assets.
ExTools - Extended list of the exchange tools.
ExToolsByNP - List of instruments relative to the traded assets.
HistoryTrading – Trading history.
HistoryTransaction – Trader’s transactions history.
OfferMy –List of Trader’s current offers.
OfferList – List of current buy/sell offers for a an exchange instrument.
OfferAdd – Add a new Trader’s buy/sell offer for a tool on the exchange.
OfferDelete – Delete a Trader’s buy/sell offer for a tool on the exchange.
Tick - Trading statistic for a period of time.

API WM methods cannot be called more than once per second by a trader's identifier.

Common parameters for all requests in the ApiContext object:

Name Purpose Note
Login Trader's login Received by the trader on the API access page
Password Trader's password Received by the trader on the API access page (used to form the signature)
Wmid Trader's Wmid Trader's WM identifier
Culture Request language Determines the message language (ru-RU, en-EN)
Signature Request signature BASE64 + SHA256, formed from various parameters depending on the method
Reqn Request number Unsigned integer, max. 18 digits; must always be greater than the previous request number!