Options

API changes - Addition to Website Status call

Dear developers,

We are making the following changes to the response of the ‘website_status’ API call:

Under ‘p2p_config’, we’re adding a new attribute, ‘disabled’ that returns 1 if the P2P cashier is disabled for system maintenance.

This update will happen in the next 1-5 days.

The API call:

{
  "website_status": 1
}

Will contain:

{
  "p2p_config": {
    "disabled" : 0,
    ...etc.
  }
}

Please make the necessary changes to your code.

If you need help, contact us at api-support@deriv.com.

Thank you.

Sign In or Register to comment.