NOVAI oracle anchors by issuer entity
novai_get_oracle_anchors_by_entityRetrieve oracle anchors issued by a specific entity within a block height range, with optional external timestamp filter, returning details like data hash, timestamps, and heights.
Instructions
List oracle anchors issued by a given entity within a block height range, optionally filtered by an external timestamp range. Returns issuer entity, data hash, external timestamp, source hash, expiry and anchor heights, and data tag for each.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | 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. | |
| ts_min | No | Optional lowest external timestamp to include. | |
| ts_max | No | Optional highest external timestamp to include. |