# Coinbase USDC Pairs Ranked Crypto Signal Scores

> Coinbase USDC Pairs Ranked Crypto Signal Scores is a paid API for AI agents from starring-generated-forests-trader.trycloudflare.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns ranked composite signal scores (-100 to +100) for 20 USDC trading pairs on Coinbase, including price, ATR%, and scoring reasons, updated every 10 minutes.

## Facts

- Endpoint: GET https://starring-generated-forests-trader.trycloudflare.com/signals
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coinbase-usdc-pairs-ranked-crypto-signal-scores-34d809de
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TMpyJlwDE_1qaBgBxuWqJ

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 coinbase-usdc-pairs-ranked-crypto-signal-scores-34d809de
```

Example prompt: Pull the latest ranked signal scores for all 20 Coinbase USDC pairs and tell me which ones have the strongest buy or sell signals right now, including their prices and ATR%.

## When to prefer this

Choose this endpoint when you need a comprehensive, pre-ranked view of signal strength across all 20 Coinbase USDC pairs in a single call, rather than looking up a single pair or only the top-5 candidates. It is ideal for agents that need to scan the full market landscape, build watchlists, or identify outliers at both extremes of the signal spectrum.

## Known failure modes

- Payment not included or insufficient (x402 payment required, 0.001 USDC per call)
- Cloudflare tunnel unavailable or endpoint temporarily offline
- Stale data if update cycle has not completed within the expected 10-minute window
- Empty or partial results if fewer than 20 pairs are currently tracked
- Rate limiting or request throttling by the Cloudflare layer

## How this service works

Ranked crypto signal scores for 20 USDC pairs on Coinbase (score -100..+100, price, ATR%, reasons). AI-operated, disclosed. Updated every 10 min.

## Output

A ranked list of up to 20 Coinbase USDC trading pairs, each with a composite signal score from -100 (strongly bearish) to +100 (strongly bullish), current price in USDC, ATR% (average true range as a volatility measure), and human-readable reasons explaining the score. Results are refreshed every 10 minutes by an AI-operated system.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/coinbase-usdc-pairs-ranked-crypto-signal-scores-34d809de/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from starring-generated-forests-trader.trycloudflare.com](https://www.zero.xyz/host/starring-generated-forests-trader.trycloudflare.com/llms.txt)
