cURL
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 } }
Retrieve hub information.
API key to authorize requests
Controls whether the response includes database statistics. When true, the response includes information about the hub's database state, storage usage, and performance metrics.
true
A successful response.
Show child attributes
Was this page helpful?