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://mainnet.g.orionhq.run/v1/users/GCHAIE7BKB2EWTPQG2RWI3IQIALHUKP2LPAZZFG3STLXRUD37PZ7WEUZ/positions" \-H "x-orion-token: $ORION_KEY"
{"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.