v1

latestOpenAPI 3.1.02026-07-265086129.5 KB
Robinhood Chain

Get creator roster

Get the full fee-share roster for a Bags V2 token on Robinhood Chain — every recipient with claimed, claimable, and estimated pending amounts. Combines the fee-share claimer list, live claimable per recipient, the partner and rate from the hook snapshot, per-recipient claim sums from the subgraph, and the estimated pending split. Returns 404 for non-V2 tokens.

get/evm/rh/creator-roster

Query parameters

tokenAddressstring required

Token address. Accepts any casing; normalized to EIP-55 checksum form.

Response

Successfully retrieved creator roster

successboolean required

Example response

{
  "success": true
}