Skip to main content
GET
/
swaps
/
{signature}
Single swap by transaction signature
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
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.dexploit.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Path Parameters

signature
string
required

Response

Swap event

success
enum<boolean>
Available options:
true
data
object