{
  "x402Version": 2,
  "id": 14272,
  "slug": "14272",
  "resource": "https://x402.forgemesh.io/gov-contract-lookup",
  "description": "Government contract lookup for agents: recipient company in, structured award list out — id, amount, agency, sub-agency, dates, description, and a canonical record URL per award. Defaults to the last two years; pass since/until for other windows and agency to narrow to one department.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x850363a27F0aC6fEb9C7a3eC4C1d295262dF9432",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "limit": 5,
            "recipient": "Palantir"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "attribution": "USAspending.gov (public domain)",
            "awards": [
              {
                "amount_usd": 823000000,
                "award_id": "W56KGY18C0184",
                "award_url": "https://www.usaspending.gov/award/CONT_AWD_...",
                "awarding_agency": "Department of Defense",
                "awarding_sub_agency": "Department of the Army",
                "description": "ARMY INTELLIGENCE DATA PLATFORM",
                "end_date": "2026-03-08",
                "recipient": "PALANTIR TECHNOLOGIES INC.",
                "start_date": "2018-03-09"
              }
            ],
            "query": {
              "recipient": "Palantir"
            },
            "returned": 5
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "agency": {
                    "description": "awarding top-tier agency name, e.g. 'Department of Defense'",
                    "type": "string"
                  },
                  "limit": {
                    "maximum": 50,
                    "minimum": 1,
                    "type": "integer"
                  },
                  "recipient": {
                    "description": "company name, min 3 chars (required)",
                    "type": "string"
                  },
                  "since": {
                    "description": "ISO start date (default: 2 years back)",
                    "type": "string"
                  },
                  "until": {
                    "description": "ISO end date (default: today)",
                    "type": "string"
                  }
                },
                "required": [
                  "recipient"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    },
    "info": {
      "required": false
    },
    "offer-receipt": {
      "info": {
        "offers": [
          {
            "acceptIndex": 0,
            "format": "eip712",
            "payload": {
              "amount": "10000",
              "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
              "network": "eip155:8453",
              "payTo": "0x850363a27F0aC6fEb9C7a3eC4C1d295262dF9432",
              "resourceUrl": "https://x402.forgemesh.io/gov-contract-lookup",
              "scheme": "exact",
              "validUntil": 1787248389,
              "version": 1
            },
            "signature": "0xe41001a26f169bf3fa8a60f54be7c6a986ce4a356d718d737f6fba9bc38b33082164cefa62d0fbefba59a5c5823ffd6fe1393a8137cc358f91ecff4ebefe0bb91c"
          }
        ]
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "offers": {
            "items": {
              "properties": {
                "acceptIndex": {
                  "type": "integer"
                },
                "format": {
                  "type": "string"
                },
                "payload": {
                  "properties": {
                    "amount": {
                      "type": "string"
                    },
                    "asset": {
                      "type": "string"
                    },
                    "network": {
                      "type": "string"
                    },
                    "payTo": {
                      "type": "string"
                    },
                    "resourceUrl": {
                      "type": "string"
                    },
                    "scheme": {
                      "type": "string"
                    },
                    "validUntil": {
                      "type": "integer"
                    },
                    "version": {
                      "type": "integer"
                    }
                  },
                  "required": [
                    "version",
                    "resourceUrl",
                    "scheme",
                    "network",
                    "asset",
                    "payTo",
                    "amount"
                  ],
                  "type": "object"
                },
                "signature": {
                  "type": "string"
                }
              },
              "required": [
                "format",
                "signature"
              ],
              "type": "object"
            },
            "type": "array"
          }
        },
        "required": [
          "offers"
        ],
        "type": "object"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "id": {
          "maxLength": 128,
          "minLength": 16,
          "pattern": "^[a-zA-Z0-9_-]+$",
          "type": "string"
        },
        "required": {
          "type": "boolean"
        }
      },
      "required": [
        "required"
      ],
      "type": "object"
    }
  },
  "tags": [
    "bazaar",
    "info",
    "offer-receipt",
    "schema"
  ],
  "sourceHost": "x402.forgemesh.io",
  "lastUpdated": "2026-08-20T17:48:09.951Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-20T17:48:09.762Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "x402.forgemesh.io",
    "manifest_name": "x402.forgemesh.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}