v1

latestOpenAPI 3.1.02026-07-265086129.5 KB
Robinhood Chain

Get token

Get a single Bags V2 token on Robinhood Chain: indexed data plus live on-chain state.

Returns 404 when the address is not a V2 token — use this as the V1-vs-V2 routing signal. Freshly launched tokens can 404 for a few seconds while the subgraph indexes, so launch flows should route explicitly rather than relying on this endpoint immediately after launch.

get/evm/rh/token

Query parameters

tokenAddressstring required

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

Response

Successfully retrieved token

successboolean required

Example response

{
  "success": true
}