Authorizations
Query Parameters
Filter to specific symbols (comma-separated, e.g., BTC/USDT,ETH/USDC). If not provided, returns fills for all symbols. Supports multiple symbols for cross-pair analysis.
Maximum number of fills to return.
Required range:
x <= 1000Pagination cursor for continuing from previous request. Each platform uses a different cursor format:
Platform-specific cursor formats:
- Aster:
"id:12345"- Returns fills after this ID - Hyperliquid:
"time:1710000000000"- Returns fills before this timestamp (in milliseconds) - Lighter:
"time:1710000000000:id:12345"- Combined time and ID format
Use the nextCursor value returned in the pagination object to fetch the next page of results.