# ScriptMasterLabs Domain Enrich API

> ScriptMasterLabs Domain Enrich API 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-16).

Enriches a domain name with crypto, RWA, regulatory, and compliance metadata via a pay-per-call x402 USDC-settled endpoint.

## Facts

- Endpoint: GET https://acp-x402-discovery.onrender.com/x402/domain-enrich
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scriptmasterlabs-domain-enrich-api-d9ce432d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_y8E1flROO40fuCtCet7dV

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-domain-enrich-api-d9ce432d
```

Example prompt: Can you enrich the domain scriptmasterlabs.com and give me any crypto, RWA, SEC, or compliance signals associated with it?

## When to prefer this

Choose this endpoint when you need domain-level enrichment specifically tied to crypto, RWA, SEC, or federal compliance contexts and you can settle micropayments in USDC on Base via x402. It is purpose-built for financial/regulatory due diligence on domains rather than generic WHOIS or SEO enrichment.

## Known failure modes

- Missing required 'domain' query parameter returns an error or empty result
- Domain not found in enrichment database returns empty or null response
- Payment failure via x402 protocol (insufficient USDC balance) results in 402 response
- Invalid domain format may cause a 400 or validation error
- Service unavailable on Render.com free tier due to cold start latency

## 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 enrichment data for the specified domain, potentially including crypto activity indicators, real-world asset (RWA) associations, SEC or federal regulatory signals, and compliance metadata. The response schema is open-form (example: {}) so exact fields may vary by domain.

## 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": {
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "domain": {
       "type": "string",
       "example": "scriptmasterlabs.com"
      }
     }
    }
   }
  },
  "output": {
   "properties": {
    "example": {}
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scriptmasterlabs-domain-enrich-api-d9ce432d/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)
