Skip to main content
GET
/
v1
/
info
Sync Methods
curl --request GET \
  --url https://snapchain-api.neynar.com/v1/info \
  --header 'x-api-key: <api-key>'
{
  "version": "<string>",
  "isSyncing": true,
  "nickname": "<string>",
  "rootHash": "<string>",
  "peerId": "<string>",
  "hubOperatorFid": 123,
  "dbStats": {
    "numMessages": 123,
    "numFidEvents": 123,
    "numFnameEvents": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.neynar.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
default:NEYNAR_API_DOCS
required

API key to authorize requests

Query Parameters

dbstats
boolean
required

Controls whether the response includes database statistics. When true, the response includes information about the hub's database state, storage usage, and performance metrics.

Example:

true

Response

A successful response.

version
string
required
isSyncing
boolean
required
nickname
string
required
rootHash
string
required
peerId
string
required
hubOperatorFid
integer<uint64>
required
dbStats
object