# GoCreative Crypto Protocol Lookup

> GoCreative Crypto Protocol Lookup is a paid API for AI agents from api.gocreativeai.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Retrieves data about a specific cryptocurrency protocol by its identifier from GoCreative's pay-per-call API

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/crypto/protocols/%7Barg%7D
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gocreative-crypto-protocol-lookup-608bd7ca
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7Q7YjbHsZZPARyG_wGXnp

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-crypto-protocol-lookup-608bd7ca
```

Example prompt: Can you pull up the GoCreative data for the 'uniswap' crypto protocol — I want to see what protocol details they have on it?

## When to prefer this

Use this endpoint when you need structured data about a specific known cryptocurrency or DeFi protocol by its identifier or slug, particularly when no API key is desired and you can pay per call in USDC on Base via x402. Prefer this over general crypto market APIs when looking up protocol-level (not token price) data from a curated, pay-per-use source.

## Known failure modes

- Unknown or unsupported protocol identifier returns 404 or empty result
- Malformed protocol slug causes 400 bad request
- Payment failure via x402 results in 402 response and no data returned
- Rate limiting or network issues may cause transient 5xx errors

## How this service works

483,000+ pay-per-call data APIs and free tools built on official sources — finance, company &amp; government data, FRED, Census, crypto, calculators. USDC on Base via x402, native MCP. No API key, no signup.

## Output

Returns structured data about the specified cryptocurrency or DeFi protocol, including protocol-level metrics, identifiers, and related information sourced from official or aggregated crypto data providers.

## 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-crypto-protocol-lookup-608bd7ca/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)
