Self.ID · Schema

CryptoAccounts

A map of CAIP-10 account identifiers to Ceramic StreamIDs (CAIP-10Link streams proving account ownership)

Decentralized IdentityDIDCeramicSelf-Sovereign IdentityWeb3Verifiable CredentialsBlockchain
View JSON Schema on GitHub

JSON Schema

crypto-accounts.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/ceramicstudio/self.id/main/packages/core/src/schemas/cryptoAccounts.json",
  "title": "CryptoAccounts",
  "description": "Self.ID crypto accounts record schema — maps CAIP-10 blockchain account addresses to Ceramic stream IDs proving ownership. Enables a DID to publicly link their Ethereum (or other chain) addresses.",
  "type": "object",
  "description": "A map of CAIP-10 account identifiers to Ceramic StreamIDs (CAIP-10Link streams proving account ownership)",
  "additionalProperties": {
    "type": "string",
    "description": "StreamID of the CAIP-10Link proving ownership of the corresponding blockchain account",
    "pattern": "^ceramic://.+"
  },
  "examples": [
    {
      "eip155:1:0xab16a96d359ec26a11e2c2b3d8f8b8942d5bfcdb": "ceramic://kjzl6cwe1jw14bm2sqmfzlaq3mvnb5t2b27ufbm9k4hdozhqmrg0ys4e9prbwz2"
    }
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/crypto-accounts"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.