GET /v1/allocations/overview — Aggregated metrics across all wallets
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.
GET https://api.rebelfi.io/v1/allocations/overview| Field | Type | Description |
|---|---|---|
walletProfileId | number | Wallet profile ID associated with the API key |
walletProfileName | string | Wallet profile name |
totalWallets | number | Total number of wallets in the profile |
activeWallets | number | Wallets with at least one active allocation |
totalValueUsd | string | Total value across all wallets (USD) |
totalYieldEarnedUsd | string | Total yield earned across all wallets (USD) |
averageApyDecimal | number | Weighted average APY as decimal (e.g., 0.065 for 6.5%) |
protocolDistribution | DistributionEntry[] | Breakdown by protocol/venue |
assetDistribution | DistributionEntry[] | Breakdown by token (USDC, USDT, etc.) |
blockchainDistribution | DistributionEntry[] | Breakdown by blockchain network |
| Field | Type | Description |
|---|---|---|
name | string | Protocol name, token symbol, or blockchain name |
valueUsd | string | Total value in this category (USD) |
percentage | number | Percentage of total value (0-100) |
walletCount | number | Number of wallets with allocations in this category |