gRPC API
Fids API
gRPC API for retrieving a list of all Farcaster IDs
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
gRPC API for retrieving a list of all Farcaster IDs
| Method Name | Request Type | Response Type | Description |
|---|---|---|---|
| GetFids | FidsRequest | FidsResponse | Returns a paginated list of all fids |
| Field | Type | Label | Description |
|---|---|---|---|
| page_size | uint32 | optional | |
| page_token | bytes | optional | |
| reverse | bool | optional | |
| shard_id | uint32 | required |
| Field | Type | Label | Description |
|---|---|---|---|
| fids | uint64 | repeated | Array of fids |
| next_page_token | bytes | optional |
Was this page helpful?