# Edge Agents Trade Setup Scorer

> Edge Agents Trade Setup Scorer is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Scores a cryptocurrency trade setup by analyzing macro, market, liquidity, momentum, and adoption evidence with provenance and confidence ratings

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/trade-setup-scorer
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/edge-agents-trade-setup-scorer-4644c5df
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bq_BIZWu3hvB2UepgUPcU

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 edge-agents-trade-setup-scorer-4644c5df
```

Example prompt: Can you score my Bitcoin trade setup right now — I want to know if the macro, liquidity, and momentum evidence supports it, and get a confidence rating with provenance?

## When to prefer this

Choose this endpoint when you need a structured, evidence-backed quality score for a cryptocurrency trade setup with full provenance, confidence ratings, and explicit limitations — especially when you need to show decision lineage to boards, CFOs, or compliance teams, or when an autonomous agent needs a bounded go/no-go signal before executing a trade.

## Known failure modes

- Missing or malformed required parameters returns an error with no score
- Unavailable or stale evidence sources may result in incomplete coverage noted in limitations
- Payment failure (x402) prevents access to the paid report
- Asset not covered returns a data status indicating incomplete coverage
- Transient upstream data unavailability may delay or degrade response quality

## How this service works

Scores major assets as research candidates from momentum, BTC-relative strength, turnover and market risk. Purpose: Prioritise assets for further research using a transparent, repeatable evidence score. 5-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a JSON object containing a quality status (e.g. 'strong') and confidence level (e.g. 'high'), an analysis block with asset family, intent tags (liquidity, risk, momentum, evidence, adoption), and a summary of findings, an evidence block listing covered assets, policy, and sources, a signed provenance block from edge-agents.ai, a generatedAt timestamp, schema version, data status, limitations, and a disclaimer that this is general market research and not investment advice.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "quality": {
   "status": "strong",
   "confidence": "high"
  },
  "analysis": {
   "family": "bitcoin",
   "intents": [
    "liquidity",
    "risk",
    "momentum",
    "evidence",
    "adoption"
   ],
   "summary": "Fresh Crypto Research Candidate Scorer findings appear here."
  },
  "evidence": {
   "assets": [
    "BTC"
   ],
   "policy": "live",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "trade-setup-scorer",
  "dataStatus": "complete",
  "disclaimer": "General, impersonal market research; not investment advice or a buy, sell or hold recommendation.",
  "provenance": {
   "issuer": "https://edge-agents.ai",
   "signed": true
  },
  "generatedAt": "2026-08-31T00:00:00.000Z",
  "limitations": [
   "Coverage, source freshness and unavailable evidence are stated in every paid report."
  ],
  "schemaVersion": "2.0"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/edge-agents-trade-setup-scorer-4644c5df/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pay.edge-agents.ai](https://www.zero.xyz/host/pay.edge-agents.ai/llms.txt)
