CCPEDIAdocs
API reference

CIPs

CIP lookup, batch, citations, and cross-surface mentions.

EndpointReturns
GET /api/v1/cips/:id/tldrOne-line summary, status, key dates
POST /api/v1/cips/tldrsBatch lookup. Body: { ids: ["CIP-0056", ...] }
GET /api/v1/cips/:id/mentionsForum, mailing, and GitHub mentions for a CIP

Full schema: /api/v1/openapi.json.

Example

curl -s 'https://ccpedia.xyz/api/v1/cips/CIP-0056/tldr' | jq .
{
  "cip_id": "CIP-0056",
  "title": "Canton Token Standard",
  "status": "Final",
  "tldr": "Standard interface for Daml-based tokens on Canton...",
  "url": "https://lists.sync.global/g/cip-discuss/topic/123"
}

On this page