Skip to content

Commit 1849a5c

Browse files
Neotamanduagithub-actions[bot]
authored andcommitted
Update event endpoint documentation
- Rename file to historical_events
1 parent b62ca6f commit 1849a5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/developer/integrations/archive_endpoints.md renamed to src/content/docs/developer/integrations/historical_events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Refer to [GraphQL queries](/developer/integrations/rues/#graphql-queries) for ad
2222

2323
### `moonlightHistory`
2424

25-
Retrieves emitted events from transactions based on sender and/or receiver.
25+
Retrieves emitted events from transactions based on sender and/or receiver. The `moonlightHistory' endpoint allows you to specify block ranges (fromBlock, toBlock) to retrieve all transfers within the specified block range. You can also specify a maxCount and a pageCount to limit the number of results returned. Pagination should be used with care as it is offset-based and **not** cursor-based.
2626

2727
#### Example Queries
2828

@@ -96,7 +96,7 @@ curl -X POST \
9696

9797
### `fullMoonlightHistory`
9898

99-
Returns all transactions that have an inflow or outflow of public Dusk for the given address, without the granular filtering options available in `moonlightHistory`.
99+
Returns all transactions that have an inflow or outflow of public Dusk for the given address, without the granular filtering options available in `moonlightHistory`. The `fullMoonlightHistory' endpoint allows you to specify block ranges (fromBlock, toBlock) to retrieve all transfers within the specified block range.
100100

101101
#### Example Query
102102

0 commit comments

Comments
 (0)