list-attestations
List attestations from the Rootstock network by querying EAS event logs. Filter results by schema, attester, or recipient.
Instructions
List attestations on Rootstock network by querying EAS contract event logs. Requires a custom rpcUrl — RSK public nodes do not support eth_getLogs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of attestations to return (default: 10) | |
| rpcUrl | No | Custom RPC URL with eth_getLogs support (e.g. Alchemy, GetBlock). Required — RSK public nodes do not support event log queries. | |
| schema | No | Filter by schema UID (0x... format) | |
| testnet | Yes | Use testnet (true) or mainnet (false) | |
| attester | No | Filter by attester address (0x... format) | |
| recipient | No | Filter by recipient address (0x... format) |