x402 List

x402 Protocol Service Directory

DataForAgents

Data PAYMENT-READY

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

BASE URL https://dataforagents.net WEBSITE https://dataforagents.net ENDPOINTS 6 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-16 MONITORED SINCE 2026-07-16

ASSESSMENT

updated 4h ago

Evidence-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.

jump to compliance checklist

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-derived

Provides 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
sports-datanews-datagaming-dataapiautonomous-agents

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
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
6 endpoints

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.

// request
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.

UPTIME
07-16 · uptime 100.0% · 361ms avg07-17 · uptime 100.0% · 324ms avg07-18 · uptime 100.0% · 276ms avg07-19 · uptime 100.0% · 269ms avg07-20 · uptime 100.0% · 282ms avg07-21 · uptime 100.0% · 270ms avg07-22 · uptime 100.0% · 306ms avg07-23 · uptime 100.0% · 317ms avg07-24 · uptime 100.0% · 295ms avg07-25 · uptime 100.0% · 299ms avg07-26 · uptime 100.0% · 328ms avg07-27 · uptime 100.0% · 442ms avg07-28 · uptime 100.0% · 411ms avg07-29 · uptime 100.0% · 338ms avg07-30 · uptime 100.0% · 386ms avg07-31 · uptime 100.0% · 402ms avg08-01 · uptime 100.0% · 359ms avg08-02 · uptime 100.0% · 368ms avg08-03 · uptime 100.0% · 399ms avg08-04 · uptime 100.0% · 347ms avg08-05 · uptime 100.0% · 469ms avg08-06 · uptime 100.0% · 619ms avg08-07 · uptime 100.0% · 696ms avg08-08 · uptime 100.0% · 730ms avg08-09 · uptime 100.0% · 267ms avg08-10 · uptime 100.0% · 541ms avg08-11 · uptime 100.0% · 700ms avg08-12 · uptime 100.0% · 488ms avg08-13 · uptime 100.0% · 198ms avg07-1608-13
30d UPTIME 100%
RESPONSE TIME
07-16 · 361ms avg07-16 · 361ms avg07-17 · 324ms avg07-17 · 324ms avg07-18 · 276ms avg07-18 · 276ms avg07-19 · 269ms avg07-19 · 269ms avg07-20 · 282ms avg07-20 · 282ms avg07-21 · 270ms avg07-21 · 270ms avg07-22 · 306ms avg07-22 · 306ms avg07-23 · 317ms avg07-23 · 317ms avg07-24 · 295ms avg07-24 · 295ms avg07-25 · 299ms avg07-25 · 299ms avg07-26 · 328ms avg07-26 · 328ms avg07-27 · 442ms avg07-27 · 442ms avg07-28 · 411ms avg07-28 · 411ms avg07-29 · 338ms avg07-29 · 338ms avg07-30 · 386ms avg07-30 · 386ms avg07-31 · 402ms avg07-31 · 402ms avg08-01 · 359ms avg08-01 · 359ms avg08-02 · 368ms avg08-02 · 368ms avg08-03 · 399ms avg08-03 · 399ms avg08-04 · 347ms avg08-04 · 347ms avg08-05 · 469ms avg08-05 · 469ms avg08-06 · 619ms avg08-06 · 619ms avg08-07 · 696ms avg08-07 · 696ms avg08-08 · 730ms avg08-08 · 730ms avg08-09 · 267ms avg08-09 · 267ms avg08-10 · 541ms avg08-10 · 541ms avg08-11 · 700ms avg08-11 · 700ms avg08-12 · 488ms avg08-12 · 488ms avg08-13 · 198ms avg08-13 · 198ms avg07-1608-13
AVG RESP 399ms
PRICE (captured 402, USD)
07-16 · $0.0208-13 · $0.02$0.0207-1608-13

Median across 6 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
07-16 uptime: 100.0% compliance: 92% checks07-17 uptime: 100.0% compliance: 100% checks07-18 uptime: 100.0% compliance: 100% checks07-19 uptime: 100.0% compliance: 100% checks07-20 uptime: 100.0% compliance: 100% checks07-21 uptime: 100.0% compliance: 100% checks07-22 uptime: 100.0% compliance: 100% checks07-23 uptime: 100.0% compliance: 100% checks07-24 uptime: 100.0% compliance: 100% checks07-25 uptime: 100.0% compliance: 100% checks07-26 uptime: 100.0% compliance: 100% checks07-27 uptime: 100.0% compliance: 100% checks07-28 uptime: 100.0% compliance: 100% checks07-29 uptime: 100.0% compliance: 100% checks07-30 uptime: 100.0% compliance: 100% checks07-31 uptime: 100.0% compliance: 100% checks08-01 uptime: 100.0% compliance: 100% checks08-02 uptime: 100.0% compliance: 100% checks08-03 uptime: 100.0% compliance: 100% checks08-04 uptime: 100.0% compliance: 100% checks08-05 uptime: 100.0% compliance: 100% checks08-06 uptime: 100.0% compliance: 100% checks08-07 uptime: 100.0% compliance: 100% checks08-08 uptime: 100.0% compliance: 100% checks08-09 uptime: 100.0% compliance: 100% checks08-10 uptime: 100.0% compliance: 100% checks08-11 uptime: 100.0% compliance: 100% checks08-12 uptime: 100.0% compliance: 100% checks08-13 uptime: 100.0% compliance: 100% checksuptimecompliance07-1608-13

checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression

PILLARS OVER TIME (measured)

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.

VOLUME (on-chain settlement, USD)
no on-chain volume yet
DISTINCT BUYERS
no distinct buyers yet

COMPLIANCE

14/14 checks pass · grade A

last 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
TIME STATUS RESP CAUSE
● OK 159ms
● OK 152ms
● OK 181ms
● OK 215ms
● OK 163ms
● OK 198ms
● OK 205ms
● OK 207ms
● OK 169ms
● OK 282ms
● OK 239ms
● OK 228ms
● OK 230ms
● OK 195ms
● OK 192ms
● OK 169ms
● OK 131ms
● OK 218ms

EMBED THIS BADGE

Show that DataForAgents is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

DataForAgents listed on x402-list
status
DataForAgents uptime on x402-list
live uptime
// HTML
<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>
// Markdown
[![DataForAgents on x402-list](https://x402-list.com/badge/dataforagents.svg)](https://x402-list.com/services/dataforagents?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<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>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]

Earn the verified tier: x402list pays a real call to this endpoint and, if it delivers, the service is delivery-verified. The fee covers the cost of the probe, not the badge; there is no refund if the call does not deliver. Agent and API only, no in-browser signing. See /api.

[ verify this service ($0.25) ]

To request delisting, email info@x402-list.com or update your listing at /services/dataforagents/update.