v1

latestOpenAPI 3.1.02026-07-265086129.5 KB
Robinhood Chain

Get swap quote

Get a display-only swap quote for a Bags V2 token on Robinhood Chain. Pre-migration quotes come from the bonding curve; post-migration quotes come from the Uniswap V4 Quoter. Exact-in only — exact-out is not supported.

Quotes are display-only and uncached: every request quotes against the current block, and clients must re-quote client-side at sign time. Returns 404 for non-V2 tokens.

get/evm/rh/quote

Query parameters

tokenAddressstring required

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

side'buy' | 'sell' required

Quote direction. buy: ETH in, tokens out. sell: tokens in, ETH out.

amountWeistring required

Input amount as a positive decimal integer string (wei for buys, token base units for sells).

Response

Successfully retrieved swap quote

successboolean required

Example response

{
  "success": true
}