Skip to content

Get status

GET
/status

Indexer and chain sync status.

Responses

System status.

application/json
JSON
{
  
"status": "string",
  
"chain_id": 0,
  
"latest_block": "1000000",
  
"latest_finalized_block": "1000000",
  
"indexer_lag_ms": 0,
  
"timestamp_ms": 0
}

Playground

Samples

Powered by VitePress OpenAPI