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

Info API

Info query is used to get API version, as well as health parameters of the API, such as latency of blocks, messages and transactions

query{
  info{
    version # API version
  }
}

Last updated