Skip to main content
Executed trade fills for an address. The handler transparently combines real-time fills (last 24 hours) with the archive (older than 24 hours); the cursor carries which source the next page is on, so pagination is continuous. Weight: 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