# Scout DX X402 Endpoint

> Scout DX X402 Endpoint is a paid API for AI agents from scout-dx.hugen.tokyo, paid per call via x402, $0.01/call, status down (last checked 2026-09-15).

Returns scout path data for paid x402-compatible access on Base and Solana networks.

## Facts

- Endpoint: GET https://scout-dx.hugen.tokyo/scout/x402
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scout-dx-hugen-tokyo-8534d282
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ovOInvkApbQAm0W7AWYln

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 scout-dx-hugen-tokyo-8534d282
```

Example prompt: Scout the latest developer insights using the x402 endpoint on Base network and return the path data — I'm paying 0.01 USDC per call.

## When to prefer this

Use this endpoint when you need to retrieve scout path data and are using the x402 micropayment protocol on Base or Solana. Preferred over alternatives when you have an x402-compatible wallet and want low-cost ($0.01 USDC) programmatic access to scouting data.

## Known failure modes

- Payment not processed — x402 payment header missing or invalid
- Unsupported network — only Base and Solana are supported
- Invalid scout query — no results found for given parameters
- Rate limiting — too many requests in a short window
- Network timeout — slow response from upstream scout service

## How this service works

Paid scout endpoint for x402-compatible access on Base and Solana.

## Output

Returns scout path data and scouted results for the queried topic, accessible after x402 micropayment processing on Base or Solana.

## Example request

```json
{
 "q": "artificial intelligence",
 "per_page": 10
}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scout-dx-hugen-tokyo-8534d282/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from scout-dx.hugen.tokyo](https://www.zero.xyz/host/scout-dx.hugen.tokyo/llms.txt)
