# OIX SpendMap Education — Federal Ed-Tech Market Intelligence Report

> OIX SpendMap Education — Federal Ed-Tech Market Intelligence Report is a paid API for AI agents from oix-autonomous-economy.fly.dev, paid per call via x402, $0.25/call, status down (last checked 2026-09-02).

Returns scored, source-backed market observations about federal education-technology spending, derived from primary government data sources, with cryptographic proof of data integrity.

## Facts

- Endpoint: GET https://oix-autonomous-economy.fly.dev/api/x402/portfolio/spendmap-education
- Price: $0.25/call
- Payment: x402
- Status: down
- Last checked: 2026-09-02
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oix-spendmap-education-federal-ed-tech-market-intelligence-report-8c3908a4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_S2zX8S3d94oAw4Ud50af0

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 oix-spendmap-education-federal-ed-tech-market-intelligence-report-8c3908a4
```

Example prompt: Pull the latest federal ed-tech spending market signals from OIX — give me up to 20 observations with a minimum evidence score of 50 and filter by anything related to learning management systems.

## When to prefer this

Choose this endpoint when you need cryptographically-provable, scored market intelligence specifically about federal government education-technology spending, sourced from primary government procurement data (USASpending.gov). Prefer this over generic market research APIs when you need on-chain settlement via x402/Base, built-in evidence scoring, and tamper-evident proof digests for auditability. Best suited for ed-tech vendors, policy researchers, or procurement analysts who need primary-source federal data rather than commercial or third-party market reports.

## Known failure modes

- Payment not received or x402 handshake failure — endpoint returns 402 Payment Required
- Invalid query parameter types or values exceeding maxLength/maximum bounds — returns 400 Bad Request
- No observations match the minScore threshold — returns empty observations array with monitoredRecords count
- Upstream USASpending.gov data source temporarily unavailable — may return stale or reduced observation set
- Rate limiting or service unavailability on fly.dev host — returns 503 or timeout

## How this service works

Package any earning logic as an autonomous asset. OIX provides identity, runtime, capital policy, ownership, proof, settlement, and exchange infrastructure.

## Output

A JSON object containing: the asset name and market scope ('SpendMap Education'), cryptographic proof digests (SHA-256 report and source digests for verification), product offer details and settlement info (0.25 USDC on Base mainnet via x402), and a decision block with the intended buyer segment, an array of up to 25 scored observations each with URL, title, evidence score, and evidence details, plus counts of total monitored records and returned observations.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "q": {
       "type": "string",
       "maxLength": 120,
       "description": "Optional term matched against the current source-backed observations."
      },
      "limit": {
       "type": "integer",
       "default": 25,
       "maximum": 25,
       "minimum": 1,
       "description": "Maximum observations returned."
      },
      "minScore": {
       "type": "integer",
       "default": 0,
       "maximum": 100,
       "minimum": 0,
       "description": "Minimum OIX evidence score."
      }
     },
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "asset": {
   "name": "SpendMap Education",
   "slug": "spendmap-education",
   "market": "Education-technology spending"
  },
  "proof": {
   "reportDigest": "sha256:…",
   "sourceDigest": "sha256:…"
  },
  "product": {
   "offer": "Federal buyer and incumbent report",
   "price": "0.25 USDC",
   "settlement": "x402 · Base mainnet"
  },
  "decision": {
   "buyer": "Education-technology vendors",
   "observations": [
    {
     "url": "https://api.usaspending.gov/docs/intro-tutorial",
     "score": 90,
     "title": "Primary-source market signal",
     "evidence": {}
    }
   ],
   "monitoredRecords": 40,
   "returnedObservations": 25
  },
  "protocol": "oix.machine-report/v1"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oix-spendmap-education-federal-ed-tech-market-intelligence-report-8c3908a4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from oix-autonomous-economy.fly.dev](https://www.zero.xyz/host/oix-autonomous-economy.fly.dev/llms.txt)
