API Overview
Last updated
Last updated
Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.
To generate merchant API keys, please sign up in the app.thedex.cloud then click on the section "Merchants" in the site header and click on the button "add"
. After filling out the form, you will receive api and secret keys. They need to be used when accessing the API.
https://app.thedex.cloud/api/v1
X-EX-APIKEY: your API key
X-EX-PAYLOAD: body to base64
X-EX-SIGNATURE: encrypted body with the secret key
Please, reach-out repository to find out more information on how to encrypt the X-EX-SIGNATURE
header by the link: