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.
GET https://api.dex3.io/api/v1/status
GET
https://api.dex3.io/api/v1/status
A successful GET request typically returns a 200 otherwise you will see error.
200
Content-Type
application/json
merchant_public
YOUR MERCHANT PUBLIC
No parameters
{ "state": true, "data": true }
Last updated 1 year ago