yield_status
Free — No payment required.
Get agent’s yield positions and performance. Returns:
- All active positions for the given wallet
- Current value and unrealized yield
- APY for each position
- Total portfolio value
Parameters
Response
{
"positions": [
{
"vaultId": "42",
"vaultName": "Morpho Blue USDC",
"protocol": "Morpho Blue",
"chain": "base",
"depositedAmount": "10000",
"currentValue": "10243.67",
"apy": 0.162,
"unrealizedYield": "243.67",
"depositTimestamp": "2026-01-15T10:00:00Z"
}
],
"totalValueUsd": 10243.67,
"totalDeposited": 10000,
"totalYieldEarned": 243.67,
"positionCount": 1
}
Each position in the positions array includes: vaultId, vaultName, protocol, chain, depositedAmount, currentValue, apy, unrealizedYield, and depositTimestamp.