Whale swaps (above threshold)
Swaps
Whale swaps (above threshold)
Returns recent swaps with sol_amount above a threshold (default 10 SOL).
GET
Whale swaps (above threshold)
Authorizations
Preferred for swaps-api endpoints (/swaps/*, /stats/*, /trending, /pool-events).
Query Parameters
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 <= 1000
