cURL
curl --request GET \ --url https://api.dexploit.dev/swaps/{signature} \ --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 } }
Look up the swap event(s) emitted by a specific Solana transaction.
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.
Swap event
true
Show child attributes