# GoCreative Market-360 Bundle — Compliance & Regulated-Data Lookup

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

Returns a 360-degree market-compliance snapshot for a given entity, aggregating OFAC/sanctions/PEP screening, KYB, SEC filings, FRED economics, FDA recalls, and federal awards data in a single pay-per-call API response.

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/bundle/market-360/%7Barg%7D
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gocreative-market-360-bundle-compliance-regulated-data-lookup-920ee822
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CdwCnN6iVSPYF73hZL0oW

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-market-360-bundle-compliance-regulated-data-lookup-920ee822
```

Example prompt: Run a full market-360 compliance check on 'Acme Corp' — I need their OFAC sanctions status, any PEP flags, SEC filings, FDA recalls, and federal awards all in one shot.

## When to prefer this

Use this endpoint when you need a comprehensive, multi-source compliance and regulatory snapshot for a single entity in one call — especially when onboarding a new business partner, screening a crypto wallet, or preparing a due-diligence report. Prefer this over category-specific endpoints when breadth matters more than depth across OFAC, SEC, FDA, KYB, and economics data simultaneously.

## Known failure modes

- Entity not found in any underlying data source — returns empty or null results per data category
- Ambiguous entity identifier produces mismatched records across data sources
- OFAC/FRED/SEC upstream data source temporarily unavailable — partial bundle returned
- Invalid or malformed input query parameter — returns 400-level error
- Payment not settled via x402 — returns 402 Payment Required before data is served

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

A bundled JSON response containing OFAC wallet and sanctions/PEP screening results, KYB business verification data, relevant SEC filings, FRED economic indicators, FDA recall records, and federal awards information — all for the queried entity identifier, returned in a single API call.

## 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-market-360-bundle-compliance-regulated-data-lookup-920ee822/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)
