# GoCreative Crypto Treasury Data API

> GoCreative Crypto Treasury Data API 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-09).

Returns corporate or government cryptocurrency treasury holdings data for a given entity, sourced from official data.

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/crypto/treasury/%7Barg%7D
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-09
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gocreative-crypto-treasury-data-api-37aa1d52
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ck27IiEF1f0YNsNLK-1xR

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-treasury-data-api-37aa1d52
```

Example prompt: What are MicroStrategy's current Bitcoin treasury holdings? Look it up using GoCreative's crypto treasury endpoint.

## When to prefer this

Use this endpoint when you need structured, pay-per-call data on corporate or government cryptocurrency treasury holdings without requiring an API key or subscription. Ideal for agents that need on-demand treasury data from official sources at low cost ($0.01 USDC per call) via x402 payment protocol on Base.

## Known failure modes

- Unknown or unsupported entity name returns 404 or empty result
- Payment failure via x402 if USDC balance is insufficient
- Malformed query parameter returns 400 bad request
- Data may be delayed or not reflect real-time updates
- Entity with no reported crypto treasury returns empty 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 cryptocurrency treasury holding data for the queried entity, including asset type and quantity held, sourced from official or publicly disclosed records.

## 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-treasury-data-api-37aa1d52/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)
