Positions, health factor, yield, LP breakdowns, and activity across Blend, Aquarius, and more.
GET /v1/users/G.../positions{"summary": {"total_deposits_usd": 12450.32,"total_borrows_usd": 4200.11,"health_factor": 1.82},"positions": [{"protocol": "blend","deposits": [...],"borrows": [...]}],"prices": {...}}
Everything returned in a single API response, normalized across protocols.
Unified data from lending, AMMs, and DEX liquidity, returned in a single response.
Lending and borrowing positions with health factor and borrow limits.
LP positions with pool share and reward emissions.
DEX liquidity with constant product pool breakdown.
curl -X GET "https://api.orion.xyz/v1/users/0xS5...XYZ/positions" \-H "Authorization: Bearer sk_live_your_api_key" \-H "Content-Type: application/json" \-H "Orion-Version: 1.0" \-G \--data-urlencode "protocols=blend,aquarius" \--data-urlencode "include_prices=true"
{"summary": {"deposits_usd": 12450.32,"borrows_usd": 4200.11,"health_factor": 1.82},"positions": [{"protocol": "blend","deposits": [{ "asset": "USDC", "value_usd": 8200 }],"borrows": [{ "asset": "XLM", "value_usd": 4200 }]},{"protocol": "aquarius","lp": [{ "pool": "XLM/USDC", "value_usd": 2250 }]}]}
Start getting Web Data for free and scale seamlessly as your project expands. No credit card needed.
Book a session and we'll walk you through the API.