For the complete documentation index, see llms.txt. This page is also available as Markdown.

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
codenumberRequired
msgstringRequired
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