cURL
curl --request GET \ --url https://api.dexploit.dev/swaps/whale \ --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 sol_amount above a threshold (default 10 SOL).
sol_amount
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
Array of swaps
true
Show child attributes