$0.01
per call · USD Coin on Base
Resolves a provider id (api_football, sportradar, opta, entain, espn) or canonical machina URN to the entity it identifies, with all cross-provider ids attached.
Endpoint
POST https://agents.machina.gg/world-cup/v1/resolve1
Calls / 30d
1
Unique payers / 30d
Sep 3
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://agents.machina.gg/world-cup/v1/resolve", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"id": "example"
}),
});
const data = await res.json();curl -X POST \
"https://agents.machina.gg/world-cup/v1/resolve" \
-H "Content-Type: application/json" \
-d '{"id":"example"}' \
-H "X-PAYMENT: <signed x402 payment>"Payment details
0x348ac9e3b010ba2300ba9a7bcfe5ae592b9fcfaaUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Data & Enrichment and the homepage with a featured placement.
More from Machina Sports & similar services
Machina Sports · World CUP GET Match Forecast
agents.machina.gg
Dixon-Coles match probabilities with model-vs-market differences and de-vigged probabilities. Informational research output with no selection, ranking, or recommendation of wagers.
Machina Sports · World CUP GET Schedule
agents.machina.gg
Tournament fixtures, filterable by team, opponent, and date range.
Machina Sports · World CUP Backtest Forecasts
agents.machina.gg
Historical backtests of the match forecasts. Informational research output with no selection, ranking, or recommendation of wagers.