Logo
Covalent API Documentation

getHealthData

GET https://api.covalenthq.com/v1/:chainName/xyk/:dexName/health/

Returns: HealthDataResponse

{
  "updated_at" : "{{DATETIME}}",
  "chain_id" : "{{INTEGER}}",
  "chain_name" : "{{STRING}}",
  "items" : [ {
    "synced_block_height" : "{{INTEGER}}",
    "synced_block_signed_at" : "{{DATETIME}}",
    "latest_block_height" : "{{INTEGER}}",
    "latest_block_signed_at" : "{{DATETIME}}"
  } ],
  "pagination" : {
    "has_more" : "{{BOOLEAN}}",
    "page_number" : "{{INTEGER}}",
    "page_size" : "{{INTEGER}}",
    "total_count" : "{{INTEGER}}"
  }
}

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X GET 'https://api.covalenthq.com/v1/:chainName/xyk/:dexName/health/' -H 'Content-Type: application/json'

ENDPOINTS