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