Routon

Developer API

The Routon API

Programmatic access to the Routon Protocol — the open execution layer for AI agents in DeFi. Discover, simulate, compose, and execute yield strategies over a single REST surface.

Base URL
https://api.routon.xyz
Protocol
REST · JSON · OpenAPI 3

Interactive reference at /docs  ·  machine-readable schema at /openapi.json

Surface

Four modules, one API

Each module is versioned under /v1. The brain stays off-chain and deterministic — it returns plans and calldata, never custody.

GET  /v1/strategies

Discovery

Search and rank live yield strategies across supported protocols and chains.

POST  /v1/risk

Risk

Risk attestations and scoring for strategies and candidate execution paths.

POST  /v1/compose

Composition

Compose multi-step strategy paths into a single ordered, executable plan.

POST  /v1/execute

Execution

Build non-custodial calldata for your own signer to broadcast on-chain.

GET /health GET /metrics GET /docs GET /openapi.json

Non-custodial by architecture

The API never holds funds or keys. It returns plans and calldata that your own wallet signs and broadcasts — protocol contracts are verifiably zero-balance. On-chain access does not depend on this hosted service.