Hub Fetch Events is an example object payload from Neynar, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"operationId": "hub-fetch-events",
"method": "GET",
"path": "/v1/events",
"summary": "Page of events",
"description": "Fetch a list of events.",
"tags": [
"HubEvents"
],
"parameters": [
{
"name": "from_event_id",
"in": "query",
"required": false,
"description": "An optional Hub Id to start getting events from.\nThis is also returned from the API as nextPageEventId, which\ncan be used to page through all the Hub events. Set it to 0\nto start from the first event.\n",
"schema": {
"type": "integer"
}
}
],
"requestBody": null,
"responses": {
"200": {
"description": "A successful response.",
"schema": {
"type": "object",
"properties": {
"nextPageEventId": {
"type": "integer"
},
"events": {
"type": "array",
"items": {
"$ref": "#/components/schemas/HubEvent"
}
}
},
"required": [
"nextPageEventId",
"events"
]
},
"example": null
}
}
}
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.