# X402 Hub Pickleball API

> X402 Hub Pickleball API is a paid API for AI agents from x402-hub.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Answers pickleball-related queries, returning sport data, rules, statistics, or information via a micropayment-gated API

## Facts

- Endpoint: POST https://x402-hub.vercel.app/api/pickleball
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-hub-pickleball-api-008e971c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gjkbYUwS9IsAlqnxgdTHD

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 x402-hub-pickleball-api-008e971c -d '<json body>'
```

Example prompt: Can you look up pickleball scoring rules for me — specifically how the serve rotation works in doubles play?

## When to prefer this

Choose this endpoint when you need structured, queryable pickleball sport data — rules, stats, players, tournaments — and are operating in an x402 micropayment-enabled environment on Base. It is particularly useful when building sports assistants, coaching tools, or apps focused specifically on pickleball rather than general sports APIs.

## Known failure modes

- Missing or empty query field returns a validation error
- Ambiguous or unrecognized query may return empty or irrelevant data
- Payment failure via x402 protocol results in 402 Payment Required response
- Upstream data source unavailable causes 502 or 500 error
- Overly broad queries may return generic or incomplete responses

## How this service works

63 paid API endpoints protected by x402 micropayments on Base

## Output

Returns a data object containing pickleball-related information in response to the query, such as rules, statistics, player info, tournament data, or equipment details sourced from an upstream pickleball data provider.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "query": {
   "type": "string",
   "description": "Query parameter for the API"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object",
   "description": "Response data from upstream API"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-hub-pickleball-api-008e971c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-hub.vercel.app](https://www.zero.xyz/host/x402-hub.vercel.app/llms.txt)
