# TradeOS Agent Router (x402 Intelligence Discovery)

> TradeOS Agent Router (x402 Intelligence Discovery) is a paid API for AI agents from tradeos.tech, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Routes a plain-language crypto intelligence goal to the most relevant TradeOS paid and free service SKUs, returning recommended endpoints, pricing, request examples, trust summaries, and output expectations.

## Facts

- Endpoint: POST https://tradeos.tech/x402/v1/intelligence/tradeos-agent-router
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tradeos-agent-router-x402-intelligence-discovery-ad44b257
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gWlviREfzhL1Nfa-cZynZ

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability tradeos-agent-router-x402-intelligence-discovery-ad44b257 -d '<json body>'
```

Example prompt: I want to understand crypto order-flow stress for a token I'm watching — can you figure out which TradeOS intelligence service is the best fit and show me how to call it, including what it costs?

## When to prefer this

Use this endpoint when an agent or buyer has a crypto intelligence goal expressed in plain language and needs to be directed to the correct TradeOS paid service without knowing the service catalog in advance. It is the entry-point discovery layer for the TradeOS marketplace — prefer it over calling individual SKUs directly when the right product is not yet known, or when building a multi-step agent workflow that needs to self-route.

## Known failure modes

- Vague or ambiguous goal description may result in broad or low-confidence SKU recommendations
- Goal outside TradeOS coverage returns empty or fallback recommendations
- x402 payment failure results in no response being returned
- Malformed POST body causes a 400-level error
- Rate limiting or quota exhaustion may block repeated rapid calls

## How this service works

Route an x402 buyer or autonomous agent from a plain-language crypto intelligence goal to the most useful TradeOS service. Returns recommended free and paid SKUs, reasons, exact request examples, pricing, output expectations, buyer-safe trust summaries, and a feedback request block. This is a paid x402 discovery surface for marketplace indexing and conversion; deeper signal evidence, risk, dataset, and order-flow intelligence stays in the dedicated SKUs.

## Output

A structured response listing recommended TradeOS free and paid SKUs matched to the stated intelligence goal, with human-readable reasons for each recommendation, exact example requests ready to copy, per-call pricing in USDC, expected output descriptions, buyer-safe trust summaries, and a feedback request block for improving routing quality.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object",
     "properties": {
      "output": {
       "type": "string"
      },
      "symbol": {
       "type": "string"
      },
      "chain_id": {
       "type": "string"
      },
      "metadata": {
       "type": "object"
      },
      "contract_address": {
       "type": "string"
      }
     },
     "additionalProperties": true
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "type": "string",
     "const": "POST"
    },
    "bodyType": {
     "type": "string",
     "const": "json"
    }
   }
  },
  "output": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tradeos-agent-router-x402-intelligence-discovery-ad44b257/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tradeos.tech](https://www.zero.xyz/host/tradeos.tech/llms.txt)
