Endpoint
Query parameters
Fetching a time range
First request: provide the window andcursor=true.
hasNextPage is true, repeat the request with &before=<nextCursor> appended:
hasNextPage is false you have covered the whole requested window.
Complete example
Tips
- For long backfills, iterate month by month, then run a small incremental job for new data.
- Individual supertransactions can be inspected in detail on MEE Explorer (
https://meescan.biconomy.io/details/{stx_hash}) or via the explorer API described in the tracking section.