GeneralLive

Gov Spending

US federal government spending awarded to a public company (sourced from USAspending).

$0.00115USDC per call · settled on Base · no subscription, no API key

Overview

US federal government spending awarded to a public company (sourced from USAspending). Pass ticker and optionally a from/to window (YYYY-MM-DD; defaults to ~2 years); returns each award with the recipient (and parent), awarding agency/sub-agency, obligated/outlayed/potential/total values in USD, action date, and period of performance. Use it to see how much federal money flows to a company. Data by Finnhub.

Endpoint

MethodEndpointPriceDescription
GET/v1/marketplace/api/gov-spending$0.00115Invoke Gov Spending (General) and return the upstream response.

How to call it

Requests are paid per call over the x402 protocol. Call the endpoint, receive a 402 Payment Required quote, then repeat the request with the signed payment header. The SDKs do both steps for you.

# 1. Ask for a quote
curl -i https://api.jarvisclaw.ai/v1/marketplace/api/gov-spending

# 2. Pay it (the SDK signs and retries for you)
curl -H "X-PAYMENT: <signed-payload>" https://api.jarvisclaw.ai/v1/marketplace/api/gov-spending
Open in the marketplace

Docs: Getting started · x402 payments · x402 discovery · All APIs