Skip to main content

User Balance

The User Balance API endpoint, is used to retrieve information about account balance. This information will be divided into different tokens and respective balance. You can use the following endpoint to retrieve the information.

https://api.coindcx.com/exchange/v1/users/balances

This API endpoint returns the following response:

[
{
"currency": "BTC",
"balance": 1.167,
"locked_balance": 2.1
}
]
ParameterDescription
CurrencyIndicates the name of the currency. For example, BTC, USDT, etc.
balanceIndicates the balance in your account for the specified currency.
locked_balanceLocked balance refers to the amount that is locked or frozen for a specific amount of time. This can happen due to several reasons. For example, When you place a limit order that is not yet executed, the amount that you have placed the order for, will be locked.