Get active crypto and fiat currencies
Get a list of all active crypto and fiat currencies used in invoice and payout processing
POST
https://app.thedex.cloud/api/v1/info/currencies
Headers
Name
Type
Description
X-EX-APIKEY*
String
Your API key
X-EX-PAYLOAD*
String
Body to base64
X-EX-SIGNATURE*
String
Encrypted body with the secret key
Request Body (Empty JSON)
Name
Type
Description
Request curl:
Response JSON attributes:
Name
Type
Definition
"fiatCurrencies"
String array
Active fiat currencies that can be used in invoice creation
"payCurrencies"
String array
Active fiat currencies that can be used in invoice / payout creation
Last updated