Last updated 5 months ago
lastHandledHeight: The height that the index has processed
newestHeight: The latest height of the blockchain.
/v1/collection-indexer/collection/status
curl -L \ --url 'https://open-api-fractal.unisat.io/v1/collection-indexer/collection/status' \ --header 'Authorization: Bearer JWT'
{ "code": 1, "msg": "text", "data": { "newestHeight": 1, "lastHandledHeight": 1, "totalCollection": 1 } }