API changes - landing_companies
Dear developers,
We will be making changes to the ‘landing_company’ and ‘landing_company_details’ API responses starting the week of the 24th of August . We are updating the ‘name’ field to reflect the changes in our company names, following our rebrand from Binary.com to Deriv.com.
Before the change
API call:
{ "landing_company": "id" }
Response:
{ "echo_req": { "landing_company": 1 }, "landing_company": { "name": "Binary (SVG) Ltd." ... } ... }
The ‘name’ attribute contains one of these company names:
- Binary (SVG) Ltd
- Binary (IOM) Ltd
- Binary (Europe) Ltd
- Binary Investments (Europe) Ltd
- Binary Ltd
- Binary (V) Ltd
- Binary (FX) Ltd
After the change
While the API call remains the same, we will be updating the company names in the response:
{ "landing_company": "id" } { "echo_req": { "landing_company": 1 }, "landing_company": { "name": "Deriv (SVG) LLC" ... } ... }
The ‘name’ attribute will contain one of these company names:
- Deriv (SVG) LLC
- Deriv (MX) Ltd
- Deriv (Europe) Limited
- Deriv Investments (Europe) Limited
- Deriv Limited
- Deriv (V) Ltd
- Deriv (FX) Ltd
Please make any necessary changes to your code.
Thank you.
Tagged: