Skip to main content
GET
/
api
/
v1
/
protocols
List supported DEX protocols
curl --request GET \
  --url https://api.dexploit.dev/api/v1/protocols \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": [
    {
      "name": "pumpswap",
      "label": "Pump Swap",
      "active_pools": 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

Response

200 - application/json

List of supported DEX protocols

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