v1
latestOpenAPI 3.1.02026-07-265086129.5 KBRobinhood Chain
Get portfolio
Get an owner's Bags V2 portfolio on Robinhood Chain.
- holdings: tokens the owner has traded and still holds, with live list enrichment and balance.
- earnings: every token the owner created, is partner on, or has claimed from — including launches with no earnings yet (lifetimeWei "0"). Each row carries the feeShare contract to claim against, claimableWei, and lifetimeWei (the owner's claimed + currently-claimable total, so claimed-out launches still list).
truncated is true only when created/partner-token discovery hit the ~10k-token safety bound before exhausting the owner's tokens, in which case earnings is a subset — surface "some earnings may be missing" rather than treating the list as complete.
get/evm/rh/portfolio
Query parameters
ownerstring required
Owner wallet address. Accepts any casing; normalized to EIP-55 checksum form.
Response
Successfully retrieved portfolio
Example response
{
"success": true
}