Connect API

Connect to Dex3 API endpoints using the following Default URL

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

Make sure to include the below header or your API request will be rejected.

Make sure to call the API only using the above URL. If you are intended to call using any other URL, there is a high risk to lose your merchant account or asset getting stolen.

Response Example

//All response (Success or error) will include "state" field.
{
  "state": true,
  "data": true
}

Last updated