Every Robinhood stock token carries a corporate-action multiplier. Read the REST price and you get the share; read the chain and you get the token. This endpoint returns both, and never confuses them.
Free to read at GET /v1/assets. Multipliers away from 1.0 are highlighted — those are the ones that bite. Click an address to copy it.
The paid routes answer only to calls the marketplace signed, so payment settles once, in one place.
curl -X POST https://market.aeron.sh/s/aeron-rwa-quote \
-H "content-type: application/json" \
-d '{"symbols":["AAPL","CRWD"]}'
# → HTTP 402 + payment requirements, then retry with X-PAYMENT
# or: aeron-wallet pay https://market.aeron.sh/s/aeron-rwa-quote '{"symbols":["AAPL"]}'
GET /v1/assets: the catalogue, freePOST /v1/quote: share price, token price, multiplier — via aeron-rwa-quotePOST /v1/holdings: what a wallet holds, valued — via aeron-rwa-holdingsPOST /v1/corporate-actions: splits and dividends — via aeron-rwa-actionsData only. Nothing here is an offer to buy or sell, and nothing here is investment advice. Robinhood stock tokens are issued by Robinhood Assets (Jersey) Ltd and are unavailable to residents of several jurisdictions, including the US, UK, and Canada.