> 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/blockchain-api.md).

# Blockchain API

`blockchain` root type is API that includes such basic real-time data as:

* blocks
* transactions
* account data
  * account info
  * account transactions
  * account messages

This API is natively Graph-oriented API .

We followed GraphQL best practices and implemented Relay Cursor Connections Specification for pagination for all lists. You can read more here <https://relay.dev/graphql/connections.htm>
