Get Merchant Status

This method is used for checking the Merchant Status.

Not mandatory to implement in your api. Use this endpoint for testing connection between Dex3 and your API only.

Endpoint

GET https://api.dex3.io/api/v1/status

A successful GET request typically returns a 200 otherwise you will see error.


Headers

Parameters

No parameters

Response

{
  "state": true,
  "data": true
}

Last updated