Get Collection Status

Return the overall information of the collection service

get
/v1/collection-indexer/collection/status
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Default Response

application/json
get
/v1/collection-indexer/collection/status
200

Default Response

Example
  • lastHandledHeight: The height that the index has processed

  • newestHeight: The latest height of the blockchain.

Last updated