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
| Method | Path | Returns |
|---|---|---|
| GET | /v1/pairs | The board, with liquidity and 24h stats |
| GET | /v1/pairs/{address} | One pool, plus its decoded tape |
| GET | /v1/wallets/{address}/flow | Balances, activity, net flow |
| GET | /v1/equities | Beacon-verified tokenized equities |
| POST | /v1/route | An 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.