Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Neynar OnChainEvents API

Operations related to on-chain events.

This API exposes 3 operations across 3 paths, and defines 14 schemas. It is described by OpenAPI 3.0.4, at version 3.176.0.

Requests are made against a single base URL, https://api.neynar.com.

3 operations 3 paths 14 schemas 3 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.4
API Version
3.176.0
Base URL
https://api.neynar.com
Authentication
API Key
Contact
Resource Areas
1

Authentication & Security 1

Neynar OnChainEvents API declares 1 security scheme for authenticating requests. An API key is passed in the header as x-api-key (ApiKeyAuth). By default, every request must be authenticated.

  • ApiKeyAuth — API key to authorize requests

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 3 GET. Each is listed below with its method, path, parameters, and response codes.

OnChainEvents 3

Operations related to on-chain events.

GET
/v1/onChainIdRegistryEventByAddress
Fetch an on-chain ID Registry Event for a given Address
lookup-on-chain-id-registry-event-by-address 1 param → 200default
GET
/v1/onChainEventsByFid
Fetch a list of on-chain events provided by an FID
fetch-user-on-chain-events 2 params → 200default
GET
/v1/onChainSignersByFid
Fetch a list of signers provided by an FID
fetch-user-on-chain-signers-events 2 params → 200default

Schemas 14

The contract defines 14 schemas that model the data the API accepts and returns. The most detailed are OnChainEventCommon (9 properties), ErrorResponse (6 properties), SignerEventBody (5 properties), IdRegisterEventBody (4 properties). Each schema is shown below with its type and property counts.

SignerEventBody
object
5 properties 5 required
OnChainEvent
OnChainEventSigner
SignerMigratedEventBody
object
1 property 1 required
OnChainEventStorageRent
OnChainEventIdRegister
IdRegisterEventType
string
OnChainEventType
string
OnChainEventSignerMigrated
OnChainEventCommon
object
9 properties 9 required
ErrorResponse
object
6 properties 6 required
IdRegisterEventBody
object
4 properties 4 required
SignerEventType
string
StorageRentEventBody
object
3 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

neynar-onchainevents-api-openapi.yml Raw ↑