ToolAssay

The latest large NEW federal awards across all recipients, from USAspending.gov

The latest large NEW federal awards across all recipients, from USAspending.gov — browse what the government is funding right now. Tune `?days=` lookback (max 365), `?award_type=contracts|grants|all`, `?min_amount=` floor, `?order=amount|date`, `?limit=` (max 50). Each award carries recipient, amount, awarding agency, dates, description, and a link. Uses new-award dating, not modifications.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
446 msmedian answer time
$0.02listed price per call
$0.02price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://agents.x402stock.xyz/api/v1/gov-awards

CategoryEverything else
Provider hostagents.x402stock.xyz
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days7 from 3 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.02 446 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {},
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "award_type": {
              "default": "contracts",
              "enum": [
                "contracts",
                "grants",
                "all"
              ],
              "type": "string"
            },
            "days": {
              "default": 90,
              "exclusiveMinimum": 0,
              "maximum": 365,
              "type": "integer"
            },
            "limit": {
              "default": 20,
              "exclusiveMinimum": 0,
              "maximum": 50,
              "type": "integer"
            },
            "min_amount": {
              "minimum": 0,
              "type": "number"
            },
            "order": {
              "default": "amount",
              "enum": [
                "amount",
                "date"
              ],
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON