Swaps in a time or slot range
Swaps
Swaps in a time or slot range
Page through historical swaps within a [start_time, end_time] (Unix epoch seconds) or [start_slot, end_slot] range. Combine with the same filters as /swaps.
GET
Swaps in a time or slot range
Authorizations
Preferred for swaps-api endpoints (/swaps/*, /stats/*, /trending, /pool-events).
Query Parameters
Unix epoch seconds.
Minimum swap size in lamports, not decimal SOL (1 SOL = 1,000,000,000 lamports). The server parses this as a 64-bit unsigned integer, so a decimal value is rejected: min_sol=20000.5 returns HTTP 400 Failed to deserialize query string: min_sol: invalid digit found in string. And min_sol=20000 means 20,000 lamports (0.00002 SOL), not 20,000 SOL.
Required range:
1 <= x <= 1000Required range:
x >= 0
