Account
Get balance
Get the current account balance.
Authorization
bearerAuth AuthorizationBearer <token>
Personal access token obtained via POST /v1/auth/token
In: header
Response Body
application/json
curl -X GET "https://api.soxway.io/v1/account/balance"{
"data": {
"balance": 25.5,
"currency": "USD"
}
}