Fetch a wallet
| Field | Description |
|---|---|
globalWalletBalance | Total wallet value (principal + yield) across all positions |
blendedRateBps | Weighted average APR derived from strategy positions |
actualPositions[] | Per-position balances, USD values, and drift vs target weights |
liquidityProfile[] | How fast each portion of the wallet can be withdrawn |
Customer-facing valuation notes
syrupUsdcis valued from an onchain ERC-4626 conversion read at request time (typically block-level fresh).rlpis valued from Resolv’s oracle feed and can be up to ~24 hours stale per Resolv’s documented cadence.- Treat both as NAV-based valuations, not guaranteed 1:1 USDC marks at every instant.
POST /v2/portfolio-wallets/:id/withdrawal-preview (see Withdraw Funds).
Yield metrics
Dedicated yield metrics endpoints are not yet available. Today you can monitor:blendedRateBps— from strategy config + yield source catalog ratesglobalWalletBalanceandactualPositions— computed and cached; may briefly lag recent activity- Per-position
valueUsdandbalanceUnitsinactualPositions[]
List wallets
Look up a wallet
Look up a wallet byrequestId or label:
Balance and position webhooks
Subscribe to these events for real-time balance updates:portfolio_wallet.balance.updated— fires when wallet balance changesportfolio_wallet.position.updated— fires when a position’s value or weight changes