Blockdaemon · Schema
Blockdaemon Chain Watch Unified Event
Unified event envelope used by Blockdaemon Chain Watch event-streaming targets.
BlockchainWeb3StakingValidatorsCustodyMPCWalletsNodesRPCDeFiIndexerTokenizationInstitutionalCrypto
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| type | string | |
| protocol | string | |
| network | string | |
| block_number | integer | |
| block_hash | string | |
| tx_hash | string | |
| occurred_at | string | |
| rule_id | string | |
| target_id | string | |
| variable_id | string | |
| payload | object | Event-type-specific payload. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/blockdaemon/json-schema/blockdaemon-event-schema.json",
"title": "Blockdaemon Chain Watch Unified Event",
"description": "Unified event envelope used by Blockdaemon Chain Watch event-streaming targets.",
"type": "object",
"required": ["id", "type", "protocol", "network", "block_number", "occurred_at"],
"properties": {
"id": { "type": "string" },
"type": {
"type": "string",
"enum": [
"unified_block",
"unified_confirmed_transaction",
"unified_confirmed_transaction_log",
"unified_confirmed_transaction_trace",
"unified_confirmed_balance",
"unified_event",
"unified_reorg",
"unified_staking_reward",
"unified_staking_status",
"unified_trustline"
]
},
"protocol": { "type": "string" },
"network": { "type": "string" },
"block_number": { "type": "integer", "minimum": 0 },
"block_hash": { "type": "string" },
"tx_hash": { "type": "string" },
"occurred_at": { "type": "string", "format": "date-time" },
"rule_id": { "type": "string" },
"target_id": { "type": "string" },
"variable_id": { "type": "string" },
"payload": { "type": "object", "description": "Event-type-specific payload." }
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/blockdaemon-event"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.