Get all user balances

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

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

Headers

Request Body

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

Request curl:

curl --location 'https://app.thedex.cloud/api/v1/balances' \
--header 'X-EX-APIKEY: <string>' \
--header 'X-EX-PAYLOAD: <string>' \
--header 'X-EX-SIGNATURE: <string>' \
--header 'Content-Type: application/json' \
--header 'Accept: */*' \
--data '{
  "nonce": "<string>",
  "request": "<string>"
}'

Response JSON attributes:

Informational

Last updated