Skip to main content
GET
/
api
/
v1
/
protocols
List supported DEX protocols
curl --request GET \
  --url https://api.dexploit.dev/api/v1/protocols
{
  "success": true,
  "data": {
    "protocols": []
  },
  "error": {}
}

Response

200 - application/json

Supported protocols

success
enum<boolean>
Available options:
true
data
object
error
object