v1

latestOpenAPI 3.1.02026-07-265086129.5 KB
Robinhood Chain

Get token state

Get live on-chain state for a Bags V2 token on Robinhood Chain (via the V2 lens), with no subgraph dependency. Returns 404 for non-V2 tokens.

get/evm/rh/token-state

Query parameters

tokenAddressstring required

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

Response

Successfully retrieved token state

successboolean required

Example response

{
  "success": true
}