Core Endpoints V2
Health Check (V2)
Check the health status of the V2 API
GET
Overview
The Health Check V2 endpoint verifies if the API is up and running. This endpoint can be used for monitoring and ensuring the API service is healthy. Currently available on EVM networks.V2 API is currently available on EVM networks. V1 endpoints remain available for backward compatibility.
Endpoint
- EVM networks
Response
number
The HTTP status code. Will be 200 if the service is healthy.
string
A descriptive message about the API status.
object
required
API metadata including version and timestamp.
Usage
Use this endpoint to:- Monitor API availability
- Check API version
- Implement health checks in your application
- Verify connectivity before making other API calls
- Track API response times via
meta.timestamp
Differences from V1
Rate Limits
The health check endpoint has a higher rate limit than other endpoints. Please refer to our rate limiting documentation for specific details.Related Endpoints
- Route V2 - Find optimal swap routes
- Route and Calldata V2 - Get route and calldata in one call
- Calldata V2 - Generate transaction data
- V2 Migration Guide - Complete migration guide