mirrored listing x402 eip155:8453

Federal contract and grant awards to a US company, from USAspending

Federal contract and grant awards to a US company, from USAspending.gov. Pass `?recipient=Lockheed Martin` (required, fuzzy name match) plus optional `?award_type=contracts|grants|all`, `?order=amount|date`, `?limit=` (max 50). Each award carries the award id, amount, awarding agency, period of performance, description, and a usaspending.gov link, with a total. A government-spending catalyst.

Do you run x402stock.xyz? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
20000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-14
updated

Provider

x402stock.xyz · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "20000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "award_type": "contracts",
          "limit": 20,
          "order": "amount",
          "recipient": "Lockheed Martin"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "as_of": "2026-06-05T12:00:00.000Z",
          "attribution": "Source: USAspending.gov (U.S. Department of the Treasury, Bureau of the Fiscal Service)",
          "award_type": "contracts",
          "awards": [
            {
              "amount": 48063763681.32,
              "award_id": "DEAC0494AL85000",
              "awarding_agency": "Department of Energy",
              "awarding_sub_agency": "Department of Energy",
              "description": null,
              "end_date": "2017-04-30",
              "recipient": "LOCKHEED MARTIN CORP",
              "start_date": "1993-10-15",
              "url": "https://www.usaspending.gov/award/CONT_AWD_DEAC0494AL85000_8900_-NONE-_-NONE-"
            },
            {
              "amount": 35135514910.2,
              "award_id": "N0001917C0001",
              "awarding_agency": "Department of Defense",
              "awarding_sub_agency": "Department of the Navy",
              "description": "LRIP LOT 12 ADVANCE ACQUISITION CONTRACT",
              "end_date": "2031-03-31",
              "recipient": "LOCKHEED MARTIN CORPORATION",
              "start_date": "2017-11-17",
              "url": "https://www.usaspending.gov/award/CONT_AWD_N0001917C0001_9700_-NONE-_-NONE-"
            }
          ],
          "count": 2,
          "matched_recipients": [
            "LOCKHEED MARTIN CORPORATION",
            "LOCKHEED MARTIN CORP"
          ],
          "recipient": "Lockheed Martin",
          "source": "usaspending",
          "total_awarded": 83199278591.32
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET",
                "HEAD",
                "DELETE"
              ],
              "type": "string"
            },
            "queryParams": {
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "additionalProperties": {},
              "properties": {
                "award_type": {
                  "default": "contracts",
                  "enum": [
                    "contracts",
                    "grants",
                    "all"
                  ],
                  "type": "string"
                },
                "limit": {
                  "default": 20,
                  "exclusiveMinimum": 0,
                  "maximum": 50,
                  "type": "integer"
                },
                "order": {
                  "default": "amount",
                  "enum": [
                    "amount",
                    "date"
                  ],
                  "type": "string"
                },
                "recipient": {
                  "maxLength": 120,
                  "minLength": 2,
                  "type": "string"
                }
              },
              "required": [
                "award_type",
                "limit",
                "order"
              ],
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "additionalProperties": false,
              "properties": {
                "as_of": {
                  "type": "string"
                },
                "attribution": {
                  "type": "string"
                },
                "award_type": {
                  "type": "string"
                },
                "awards": {
                  "items": {
                    "additionalProperties": false,
                    "properties": {
                      "amount": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "award_id": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "awarding_agency": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "awarding_sub_agency": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "description": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "end_date": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "recipient": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "start_date": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "url": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      }
                    },
                    "required": [
                      "award_id",
                      "recipient",
                      "amount",
                      "awarding_agency",
                      "awarding_sub_agency",
                      "start_date",
                      "end_date",
                      "description",
                      "url"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                },
                "count": {
                  "type": "number"
                },
                "matched_recipients": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "recipient": {
                  "type": "string"
                },
                "source": {
                  "const": "usaspending",
                  "type": "string"
                },
                "total_awarded": {
                  "type": "number"
                }
              },
              "required": [
                "source",
                "as_of",
                "recipient",
                "award_type",
                "matched_recipients",
                "count",
                "total_awarded",
                "awards",
                "attribution"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://x402stock.xyz/api/v1/gov-contracts"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://x402stock.xyz/api/v1/gov-contracts");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://x402stock.xyz/api/v1/gov-contracts")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/5290.json, and this resource appears in /discovery/resources and /discovery/search.