# ScriptMasterLabs Federal Award History API

> ScriptMasterLabs Federal Award History API is a paid API for AI agents from acp-x402-scriptmasterlabs.onrender.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Retrieves historical federal government award data (grants, contracts, etc.) via a pay-per-call x402 USDC-settled endpoint

## Facts

- Endpoint: GET https://acp-x402-scriptmasterlabs.onrender.com/x402/federal-award-history
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scriptmasterlabs-federal-award-history-api-2881e16d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ih49GVloccgyBie_bFwpw

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability scriptmasterlabs-federal-award-history-api-2881e16d
```

Example prompt: Can you pull the federal award history for Acme Corp — I want to see what government grants or contracts they've received?

## When to prefer this

Choose this endpoint when you need federal award history data (grants, contracts) in a lightweight pay-per-call model settled in USDC on Base, especially when integrating into crypto-native or x402-compatible agent workflows where traditional API subscriptions are impractical. Best for one-off lookups or low-volume compliance and due diligence use cases.

## Known failure modes

- Missing or invalid properties parameter returns empty or error response
- Payment failure via x402 results in 402 Payment Required before data is returned
- Recipient not found in federal award database returns empty result set
- Overly broad query with no filter may return large or truncated dataset
- Service unavailability on hosted render.com infrastructure may cause timeout

## How this service works

Pay-per-call crypto, RWA, federal, SEC, and compliance APIs. Settled in USDC on Base via x402. Hyphen routes only (e.g. /x402/rwa-aggregates, /x402/gas-tracker).

## Output

Returns historical federal award records including grants, contracts, and other government awards — typically including recipient details, awarding agency, award amounts, dates, and award type. Response schema is minimal and may vary; expect JSON with award history data.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scriptmasterlabs-federal-award-history-api-2881e16d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from acp-x402-scriptmasterlabs.onrender.com](https://www.zero.xyz/host/acp-x402-scriptmasterlabs.onrender.com/llms.txt)
