DeFi Positions on Robinhood Chain, Now in Zerion API
DeFi positions on Robinhood Chain are now in Zerion API. Track deposits, staked tokens, and LPs across Uniswap, Curve, Morpho, Meridian, and other top protocols
Vladimir Shamanov
1 min read
Wallet balances on Robinhood Chain on day one were just the beginning. Now Zerion API also returns DeFi positions on Robinhood Chain: lending deposits, LP positions, staked assets, locked tokens, and unclaimed rewards, across over 18 protocols.
You don't need a new endpoint or a new integration. If you already use Zerion API to call /positions, Robinhood Chain protocol positions now appear in the same response, in the same format as the other chains we support.
With Zerion API, you can track DeFi positions on Robinhood across these protocols:
- DEXs & AMMs: Uniswap, Curve, PancakeSwap V3, SushiSwap V3, RAMSES, Ramses DLMM, Up, GIGA DEX, Native, Ekubo
- Perps and derivatives: Meridian, Arcus
- Lending and borrowing: Morpho, Native, Accountable
- Yield and vaults: Spark, Saffron, T3tris,
- Curators and infrastructure: Steakhouse, UNCX Network
- Treasury and reserve: NetNet Capital
Every position includes the protocol name, the position type (deposit, staked, reward, locked), token quantities, USD value, and a group_id that ties both sides of an LP together. That's enough to build a full DeFi view of a wallet without writing a single protocol integration.
Robinhood DeFi 🤝 Zerion
— Zerion (@zerion) September 23, 2026
track your portfolio positions on across apps like @morpho, @uniswap and more on Robinhood Chain pic.twitter.com/ruZbkX5B6y
Try it
Set filter[positions]=only_complex to get DeFi positions only, and add filter[robinhood] to limit the response to Robinhood Chain:
curl -g -u "YOUR_API_KEY:" \
"https://api.zerion.io/v1/wallets/{address}/positions/?currency=usd&filter[positions]=only_complex&filter[chain_ids]=robinhood&sort=value"To narrow it further to see specific types, use filters like filter[position_types]=deposit,staked. To get DeFi positions and plain wallet token positions in one call, use filter[positions]=no_filter.
The DeFi positions recipe takes about 10 minutes and walks you through building a working DeFi dashboard, including grouping positions by protocol.
What's next
We're adding more Robinhood Chain protocols as the ecosystem grows.
If there's one you need that isn't listed, let us know, and we'll prioritize it.