Landing Company (landing_company)

The company has a number of licensed subsidiaries in various jurisdictions, which are called Landing Companies. This call will return the appropriate Landing Company for clients of a given country. The landing company may differ for Gaming contracts (Synthetic Indices) and Financial contracts (Forex, Stock Indices, Commodities).

landing_company(landing_company: str, passthrough: Optional[Any] = None, req_id: Optional[int] = None) → int
Parameters:
  • landing_company (str) – Client’s 2-letter country code (obtained from residence_list call).
  • passthrough (Optional[Any]) – [Optional] Used to pass data through the websocket, which may be retrieved via the echo_req output field.
  • req_id (Optional[int]) – [Optional] Used to map request to response.
Returns:

req_id

Return type:

int

Example

binary.api.landing_company(
    'id'
)