# Vergex Signal Lab — Crypto Market Signal Lookup

> Vergex Signal Lab — Crypto Market Signal Lookup is a paid API for AI agents from claw402.ai, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Fetches trading signals and market data for a given crypto symbol, chain, liquidity band, and market type via the Vergex Signal Lab API.

## Facts

- Endpoint: GET https://claw402.ai/api/v1/vergex/signal-lab
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vergex-signal-lab-crypto-market-signal-lookup-123d45d3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vYlYqmbYH_uGTOl7UuTyO

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 vergex-signal-lab-crypto-market-signal-lookup-123d45d3
```

Example prompt: Pull the Vergex Signal Lab data for ETH on the Ethereum chain, spot market type, using the standard liquidity band — I want to see the current trading signals.

## When to prefer this

Use this endpoint when you need on-chain trading signals or market data for a specific crypto asset from Vergex, accessed without API keys via USDC micropayment. Prefer this over traditional API-key-gated signal providers when operating in a wallet-native or x402-compatible agentic environment.

## Known failure modes

- Empty data array returned (code 0, data: []) if no signals exist for the given parameters
- Invalid or unsupported chain/symbol combination returns empty or error response
- Payment failure via x402 protocol results in 402 response before data is returned
- Missing required query parameters may result in malformed or empty response

## How this service works

Backed by vergex.trade. Pay for any API with USDC. No API keys. No registration. Just a wallet.

## Output

Returns a JSON object with a status code and a data array containing trading signal information for the queried crypto asset, chain, liquidity band, and market type.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "code": 0,
  "data": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vergex-signal-lab-crypto-market-signal-lookup-123d45d3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from claw402.ai](https://www.zero.xyz/host/claw402.ai/llms.txt)
