# APEX Runner: FG Micro Signal

> APEX Runner: FG Micro Signal is a paid API for AI agents from apexrunner.ai, paid per call via x402, $0.007/call, status unknown (last checked 2026-09-14).

Returns a micro-level Fear & Greed (FG) trading signal with metadata about signal source, version, live trading status, and trades backing the signal.

## Facts

- Endpoint: GET https://apexrunner.ai/signals/fg-micro
- Price: $0.007/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/apex-runner-fg-micro-signal-f22ad304
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_d67wTgtCLbBdXzOGsdOxT

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 apex-runner-fg-micro-signal-f22ad304
```

Example prompt: What's the current APEX FG Micro signal — give me the signal value, whether it's backed by live trades, and how many trades are supporting it right now?

## When to prefer this

Use this endpoint when you need a real-time, micro-level Fear & Greed trading signal with full provenance metadata (source, version, hash, live trading status). Prefer this over macro or bundle signals when you need a fast, lightweight single signal focused specifically on micro-level sentiment, and when you want to verify signal integrity via the included hash and verification URL.

## Known failure modes

- Service unavailable or rate-limited (HTTP 402 payment required if USDC payment not supplied)
- Empty or stale signal if no live trades are backing it
- Signal hash mismatch indicating data integrity issue
- Invalid response if the endpoint version has changed

## How this service works

APEX Runner: Fg Micro Signal

## Output

Returns a JSON object containing a short signal label (l), a Unix timestamp (t), an integer signal value (v), and an _apex metadata block with: the signal name, source, version, instance ID, verification URL, signal hash, live trading status, number of evolution runs, live capital deployment flag, and number of trades backing the signal.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "l": "string — label (Extreme Fear/Fear/Neutral/Greed/Extreme Greed)",
 "t": "integer — unix timestamp",
 "v": "integer — F&G value 0-100",
 "type": "json",
 "example": {
  "l": "Fear",
  "t": 1750000000,
  "v": 42
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/apex-runner-fg-micro-signal-f22ad304/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from apexrunner.ai](https://www.zero.xyz/host/apexrunner.ai/llms.txt)
