Group: Signer APIsUse this when you need: List signers.
Usage
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
message | string | ✅ | A Sign-In with Ethereum (SIWE) message that the user's Ethereum wallet signs. This message includes details such as the domain, address, statement, URI, nonce, and other relevant information following the EIP-4361 standard. It should be structured and URL-encoded. |
signature | string | ✅ | The digital signature produced by signing the provided SIWE message with the user's Ethereum private key. This signature is used to verify the authenticity of the message and the identity of the signer. |
Response
Returns aRequestArgs object.
Error Handling
Related API Reference
📖 API Reference: fetchSigners For detailed information about the HTTP endpoint, request/response schemas, and additional examples, see the complete API documentation.Tips
- Provide a viewerFid when supported to respect mutes/blocks and include
viewer_context. - Keep requests scoped (e.g., use
limit) to improve latency. - Cache results where sensible.

