Get Merchant Status

This method is used for checking the Merchant Status.

circle-info

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

Name
Value

Content-Type

application/json

merchant_public

YOUR MERCHANT PUBLIC

Parameters

No parameters

Response

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

Last updated

Was this helpful?