GraphQL API

Query data and send messages to Acki Nacki

Use-cases

  • Send a prepared message to blockchain

  • Paginate accounts by code_hash

  • Query account data

    • balance and other state info

    • paginate account messages

    • paginate account transactions

  • Paginate blocks data

  • Paginate transactions data

  • Subscribe to (coming soon)

    • account updates

    • events

    • new blocks

    • new transactions with filter

    • new messages with filter

Read more in the next sections.

Quick Start

You can find more information here

Client Libraries

GraphQL API goes along with SDK that helps one to create messages, handle network issues and implement any possible use-case over this API.

More about GraphQL protocol

Read more about GraphQL on the official GraphQL Foundation website https://graphql.org/

Last updated