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.

Headers
Value
Description

merchant_public

YOUR_MERCHANT_PUBLIC

Your Merchant Public key, get it from your Dex3 merchant dashboard.

Response Example

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

Last updated

Was this helpful?