# GoCreative Crypto Exchange Info by ID

> GoCreative Crypto Exchange Info by ID 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).

Looks up real-time or reference data for a specific cryptocurrency exchange by its identifier

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/crypto/exchanges/%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-exchange-info-by-id-a7ddf1d2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_F1Za2l4lJWk8548uyu2AY

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-exchange-info-by-id-a7ddf1d2
```

Example prompt: Can you look up the details for the Binance crypto exchange using the GoCreative data API — just pass 'binance' as the exchange identifier?

## When to prefer this

Use this endpoint when you need reference or market data about a specific cryptocurrency exchange by its identifier or slug, and you want pay-per-call access with no API key or signup required. Prefer this over broader exchange-listing endpoints when you already know the exchange ID you want.

## Known failure modes

- Invalid or unknown exchange ID returns an error or empty result
- Payment of $0.01 USDC on Base required; failure to pay results in 402 response
- Malformed path parameter causes 400 or routing error
- Exchange slug not found in the dataset returns 404 or null data

## 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 exchange, potentially including its name, trading volume, supported assets, and other exchange-level metadata sourced from official data sources.

## 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-exchange-info-by-id-a7ddf1d2/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)
