v1

latestOpenAPI 3.1.02026-07-265086129.5 KB
Robinhood Chain

Get creator fees

Get lifetime and pending fees for a Bags V2 token on Robinhood Chain. Lifetime figures are summed from subgraph fee notifications; the pending leg is the hook's un-swept accrual. Lifetime earnings for display = notified sums + pending. Returns 404 for non-V2 tokens.

get/evm/rh/creator-fees

Query parameters

tokenAddressstring required

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

Response

Successfully retrieved creator fees

successboolean required

Example response

{
  "success": true
}