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.
Used to retrieve a list of all fids
| Method Name | Request Type | Response Type | Description |
|---|
| GetFids | FidsRequest | FidsResponse | Returns a paginated list of all fids |
FidsRequest
| Field | Type | Label | Description |
|---|
| page_size | uint32 | optional | |
| page_token | bytes | optional | |
| reverse | bool | optional | |
| shard_id | uint32 | required | |
Fids Response
| Field | Type | Label | Description |
|---|
| fids | uint64 | repeated | Array of fids |
| next_page_token | bytes | optional | |