Search swap history with filters.
Args: network: Filter by network (e.g., ‘solana-mainnet-beta’) connector: Filter by connector (e.g., ‘jupiter’) wallet_address: Filter by wallet address trading_pair: Filter by trading pair (e.g., ‘SOL-USDC’) status: Filter by status (SUBMITTED, CONFIRMED, FAILED) start_time: Start timestamp (unix seconds) end_time: End timestamp (unix seconds) limit: Max results (default 50, max 1000) offset: Pagination offset
Returns: Paginated list of swaps
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Successful Response