payment-ready until 2026-08-20
Pay-per-request JSON datasets for autonomous agents via x402 (USDC on Base). Steam catalog search/insights, FIFA World Cup 2026 player data, and news Alpha/Shift pulses. No API keys — unpaid calls return HTTP 402.
Pay from $0.01 to $0.04 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.
listed 2026-07-16 · no on-chain settlement recorded yet
ASSESSMENT
updated 3h agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 100%
- uptime 24h
- 100%
- uptime 7d
- 100%
- uptime 30d
- 100%
- uptime 90d
- 100%
- response p95
- 1107ms
- avg response
- 400ms
- total checks
- 2,510
Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.
compliance A (14/14)
14 of 14 x402 conformance checks pass. Full checklist below.
price $0.01 to $0.04 (p53 in Data)
- price (min)
- $0.01
- price (max)
- $0.04
- category percentile (min)
- p53 in Data
- category percentile (max)
- p53 in Data
- endpoints / prices
- 6 / 3
- model
- tiered
- stability
- 100%
risk clean
No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.
- domain age
- 22d
- registrar
- NameCheap, Inc.
- hosting
- custom
- domain created
- 2026-07-15
Identity facts, not a risk score.
traction $0.00 30d · 0 buyers
- volume 30d
- $0.00
- buyers 30d
- 0
- settlements 30d
- 0
- first settlement
- ---
- last settlement
- ---
- top buyer share
- -
- trend 7d vs 30d
- -
- networks
- eip155:8453
- volume all-time
- $0
- settlements all-time
- 0
- median settlement 30d
- -
- max settlement 30d
- -
- settled via
- -
Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.
Top buyer share is a concentration signal, not part of the ranking score.
WHAT IT DOES
ai-derivedProvides structured JSON APIs for various datasets including FIFA player data, news pulse data, and Steam game insights for autonomous agents.
- category
- data-aggregation
- in
- query params
- auth
- none
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET | 402 CHANNEL |
|---|---|---|---|---|---|---|
| GET | /v1/fifa/player | $0.02 | Base | USDC | header | |
| GET | /v1/fifa/search | $0.01 | Base | USDC | header | |
| GET | /v1/news/pulse/alpha | $0.04 | Base | USDC | header | |
| GET | /v1/news/pulse/shift | $0.02 | Base | USDC | header | |
| GET | /v1/steam/insights | $0.02 | Base | USDC | header | |
| GET | /v1/steam/search | $0.01 | Base | USDC | header |
REQUEST / RESPONSE EXAMPLE
An unpaid request to GET /v1/fifa/player returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i 'https://dataforagents.net/v1/fifa/player'
// 402 response (captured by monitor) · 6 payloads · click to expand
[
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x5d4ECba4458C49b6F92Fd5384686f0cAf0C3080B",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://dataforagents.net/v1/steam/insights",
"tags": [
"data",
"steam",
"games",
"insights"
],
"mimeType": "application/json",
"description": "DataForAgents — Steam deep insights for agents (pricing, hardware requirements, metadata)",
"serviceName": "DataForAgents"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"appid": "105600"
}
},
"output": {
"type": "json",
"example": {
"data": {
"name": "Terraria",
"type": "game",
"appid": 105600,
"genres": [
"Action",
"Adventure",
"Indie",
"RPG"
],
"headers": {
"header_image": "https://cdn.akamai.steamstatic.com/steam/apps/105600/header.jpg"
},
"is_free": false,
"developer": "Re-Logic",
"platforms": {
"mac": true,
"linux": true,
"windows": true
},
"publisher": "Re-Logic",
"categories": [
"Single-player",
"Multi-player"
],
"discount_pct": 0,
"release_date": "2011-05-16",
"total_reviews": 900000,
"pc_requirements": {
"os_min": "Windows XP",
"os_rec": null,
"memory_min": "2.5 GB RAM",
"memory_rec": null,
"graphics_min": "128MB VRAM",
"graphics_rec": null,
"processor_min": "2.0 GHz",
"processor_rec": null
},
"metacritic_score": 83,
"review_score_pct": 97,
"current_price_usd": 9.99,
"initial_price_usd": 9.99,
"short_description": "Dig, fight, explore, build!"
},
"status": "success"
}
}
},
"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"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"appid"
],
"properties": {
"appid": {
"type": "string",
"description": "Steam application ID (positive integer as string)"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x5d4ECba4458C49b6F92Fd5384686f0cAf0C3080B",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://dataforagents.net/v1/steam/search",
"tags": [
"data",
"steam",
"games",
"search"
],
"mimeType": "application/json",
"description": "DataForAgents — Steam catalog search for agents (name, genre, price filters)",
"serviceName": "DataForAgents"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"q": "terraria",
"genre": "Indie",
"limit": "5",
"price_max": "20"
}
},
"output": {
"type": "json",
"example": {
"data": [
{
"name": "Terraria",
"appid": 105600,
"genres": [
"Action",
"Adventure",
"Indie",
"RPG"
],
"is_free": false,
"developer": "Re-Logic",
"total_reviews": 900000,
"review_score_pct": 97,
"current_price_usd": 9.99
}
],
"status": "success",
"results_count": 1
}
}
},
"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"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [],
"properties": {
"q": {
"type": "string",
"description": "Free-text game name query"
},
"genre": {
"type": "string",
"description": "Genre filter (exact/partial match)"
},
"limit": {
"type": "string",
"description": "Max results to return (default 20)"
},
"price_max": {
"type": "string",
"description": "Max current price in USD (number as string query param)"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x5d4ECba4458C49b6F92Fd5384686f0cAf0C3080B",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://dataforagents.net/v1/fifa/search",
"tags": [
"data",
"fifa",
"sports",
"search"
],
"mimeType": "application/json",
"description": "DataForAgents — FIFA World Cup 2026 player search (name, team, position, nationality)",
"serviceName": "DataForAgents"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"q": "messi",
"team": "Argentina",
"limit": "5",
"position": "FW",
"nationality": "Argentina"
}
},
"output": {
"type": "json",
"example": {
"data": [
{
"team": "Argentina",
"position": "FW",
"player_id": "example-id",
"nationality": "Argentina",
"player_name": "Lionel Messi"
}
],
"status": "success",
"results_count": 1
}
}
},
"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"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [],
"properties": {
"q": {
"type": "string",
"description": "Player name query"
},
"team": {
"type": "string",
"description": "Team / squad filter"
},
"limit": {
"type": "string",
"description": "Max results (default 20)"
},
"position": {
"type": "string",
"description": "Position filter (e.g. FW, MF, DF, GK)"
},
"nationality": {
"type": "string",
"description": "Nationality filter"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x5d4ECba4458C49b6F92Fd5384686f0cAf0C3080B",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://dataforagents.net/v1/fifa/player",
"tags": [
"data",
"fifa",
"sports",
"player"
],
"mimeType": "application/json",
"description": "DataForAgents — FIFA World Cup 2026 player performance detail (goals, xG, defensive metrics)",
"serviceName": "DataForAgents"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"player_id": "example-id"
}
},
"output": {
"type": "json",
"example": {
"data": {
"team": "Argentina",
"goals": 0,
"assists": 0,
"position": "FW",
"player_id": "example-id",
"nationality": "Argentina",
"player_name": "Lionel Messi"
},
"status": "success"
}
}
},
"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"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"player_id"
],
"properties": {
"player_id": {
"type": "string",
"description": "Stable player id from /v1/fifa/search results"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x5d4ECba4458C49b6F92Fd5384686f0cAf0C3080B",
"amount": "40000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 180
}
],
"resource": {
"url": "https://dataforagents.net/v1/news/pulse/alpha",
"tags": [
"data",
"news",
"pulse",
"alpha"
],
"mimeType": "application/json",
"description": "DataForAgents — Alpha Pulse (15m). Dynamic price: ~80% off when you trigger harvest for an empty calendar block; full price on cache hits.",
"serviceName": "DataForAgents"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"category": "tech_ai"
}
},
"output": {
"type": "json",
"example": {
"ready": true,
"events": [],
"status": "success",
"category": "tech_ai",
"interval": "15m",
"pulse_id": "example-pulse",
"harvested": false,
"window_end": "2026-07-15T22:15:00.000Z",
"events_count": 24,
"pricing_tier": "cache",
"window_start": "2026-07-15T22:00:00.000Z"
}
}
},
"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"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [],
"properties": {
"category": {
"enum": [
"finance_macro",
"geopolitics",
"tech_ai",
"sports"
],
"type": "string",
"description": "Optional focus category: finance_macro | geopolitics | tech_ai | sports"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x5d4ECba4458C49b6F92Fd5384686f0cAf0C3080B",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 180
}
],
"resource": {
"url": "https://dataforagents.net/v1/news/pulse/shift",
"tags": [
"data",
"news",
"pulse",
"shift"
],
"mimeType": "application/json",
"description": "DataForAgents — Shift Pulse (1h). Dynamic price: ~80% off when you trigger harvest for an empty calendar block; full price on cache hits.",
"serviceName": "DataForAgents"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"category": "finance_macro"
}
},
"output": {
"type": "json",
"example": {
"ready": true,
"events": [],
"status": "success",
"category": "tech_ai",
"interval": "1h",
"pulse_id": "example-pulse",
"harvested": false,
"window_end": "2026-07-15T22:15:00.000Z",
"events_count": 24,
"pricing_tier": "cache",
"window_start": "2026-07-15T22:00:00.000Z"
}
}
},
"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"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [],
"properties": {
"category": {
"enum": [
"finance_macro",
"geopolitics",
"tech_ai",
"sports"
],
"type": "string",
"description": "Optional focus category: finance_macro | geopolitics | tech_ai | sports"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
}
] OVER TIME
All charts use the 30d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/dataforagents/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.
Median across 6 endpoints. Use the selector to isolate one.
checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression
Measured site and economics pillars from the assessment history, so the latest value shown elsewhere on this page reads as a point on a trend rather than a permanent state.
COMPLIANCE
14/14 checks pass · grade Alast 402 captured 2026-07-16 · last up 2026-08-13
- 402 payload captured
- accepts[] array present
- payTo address recoverable
- payTo at accepts[0].payTo (conformant shape)
- payTo is a valid on-chain address
- atomic price declared
- atomic price in a sane range
- asset (token) address declared
- network resolves to CAIP-2
- payment scheme declared
- served over HTTPS
- declares the current x402 version (2)
- EIP-712 domain parameters present on every EVM entry
- x402 v2 envelope delivered in the payment-required header
SITE PILLARS
- homepage reachable
- openapi doc
- pricing page
- llms.txt
- robots.txt
- terms page
recent checks (18) live · click to expand
EMBED THIS BADGE
<a href="https://x402-list.com/services/dataforagents?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/dataforagents.svg" alt="DataForAgents listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/dataforagents?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/dataforagents?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/dataforagents.svg?data=uptime" alt="DataForAgents uptime on x402-list" height="28"> </a>