Skip to main content
GET
/
protocols
/
swap
/
uniswap
/
execute
/
health
Health check
curl --request GET \
  --url http://localhost:4000/v1/protocols/swap/uniswap/execute/health \
  --header 'Authorization: <api-key>'
{
  "status": "healthy",
  "service": "uniswap-swaps",
  "timestamp": 123,
  "message": "Uniswap V4 swap execution service is running!"
}

Authorizations

Authorization
string
header
required

Use this format: ApiKey <your_api_key>

Response

200 - application/json

Service is healthy

status
string
Example:

"healthy"

service
string
Example:

"uniswap-swaps"

timestamp
number
message
string
Example:

"Uniswap V4 swap execution service is running!"