# tick.hugen.tokyo FX Symbols Discovery

> tick.hugen.tokyo FX Symbols Discovery is a paid API for AI agents from tick.hugen.tokyo, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Lists all available FX trading symbols with their current data quality state and source count, enabling discovery of instruments before subscribing to tick data.

## Facts

- Endpoint: GET https://tick.hugen.tokyo/tick/symbols
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tick-hugen-tokyo-90e31f6f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_j4Cv_bUM-n1fux-mHQhWl

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 tick-hugen-tokyo-90e31f6f
```

Example prompt: Show me all the FX currency pairs you have available for tick data, along with their current data quality state and how many sources are feeding each one.

## When to prefer this

Use this endpoint before subscribing to individual FX tick data streams to discover which instruments are available, how many sources back each one, and whether data quality is acceptable. It is the discovery/catalog step that complements the single-symbol and all-symbols tick endpoints on the same provider.

## Known failure modes

- Payment required (402) if USDC payment header not included
- No symbols returned if all sources are offline
- Stale quality states if data pipeline is degraded
- Network timeout if Tokyo endpoint is unreachable

## How this service works

List all available FX symbols with their current quality state and source count. AI agent API for discovering available instruments before subscribing to tick data. Accepts USDC payments on Base and Solana

## Output

A list of all supported FX symbols (e.g. EURUSD, USDJPY, XAUUSD) each annotated with a quality state indicator and the number of institutional liquidity sources currently contributing data, helping agents decide which instruments to subscribe to.

## Example request

```json
{}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ]
  }
 }
}
```

## More

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