> For the complete documentation index, see [llms.txt](https://dev.ackinacki.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.ackinacki.com/graphql/info-api.md).

# 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

```graphql
query{
  info{
    version # API version
  }
}
```
