Landing Company Details (landing_company_details)

The company has a number of licensed subsidiaries in various jurisdictions, which are called Landing Companies (and which are wholly owned subsidiaries of the Deriv Group). This call provides information about each Landing Company.

landing_company_details(landing_company_details: str, passthrough: Optional[Any] = None, req_id: Optional[int] = None) → int
Parameters:
  • landing_company_details (str) – Landing company shortcode.
  • 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_details(
    'svg'
)