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}}"
  }
}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring