Returns the available balances in the user’s checking (DEFAULT) account for the authenticated user, including all currencies available in this account. Only currencies with a positive balance are returned.
GET
/
api
/
public
/
v1
/
balance
/
checking
Get checking account balance
curl --request GET \ --url https://api.wallbit.io/api/public/v1/balance/checking \ --header 'X-API-Key: <api-key>'