List all balances
GET {{baseUrl}}/v1/businessAccount/balances
Retrieves the balance of funds that are available for use.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":{"available":[{"amount":"0.01540290","currency":"BTC"},{"amount":"0.030000000000000000","currency":"ETH"},{"amount":"221158440.75","currency":"USD"}],"unsettled":[]}}