Fetch all user balances

Shows all balances of all merchants are owned by the user.

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

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)

{ }

Request JSON attributes

Name
Type
Description

-

-

-

Response body

{
   [
      "$PAY_CURRENCY_VALUE":{
         "totalBalance":"String",
         "holdBalance":"String",
         "availableBalance":"String"
      }
   ]
}

Response JSON attributes

$PAY_CURRENCY_VALUE

attribute name

reach out to accessed values to define attributes by link: /api/v1/info/currencies attribute "payCurrencies"

"totalBalance"

String

Sum of hold and available balances.

"holdBalance"

String

Temporary kept balance until balance will be unlocked.

"availableBalance"

String

Available balance to withdrawal

Request curl

Example Curl

Last updated