API changes - adding 'updating' to 'site_status'

Dear developers,

We are adding ‘updating’ as a new possible value for the ‘site_status’ field under the ‘website_status’ API response.

This update will happen the week starting the 14th of December.

Before the change:

{
  "website_status": {
    "site_status": "up" or "down"
    ...
  }
  ...
}

After the change:

{
  "website_status": {
    "site_status": "up", "down" or "updating"
    ...
  }
  ...
}

When the ‘updating’ status is received, the web socket connection will be dropped in approximately 1 minute. 
To avoid any disruptions on your apps, you may need to make preparations to switch to a new web socket connection.

If you have questions, let us know.

Thank you.

Team Deriv.com
api-support@deriv.com

Sign In or Register to comment.