Package com.inttegro
Class Client.BalancesClient
java.lang.Object
com.inttegro.Client.BalancesClient
- Enclosing class:
- Client
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()Retrieves the current balances snapshot (POST /balances).
-
Constructor Details
-
BalancesClient
-
-
Method Details
-
get
Retrieves the current balances snapshot (POST /balances).- Returns:
BalanceSnapshotcontaining per-currency balance breakdowns- Throws:
IOException- if network communication failsInterruptedException- if the request is interruptedApiException- if unauthorized (401)
-