cURL
curl --request GET \ --url https://api.breeze.baby/user-yield/{user_id} \ --header 'x-api-key: <api-key>'
{ "data": [ { "fund_id": "8pfa41TvGWyttSViHRaNwFwbjhDEgmf3tHj81XR3CwWV", "fund_name": "Fund 8pfa41TvGWyttSViHRaNwFwbjhDEgmf3tHj81XR3CwWV", "base_asset": "USDC", "position_value": 7000019, "yield_earned": 17, "apy": 4.790763840530781, "entry_date": "2025-07-30T21:24:30+00:00", "last_updated": "2025-07-30T21:24:30+00:00" } ], "meta": { "page": 1, "per_page": 10, "total": 1, "total_pages": 1, "has_more": false } }
Fund user identifier
Filter by specific fund
Page number for pagination, default 1
x >= 0
Items per page, default 10
User yield data retrieved successfully
Per-fund yield and position entries for a user.
Was this page helpful?