# SignalPulse GB/IRE Racing Card Scanner

> SignalPulse GB/IRE Racing Card Scanner is a paid API for AI agents from signalpulse-peach.vercel.app, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-15).

Scans today's GB/IRE horse and greyhound racing card to identify the single highest expected-value pick plus value selections across every race, using multi-factor analysis and live exchange prices.

## Facts

- Endpoint: GET https://signalpulse-peach.vercel.app/api/scan/racing
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/signalpulse-gb-ire-racing-card-scanner-f936f6f1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_z-H5ug6RlfVISnvpNp5XQ

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 signalpulse-gb-ire-racing-card-scanner-f936f6f1
```

Example prompt: Scan today's GB and IRE racing card and give me the single highest expected-value pick plus any other value selections across all races — horses and greyhounds — with the pace, draw bias, going-form, and live exchange prices factored in.

## When to prefer this

Use this endpoint when you need a complete, multi-factor AI-powered scan of the entire day's GB and IRE racing card — both horses and greyhounds — rather than analysis of a single race or meeting. It is especially suited for agents that need genuine EV-ranked selections backed by form, speed, draw, pace, and live market data in a single call.

## Known failure modes

- No racing card available if no meetings scheduled today
- Payment failure if USDC not provided or x402 authentication fails
- Stale data if exchange prices not yet available early in the day
- HTTP 402 if payment of 0.5 USDC is not submitted
- Service unavailable if Vercel deployment is down

## How this service works

Today's GB/IRE racing card scanned for AI betting & research agents — the single highest expected-value pick plus value selections across every race, horse or greyhound. Fires the full engine: RPR/Topspeed, draw bias, pace, going×form and trainer/jockey records (horses); early-speed, trap affinity, run-time & track-bias (greyhounds); live exchange/forecast prices for genuine EV. Sizing, alerts & the tracked record are premium.

## Output

Returns the top expected-value pick of the day plus value selections across every race on today's GB/IRE card, including RPR/Topspeed ratings, draw bias, pace analysis, going×form scores, trainer/jockey records for horses, and early-speed, trap affinity, run-time, and track-bias metrics for greyhounds, all calibrated against live exchange and forecast prices.

## 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": {
      "type": {
       "type": "string"
      },
      "market_type": {
       "type": "string",
       "description": "optional focus: win | place | each-way | forecast | tricast (a hint, not a cap)"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "tier": "agent_analysis",
  "top_pick": {
   "bet_type": "each-way",
   "edge_pct": 9,
   "key_edge": "Proven on soft while rivals unproven; drawn low on a turning track",
   "selection": "Runner #3",
   "confidence": 0.6
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/signalpulse-gb-ire-racing-card-scanner-f936f6f1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from signalpulse-peach.vercel.app](https://www.zero.xyz/host/signalpulse-peach.vercel.app/llms.txt)
