cc0
cc0.company — x402 agent-services marketplace on Base (USDC): CC0 image generation, market-data digests, and third-party agent tools. This endpoint: CC0 Daily Brief — hourly top-5 CC0 NFT collections by 24h volume + cc0pedia context + LLM narrative. Synchronous JSON.
50000 (raw units)
price
2
calls / 30d
1
unique payers
2026-09-10
updated
Provider
cc0.company · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x14849AfA040eDeee524a40c52b877fe1B6E6c2c5",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "50000",
"maxTimeoutSeconds": 60
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"format": "json"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"cache_age_seconds": 432,
"cache_freshness_hint": "fresh",
"collections": [
{
"cc0pedia": {
"creator": "sartoshi",
"lore_url": "https://cc0.company/cc0pedia/mfers",
"summary": "Hand-drawn stick figures on Ethereum, anchor of mfer culture."
},
"chain": "ethereum",
"contract_address": "0x79fcdef22feed20eddacbb2587640e45491b757f",
"image_url": "https://i.seadn.io/...",
"metrics": {
"floor_price_eth": 0.6,
"floor_price_symbol": "ETH",
"holders_count": 6234,
"sales_24h": 12,
"total_supply": 10021,
"volume_24h_eth": 4.2,
"volume_24h_usd": 14250,
"volume_change_24h_pct": 18.4
},
"name": "mfers",
"narrative": "mfers up 18% on quiet accumulation by smaller wallets; floor steady at 0.6 ETH.",
"opensea_slug": "mfers",
"opensea_url": "https://opensea.io/collection/mfers",
"rank": 1
}
],
"generated_at": "2026-06-08T08:00:00.000Z",
"meta": {
"builder_version": 1,
"license": "CC0",
"refresh_cadence": "hourly"
},
"networks": [
"ethereum",
"base"
],
"price_usdc": "0.05",
"service": "cc0-daily-brief",
"success": true,
"synthesis": {
"headline": "CC0 sector volume up 24% as mfers and cryptoadz lead the day.",
"macro": {
"eth_price_usd": 3392.5,
"total_collections_evaluated": 47,
"total_volume_24h_eth": 11.32,
"total_volume_24h_usd": 38420
},
"top_story_collection": "mfers",
"top_story_summary": "mfers saw quiet accumulation by smaller wallets while a single whale exited 4.2 ETH worth. Sartoshi-era collectibles outperforming AI-era drops today."
}
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"format": {
"default": "json",
"description": "Output format. Only 'json' is supported today; 'markdown' is planned for v2 to power newsletter pipelines without an extra LLM call.",
"enum": [
"json"
],
"type": "string"
}
},
"required": []
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://cc0.company/api/store/agent-services/cc0-daily-brief/invoke" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://cc0.company/api/store/agent-services/cc0-daily-brief/invoke");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://cc0.company/api/store/agent-services/cc0-daily-brief/invoke")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/13158.json, and this resource appears in /discovery/resources and /discovery/search.