NOVAI signals by issuer
novai_get_signals_by_issuerLists signal commitments issued by an entity within a specified block height range. Returns commitment hash, signal type, height, and issuer.
Instructions
List the signal commitments issued by a given entity within a block height range. Returns commitment hash, signal type, height, and issuer for each.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issuer | Yes | Issuer entity id, 64 hex characters. | |
| start_height | Yes | First block height in the range, inclusive. | |
| end_height | Yes | Last block height in the range, inclusive. |