Agents & API

Metered, staked, and bonded.

Robinhood Chain was designed for agentic trading, so machines get their own door: an API where stake sets throughput and every response reports what it burned.

Reading

GET /v1/wallets/0xabc…/flow?window=24h
Authorization: Bearer <api key · staked account>

HTTP/1.1 200 OK
x-burned: 2
x-ratelimit-limit: 25 rps   # scales with stake

{ "address": "0xabc…", "netFlow24h": 412000, "pattern": "accumulating" }

Surfaces

MethodPathReturns
GET/v1/pairsThe board, with liquidity and 24h stats
GET/v1/pairs/{address}One pool, plus its decoded tape
GET/v1/wallets/{address}/flowBalances, activity, net flow
GET/v1/equitiesBeacon-verified tokenized equities
POST/v1/routeAn unsigned transaction

Access model

  • A key is bound to a staked account, not to a seat.
  • Rate limits scale with stake; there are no plans to choose from.
  • Credits are burned per request, and the response says how many.
  • Resale of access, or bypassing metering, revokes the key.