Last updated 1 month ago
lastHandledHeight: The height that the index has processed
newestHeight: The latest height of the blockchain.
Default Response
const response = await fetch('https://open-api-fractal.unisat.io/v1/collection-indexer/collection/status', { method: 'GET', headers: {}, }); const data = await response.json();
{ "code": 0, "msg": "text", "data": { "newestHeight": 0, "lastHandledHeight": 0, "totalCollection": 0 } }