Skip to main content
GET
/
swaps
/
whale
Whale swaps (above threshold)
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
    }
  ]
}

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

Query Parameters

min_sol
number
default:10
limit
integer
default:100
Required range: 1 <= x <= 1000

Response

200 - application/json

Array of swaps

success
enum<boolean>
Available options:
true
data
object[]