# ScriptMasterLabs SDVOSB Set-Aside Feed

> ScriptMasterLabs SDVOSB Set-Aside Feed is a paid API for AI agents from acp-x402-discovery.onrender.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns a feed of Service-Disabled Veteran-Owned Small Business (SDVOSB) federal set-aside contract opportunities, paid per call via USDC on Base using x402.

## Facts

- Endpoint: GET https://acp-x402-discovery.onrender.com/x402/sdvosb-setaside-feed
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scriptmasterlabs-sdvosb-set-aside-feed-09766708
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Do6rOiyFfg9WtChUoeZDz

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-sdvosb-set-aside-feed-09766708
```

Example prompt: Pull the latest SDVOSB set-aside federal contract opportunities feed for service-disabled veteran-owned small businesses — I need to see what government procurement is currently reserved for SDVOSBs.

## When to prefer this

Choose this endpoint when you need a pay-per-call, crypto-settled (USDC on Base) feed of SDVOSB set-aside federal contract opportunities without a subscription, and when you want micro-payment access ($0.001/call) to live or aggregated government procurement data for veteran-owned small business compliance or market intelligence workflows.

## Known failure modes

- 402 Payment Required if USDC payment via x402 is not attached or insufficient
- Empty or stub response if no active SDVOSB set-aside contracts are available at query time
- Malformed or empty JSON if upstream federal data source is unavailable
- Rate limiting or access denial if the x402 payment is not properly routed
- Invalid properties filter parameter returns unexpected results due to loose schema

## 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

A feed of federal contract opportunities designated as SDVOSB set-asides, including relevant procurement listings available to qualifying Service-Disabled Veteran-Owned Small Businesses. The response is a JSON object with contract opportunity data; the exact schema is minimal per the crawled metadata.

## 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-sdvosb-set-aside-feed-09766708/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from acp-x402-discovery.onrender.com](https://www.zero.xyz/host/acp-x402-discovery.onrender.com/llms.txt)
