List all balances
GET {{baseUrl}}/v1/balances
Retrieves the balance of merchant funds that have settled and also of funds that have been sent for processing but have not yet settled.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":{"available":[{"amount":"0.123330811621508032","currency":"ETH"},{"amount":"4824523946.77","currency":"USD"}],"unsettled":[{"amount":"884.95","currency":"USD"}]}}