Thedex
  • Introduction
    • Merchant Payment Gateway
    • Currencies and networks
    • Confirmations and limits
  • Documentation
    • API Overview
    • Invoices
      • Create full invoice
      • Define full invoice crypto-currency
      • Create quick crypto invoice
      • Create quick fiat invoice
      • Get Invoice
      • Get invoices
      • Create static wallet
      • Get static wallet
      • Deprecated
        • Create quick invoice
    • Payouts
      • Create a payout
      • Create fiat-to-crypto payout
      • Get payout
      • Get payouts
    • Swaps
      • Get swaps
    • Balances
      • Get all user balances
    • Informational
      • Get status definitions for Invoice and payout
      • Get active crypto and fiat currencies
      • Get cryptocurrency to fiat-currency rate
      • Get fiat currency amount limits on invoice creation
      • Get fiat currency amount limits on payout creation
      • Get cryptocurrency amount limits on invoice creation
      • Get cryptocurrency amount limits on payout creation
      • Get Invoice creation ways
    • Commissions
      • Get payout commissions
      • Get invoice commissions
    • Merchant Preferences
      • Get merchant wallet whitelist
      • Add wallet to whitelist
      • Remove wallet to whitelist
  • E-Commerce plugins
    • WHMCS
    • WooCommerce (WordPress)
Powered by GitBook
On this page
  1. Documentation

API Overview

PreviousConfirmations and limitsNextInvoices

Last updated 11 months ago

Get your API keys

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 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.

API URL

https://app.thedex.cloud/api/v1

Required API Headers

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:

app.thedex.cloud
BitbucketBitbucket
Logo