Neynar · Schema
Hub OnChainEventCommon
Neynar Hub API schema for OnChainEventCommon
FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationWebhookOnchain
Properties
| Name | Type | Description |
|---|---|---|
| type | string | |
| chainId | integer | |
| blockNumber | integer | |
| blockHash | string | |
| blockTimestamp | integer | |
| transactionHash | string | |
| logIndex | integer | |
| txIndex | integer | |
| fid | integer |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://neynar.com/schemas/hub/OnChainEventCommon",
"title": "Hub OnChainEventCommon",
"description": "Neynar Hub API schema for OnChainEventCommon",
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "EVENT_TYPE_SIGNER"
},
"chainId": {
"type": "integer"
},
"blockNumber": {
"type": "integer"
},
"blockHash": {
"type": "string",
"example": "0x75fbbb8b2a4ede67ac350e1b0503c6a152c0091bd8e3ef4a6927d58e088eae28"
},
"blockTimestamp": {
"type": "integer"
},
"transactionHash": {
"type": "string",
"example": "0x36ef79e6c460e6ae251908be13116ff0065960adb1ae032b4cc65a8352f28952"
},
"logIndex": {
"type": "integer"
},
"txIndex": {
"type": "integer"
},
"fid": {
"type": "integer"
}
},
"required": [
"type",
"chainId",
"blockNumber",
"blockHash",
"blockTimestamp",
"transactionHash",
"logIndex",
"txIndex",
"fid"
]
}
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/hub-onchaineventcommon"
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.