# GoCreative Token Shield 360 — Compliance & Regulated-Data Bundle

> GoCreative Token Shield 360 — Compliance & Regulated-Data Bundle is a paid API for AI agents from api.gocreativeai.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Performs comprehensive compliance screening and regulated-data lookup for a given input (wallet address, entity, or identifier) including OFAC sanctions, PEP checks, KYB, SEC filings, FRED economics, FDA recalls, and federal awards.

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/bundle/token-shield-360/%7Barg%7D
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gocreative-token-shield-360-compliance-regulated-data-bundle-fc7ae3ff
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hr3DD3uGFinw6ayGapGiC

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 gocreative-token-shield-360-compliance-regulated-data-bundle-fc7ae3ff
```

Example prompt: Run a full Token Shield 360 compliance check on wallet address 0x1234abcd — I need to know if it's flagged on OFAC sanctions, any PEP hits, and pull related SEC or federal award data if available.

## When to prefer this

Choose this endpoint when you need a single, all-in-one compliance bundle covering OFAC wallet screening, sanctions/PEP checks, KYB, SEC filings, FRED economics, FDA recalls, and federal awards without managing multiple API keys or subscriptions. Ideal for AI agents that need keyless, pay-per-call regulated-data lookups using USDC on Base or Solana via x402 protocol.

## Known failure modes

- Invalid or malformed input argument returns 400 error
- Entity not found in any regulated dataset returns empty or null results
- Payment not completed via x402 returns 402 Payment Required
- Upstream regulated data source temporarily unavailable returns 503
- Rate limiting or network timeout returns 504

## How this service works

Keyless, pay-per-call compliance &amp; regulated-data API for AI agents — OFAC wallet + sanctions/PEP + KYB screening, SEC filings, FRED economics, FDA recalls, federal awards, plus continuous monitoring. USDC on Base/Solana via x402, native MCP. No API key, no signup.

## Output

Returns a bundled compliance and regulated-data report for the queried entity or wallet, including OFAC sanctions status, sanctions/PEP screening results, KYB information, SEC filing references, FRED economic indicators, FDA recall flags, and federal award data — all in a single pay-per-call response.

## 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"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "input"
     ],
     "properties": {
      "input": {
       "type": "string",
       "description": "endpoint argument"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gocreative-token-shield-360-compliance-regulated-data-bundle-fc7ae3ff/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.gocreativeai.com](https://www.zero.xyz/host/api.gocreativeai.com/llms.txt)
