Get Collection Status
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
Default Response
application/json
get
/v1/collection-indexer/collection/status200
Default Response

Last updated
Default Response
Default Response

Last updated
GET /v1/collection-indexer/collection/status HTTP/1.1
Host: open-api-fractal.unisat.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"code": 1,
"msg": "text",
"data": {
"newestHeight": 1,
"lastHandledHeight": 1,
"totalCollection": 1
}
}