5
Request
Response
Notes
- 24-hour boundary: real-time data covers
[max(start_time, now − 24h), end_time]; archived data covers[start_time, min(end_time, now − 24h − 1ms)] - Treat the cursor as opaque — always pass it back as-is
Trade fills (executed order fills) for an address. Combines a real-time window with an archive window so older history stays queryable.
5
[max(start_time, now − 24h), end_time]; archived data covers [start_time, min(end_time, now − 24h − 1ms)]