Federal contract and grant awards to a US company, from USAspending.gov
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.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
300 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://x402stock.xyz/api/v1/gov-contracts
| Category | Company and compliance |
|---|---|
| Provider host | x402stock.xyz |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 4 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.02 | 300 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"award_type": "contracts",
"limit": 20,
"order": "amount",
"recipient": "Lockheed Martin"
},
"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": {
"$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": "obj