Last updated 6 months ago
lastHandledHeight: The height that the index has processed
newestHeight: The latest height of the blockchain.
GET /v1/collection-indexer/collection/status HTTP/1.1 Host: open-api-fractal.unisat.io Authorization: Bearer JWT Accept: */*
Default Response
{ "code": 1, "msg": "text", "data": { "newestHeight": 1, "lastHandledHeight": 1, "totalCollection": 1 } }