fanfare.run
FIFA World Cup 2026 multi-source trip bundle. Returns match schedule + 16-host-city venue intel (stadium, transit tips, airport IATA) + Open-Meteo weather + Duffel flights + Duffel hotels — all in one call. Enrichment activates when exactly one match is returned. Filter by match_id, team name, date (YYYY-MM-DD), or date range. Provide origin IATA + check_in/check_out to include flights and hotels. WC 2026 window: June 11 – July 19, 2026.
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.25 USDC on Base to 0x41Ad…92170. The signed payment is good for 5 minutes.
- Paid to
- 0x41Ad…92170
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 250000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170",
"amount": "250000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"date": "2026-06-14",
"team": "Argentina",
"guests": 1,
"origin": "JFK",
"check_in": "2026-06-14",
"check_out": "2026-06-16",
"passengers": 1
}
},
"output": {
"type": "json",
"example": {
"data": {
"hotels": {
"guests": 1,
"results": [
{
"name": "Fontainebleau Miami Beach",
"guests": 1,
"rating": 4.5,
"book_url": "https://www.booking.com/search.html?ss=Fontainebleau+Miami+Beach",
"check_in": "2026-06-14",
"check_out": "2026-06-16",
"city_code": "MIA",
"cheapest_rate": {
"rate_id": "rat_wc_001",
"available": true,
"room_type": "Deluxe King",
"board_type": "room_only",
"total_amount": "349.00",
"total_currency": "USD"
},
"accommodation_id": "acc_wc_001"
}
],
"check_in": "2026-06-14",
"check_out": "2026-06-16",
"city_code": "MIA",
"truncated": false
},
"league": "FIFA World Cup 2026",
"season": 2026,
"flights": {
"date": "2026-06-14",
"offers": [
{
"slices": [
{
"origin": "JFK",
"duration": "PT3H15M",
"arrival_at": "2026-06-14T10:15:00",
"destination": "MIA",
"carrier_name": "American Airlines",
"departure_at": "2026-06-14T07:00:00",
"flight_number": "AA401"
}
],
"book_url": "https://www.skyscanner.com/transport/flights/jfk/mia/260614/",
"offer_id": "off_wc_001",
"expires_at": "2026-06-13T20:00:00Z",
"total_amount": "129.00",
"total_currency": "USD",
"passenger_count": 1
}
],
"origin": "JFK",
"truncated": false,
"passengers": 1,
"destination": "MIA"
},
"matches": [
{
"round": "Group Stage - 1",
"score": {
"away": null,
"home": null
},
"venue": {
"city": "Miami Gardens, FL",
"slug": "miami",
"country": "USA",
"latitude": 25.958,
"longitude": -80.2389,
"airport_iata": "MIA",
"stadium_name": "Hard Rock Stadium",
"transit_tips": "Rideshare primary (~30 min from South Beach, ~20 min from MIA airport); no direct rail."
},
"status": "Not Started",
"date_utc": "2026-06-14T18:00:00+00:00",
"match_id": 1123456,
"away_team": {
"id": "1569",
"name": "Saudi Arabia",
"country": null
},
"home_team": {
"id": "1609",
"name": "Argentina",
"country": null
}
}
],
"weather": {
"current": {
"condition": "partly cloudy",
"feels_like_c": 36.4,
"temperature_c": 31.2,
"wind_speed_kmh": 18.5,
"humidity_percent": 78,
"precipitation_mm": 0
},
"latitude": 25.958,
"timezone": "America/New_York",
"venue_id": "miami",
"longitude": -80.2389,
"venue_name": "Hard Rock Stadium"
}
},
"sport": "football",
"league": "worldcup",
"retrieved_at": "2026-06-11T00:00:00.000000+00:00"
}
}
},
"schema": {
"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": {
"date": {
"type": "string",
"description": "Single game date (YYYY-MM-DD)"
},
"team": {
"type": "string",
"description": "Team name substring (e.g. 'Argentina', 'USA', 'Brazil')"
},
"guests": {
"type": "integer",
"default": 1,
"description": "Number of hotel guests"
},
"origin": {
"type": "string",
"description": "Origin airport IATA code for flight search (e.g. JFK)"
},
"date_to": {
"type": "string",
"description": "End of date range (YYYY-MM-DD)"
},
"check_in": {
"type": "string",
"description": "Hotel check-in date (YYYY-MM-DD)"
},
"match_id": {
"type": "integer",
"description": "API-Football fixture ID for an exact match lookup"
},
"check_out": {
"type": "string",
"description": "Hotel check-out date (YYYY-MM-DD)"
},
"date_from": {
"type": "string",
"description": "Start of date range (YYYY-MM-DD)"
},
"passengers": {
"type": "integer",
"default": 1,
"description": "Number of adult passengers"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
},
"category": "sports"
},
"sign-in-with-x": {
"info": {
"uri": "https://fanfare.run/v1/world-cup-bundle",
"nonce": "3984452ce999910afe72292e9603f061",
"domain": "fanfare.run",
"version": "1",
"issuedAt": "2026-07-18T14:39:47.506043Z",
"resources": [
"https://fanfare.run/v1/world-cup-bundle"
],
"statement": "Sign in with the wallet you paid with to re-access this resource.",
"expirationTime": "2026-07-18T14:44:47.506048Z"
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"domain",
"address",
"uri",
"version",
"chainId",
"type",
"nonce",
"issuedAt",
"signature"
],
"properties": {
"uri": {
"type": "string",
"format": "uri"
},
"type": {
"type": "string"
},
"nonce": {
"type": "string"
},
"domain": {
"type": "string"
},
"address": {
"type": "string"
},
"chainId": {
"type": "string"
},
"version": {
"type": "string"
},
"issuedAt": {
"type": "string",
"format": "date-time"
},
"notBefore": {
"type": "string",
"format": "date-time"
},
"requestId": {
"type": "string"
},
"resources": {
"type": "array",
"items": {
"type": "string",
"format": "uri"
}
},
"signature": {
"type": "string"
},
"statement": {
"type": "string"
},
"expirationTime": {
"type": "string",
"format": "date-time"
}
}
},
"supportedChains": [
{
"type": "eip191",
"chainId": "eip155:8453"
}
]
}
}Provenance
- Seen in the source catalog
- 2026-07-18 14:39Z
- Last indexed by Roundhouse
- 2026-07-22 01:20Z
- Last enriched (probe, favicon, geo)
- 2026-09-20 17:15Z
- x402 version
- 2
- Max timeout
- 300s
- Liveness probe
- HTTP 410
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
No per-endpoint history for this service yet, so this is payments indexed to its PROVIDER's wallet over 30 days. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service fanfare.run and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=fanfare.run' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://fanfare.run/v1/world-cup-bundle, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.