# Get the balance for the current user in each currency Endpoint: GET /me/balances Version: 0.1.0 Security: OAuth2 ## Response 200 fields (application/json): - `available` (array, required) - `available.amount` (integer, required) - `available.currency` (string, required) ## Response 400 fields (application/json): - `code` (string, required) Example: "negative_price" - `error` (string, required) A contextual description of the error that occurred. When handling errors the field should be used to determine the type of error that occurred, as the text in the field may change unexpectedly. Example: "`price` cannot be negative"