cURL
curl --request GET \ --url https://api.dexploit.dev/swaps \ --header 'X-API-Key: <api-key>'
{ "success": true, "data": [ { "signature": "<string>", "slot": 123, "timestamp": "2023-11-07T05:31:56Z", "dex": "<string>", "swap_type": "buy", "trader": "<string>", "token_mint": "<string>", "pool_address": "<string>", "sol_amount": 123, "token_amount": 123 } ] }
Returns recent swaps with optional filters. Use this for a real-time-ish polling view; for true real-time, use WebSocket or gRPC.
Documentation IndexFetch the complete documentation index at: https://docs.dexploit.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.dexploit.dev/llms.txt
Use this file to discover all available pages before exploring further.
1 <= x <= 1000
Minimum SOL amount (decimal SOL, not lamports)
Array of swaps
true
Show child attributes