Get Collection Status

Return the overall information of the collection service

get
Authorizations
Responses
200
Default Response
application/json
get
GET /v1/collection-indexer/collection/status HTTP/1.1
Host: open-api-fractal.unisat.io
Authorization: Bearer JWT
Accept: */*
200

Default Response

{
  "code": 1,
  "msg": "text",
  "data": {
    "newestHeight": 1,
    "lastHandledHeight": 1,
    "totalCollection": 1
  }
}
Example
  • lastHandledHeight: The height that the index has processed

  • newestHeight: The latest height of the blockchain.

Last updated