# Coinbase USDC Pairs Crypto Long Candidates Report

> Coinbase USDC Pairs Crypto Long Candidates Report 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-15).

Returns the top-5 cryptocurrency long candidates across 20 Coinbase USDC trading pairs, ranked by score with price, ATR%, and reasoning.

## Facts

- Endpoint: GET https://starring-generated-forests-trader.trycloudflare.com/report
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coinbase-usdc-pairs-crypto-long-candidates-report-b925c1f3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_P37w3V5iXkwEhbZFzWE2k

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-crypto-long-candidates-report-b925c1f3
```

Example prompt: Can you pull the latest crypto long candidates report for the top 5 Coinbase USDC pairs — I want to see the scores, current prices, ATR percentages, and the reasons each pair was picked?

## When to prefer this

Choose this endpoint when you need a quick, pre-computed, AI-scored ranking of Coinbase USDC crypto long candidates without having to aggregate raw market data yourself. It is particularly useful for agents that need actionable trade intelligence at low cost ($0.001 per call) and do not want to maintain their own technical analysis pipeline. Prefer this over raw price feed APIs when the goal is a ranked, reasoned shortlist rather than raw OHLCV data.

## Known failure modes

- Service unavailable due to Cloudflare tunnel downtime — returns a 5xx or connection error
- Payment not processed correctly via x402 protocol — returns 402 Payment Required
- Market data source temporarily unavailable — report may be stale or incomplete
- No output schema defined — response format may vary or be unstructured

## How this service works

Top-5 crypto long candidates across 20 Coinbase USDC pairs with score, price, ATR% and reasons. AI-operated market intelligence, not advice.

## Output

A structured report listing the top 5 cryptocurrency long candidates from among 20 Coinbase USDC trading pairs. Each entry includes the pair name, a numeric score indicating long-trade attractiveness, the current price, ATR% (average true range as a volatility/momentum signal), and human-readable reasons explaining why the pair was selected. This is AI-generated market intelligence, not financial advice.

## 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-crypto-long-candidates-report-b925c1f3/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)
