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

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

200
application/json

A successful response.

The response is of type object.