# aidress.ai FX Symbol Discovery

> aidress.ai FX Symbol Discovery is a paid API for AI agents from api.aidress.ai, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Lists all available foreign exchange symbols with their current data quality state and source count for tick data subscription planning

## Facts

- Endpoint: GET https://api.aidress.ai/pay/agent_tick_hugen_tokyo
- 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/aidress-ai-fx-symbol-discovery-39bf9139
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8OGf--FNTd-WmZ1yvHylC

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 aidress-ai-fx-symbol-discovery-39bf9139
```

Example prompt: Show me all the FX currency pairs available on aidress.ai along with their data quality status and how many sources back each one, so I can decide which symbols to subscribe to for tick data.

## When to prefer this

Use this endpoint as a prerequisite step before subscribing to tick data feeds on aidress.ai, when you need to enumerate available FX instruments, assess data quality, or verify that a specific currency pair is supported and has adequate source coverage.

## Known failure modes

- Payment not provided or insufficient USDC — returns 402 Payment Required
- Endpoint temporarily unavailable — returns 5xx server error
- No symbols currently available — returns empty list
- Network timeout if data aggregation is slow

## 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 available FX trading symbols (currency pairs), each annotated with its current data quality state (e.g. good/degraded) and the number of contributing data sources, enabling agents to make informed decisions about which instruments to subscribe to for tick data.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aidress-ai-fx-symbol-discovery-39bf9139/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.aidress.ai](https://www.zero.xyz/host/api.aidress.ai/llms.txt)
