# FootballPulse Asian Handicap Intelligence

> FootballPulse Asian Handicap Intelligence is a paid API for AI agents from footballpulse.theaslangroupllc.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Returns Asian handicap line analysis using Pinnacle and Macau market data, sharp-money indicators, and AH record statistics for football betting decisions.

## Facts

- Endpoint: GET https://footballpulse.theaslangroupllc.com/api/asian-handicap
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/footballpulse-asian-handicap-intelligence-e1da8d7a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1RXiDqMyzXjUiOKBtIKKV

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 footballpulse-asian-handicap-intelligence-e1da8d7a
```

Example prompt: Pull the Asian handicap analysis for Manchester City vs Arsenal this Saturday — I want the Pinnacle and Macau lines, any sharp-money indicators, and the AH record for both sides.

## When to prefer this

Use this endpoint when you need professional-grade Asian handicap market intelligence, specifically Pinnacle and Macau line data combined with sharp-money indicators and historical AH records. Prefer this over generic odds APIs when the focus is on AH lines and identifying where sophisticated money is positioned, rather than 1X2 or over/under markets.

## Known failure modes

- Match not found or incorrect identifier returns an error or empty result
- Markets not yet available for a future fixture returns a no-line-available response
- Rate limiting or payment verification failure returns 402 or 429 status
- Macau or Pinnacle market data temporarily unavailable returns partial or degraded response
- Invalid query parameters return 400 bad request

## How this service works

Asian handicap line selection — Pinnacle and Macau market intelligence, sharp-money indicators and AH record analysis. For football betting agents.

## Output

Returns the current Asian handicap line from Pinnacle and Macau markets, sharp-money movement indicators, historical AH record data for both teams, and an overall market intelligence summary to guide betting decisions.

## 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": {
      "away": {
       "type": "string",
       "description": "required"
      },
      "home": {
       "type": "string",
       "description": "required"
      },
      "lang": {
       "type": "string",
       "description": "en | es | fr | de | pt | ja | zh | ko | ar (default: en)"
      },
      "line": {
       "type": "string",
       "description": "specific AH line to analyse e.g. -0.5, +1.5, -1.75 (optional)"
      },
      "league": {
       "type": "string",
       "description": "optional"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "match": {
   "away": "Crystal Palace",
   "home": "Man City",
   "competition": "Premier League"
  },
  "verdict": "Man City to cover -1.5 on home soil. Sharp money aligns with the value.",
  "recommended_line": "Man City -1.5 (AH)",
  "market_intelligence": {
   "steam_move": true,
   "pinnacle_implied": "Man City -1.25",
   "sharp_money_indicator": "Sharps on Man City"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/footballpulse-asian-handicap-intelligence-e1da8d7a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from footballpulse.theaslangroupllc.com](https://www.zero.xyz/host/footballpulse.theaslangroupllc.com/llms.txt)
