Trading Balance
Trading Balance
The endpoint retrieves the trade balance by currency ticker or all balances.
Errors
Errors
{
"code": 30,
"message": "Validation failed",
"errors": {
"ticker": ["Ticker field should be a string."]
}
}
{
"code": 30,
"message": "Validation failed",
"errors": {
"ticker": ["Currency was not found."]
}
}
{
"code": 1,
"message": "Inner validation failed",
"errors": {
"amount": ["Invalid argument."]
}
}
POST
Trading Balance
Authorizations
API Key authentication for private endpoints.
Required headers:
- X-TXC-APIKEY: API key
- X-TXC-PAYLOAD: Base64 encoded JSON payload
- X-TXC-SIGNATURE: HMAC SHA512 signature
Body
application/json
Response
Successful response