cURL
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!" }
Check if the Uniswap swap execution service is operational
Use this format: ApiKey <your_api_key>
ApiKey <your_api_key>
Service is healthy
"healthy"
"uniswap-swaps"
"Uniswap V4 swap execution service is running!"