Org Overview (All Profiles)
Allocations
Org Overview (All Profiles)
GET /v1/allocations/overview/all — Aggregated metrics across all wallet profiles
GET
Org Overview (All Profiles)
Documentation Index
Fetch the complete documentation index at: https://docs.rebelfi.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint:
GET https://api.rebelfi.io/v1/allocations/overview/allQuery Parameters
| Field | Type | Required | Description |
|---|---|---|---|
walletProfileId | number | No | Filter results to a specific wallet profile |
Example Request
Example Response
Response Fields
| Field | Type | Description |
|---|---|---|
profiles | OrgOverview[] | Per-profile overview breakdown (same shape as Org Overview response) |
totals | OrgOverviewTotals | Aggregated totals across all profiles |
OrgOverviewTotals Object
| Field | Type | Description |
|---|---|---|
totalWallets | number | Total wallets across all profiles |
activeWallets | number | Wallets with active allocations across all profiles |
totalValueUsd | string | Total value across all profiles (USD) |
totalYieldEarnedUsd | string | Total yield earned across all profiles (USD) |
averageApyDecimal | number | Weighted average APY as decimal (e.g., 0.068 for 6.8%) |
protocolDistribution | DistributionEntry[] | Org-wide breakdown by protocol/venue |
assetDistribution | DistributionEntry[] | Org-wide breakdown by token |
blockchainDistribution | DistributionEntry[] | Org-wide breakdown by blockchain network |
Errors
| Status | Code | Description |
|---|---|---|
403 | Forbidden | API key is not an admin key |
404 | WALLET_NOT_FOUND | Specified walletProfileId not found |