Skip to main content
GET
/
health
Liveness probe
curl --request GET \
  --url https://api.dexploit.dev/health \
  --header 'X-API-Key: <api-key>'
"ok"

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

OK

The response is of type string.

Example:

"ok"