Balances

Retrieve entity balances #

Retrieve balances for each sub-account (currency account) in an entity.

Authorizations:

bearer

#
HTTP: bearer #

HTTP Authorization Scheme: bearer

Bearer format: JWT

path Parameters #
idrequiredstring Example: ent_w4jelhppmfiufdnatam37wrfc4The ID of the entity.
query Parameters #
querystringThe query to apply to limit the currency accounts. Example: currency:EUR
withCurrencyAccountIdboolean Default: false Example: withCurrencyAccountId=falseSpecifies if the response should include the sub-account ID that corresponds to each set of balances.
header Parameters #
Authorizationrequiredstring
Responses #
200 Balances retrieved successfully.

Array

currency requiredstringThe currency of the sub-account.
available requirednumberThe available balance.
pending requirednumberThe pending balance.
reserved requirednumberThe reserved balance.
total requirednumberThe total balance.
entity_id requiredstringThe entity ID.
currency_account_idstringThe sub-account ID (currency account ID).
400 Query format not supported
Response Schema: application/json #
request_id requiredstringThe unique request identifier.
error_type requiredstringThe error type.
error_codes requiredArray of stringsThe error codes.

401 Unauthorized

404 Entity not found
Response Schema: application/json #
request_id requiredstringThe unique request identifier.
error_type requiredstringThe error type.
error_codes requiredArray of stringsThe error codes.
422 Invalid data was sent
Response Schema: application/json #
request_id requiredstringThe unique request identifier.
error_type requiredstringThe error type.
error_codes requiredArray of stringsThe error codes.

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to Top