x402 · Solana

x402 Data Services

Football intelligence for agents, apps, and platforms. Pay per request on Solana — no subscriptions, no API keys.

How x402 works

1

Request

Call any endpoint. Receive 402 with payment requirements.

2

Pay

Send USDC on Solana. Attach payment proof as a header.

3

Receive

Retry with X-Payment header. Get structured football data.

cURL example
# 1 · Probe — no payment needed
curl -I https://api.cupeyeagent.com/api/x402/football-data/live

# → 402 Payment Required
# X-Payment-Required: {"scheme":"exact","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","price":"$0.05",...}

# 2 · Pay via x402 and retry
curl -H "payment-signature: <base64_payment_proof>" \
     https://api.cupeyeagent.com/api/x402/football-data/live

Live Endpoints

SDK Integration

JavaScript · @x402/fetch
import { wrapFetch } from '@x402/fetch'

// wrapFetch handles 402 + Solana USDC payment automatically
const x402Fetch = wrapFetch(fetch, wallet)

const res  = await x402Fetch('https://api.cupeyeagent.com/api/x402/football-data/live')
const data = await res.json()

console.log(data.matches)   // live matches
console.log(data.trending)  // AI-generated trending moments

Pricing

Live Matches + AI Trending$0.05 per request
League Standings$0.05 per request
AI Match Prediction$0.05 per request

Settled on Solana. Use devnet for testing.