{
  "x402Version": 2,
  "id": 5290,
  "slug": "5290",
  "resource": "https://x402stock.xyz/api/v1/gov-contracts",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "x402stock.xyz",
  "lastUpdated": "2026-09-14T19:06:27.84Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-14T19:06:27.566Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "x402stock.xyz",
    "manifest_name": "x402stock.xyz",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}