Balances
Get token balances for a venture's treasury. Returns ETH, USDC, and ADAO balances.
GET
/v1/ventures/:venture_id/balancesGet ETH, USDC, and ADAO balances for the venture treasury.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| venture_id | string | Yes | Venture ID |
Response (200 OK)json
{
"ETH": "0.05",
"USDC": "1000.00",
"ADAO": "5000.00"
}