For Acki Nacki Developers
Acki Nacki docsFor DevelopersFor Validators
  • About Acki Nacki SDK
  • How to deploy a Multisig Wallet
  • Dapp ID Full Guide: creation, fees, centralized replenishment
  • Quick Starts
    • Quick Start TVM SDK JavaScript
    • GraphQL Quick Start
  • Reference
    • Core Library Reference
      • Modules
      • Module abi
      • Module boc
      • Module client
      • Module crypto
      • Module debot
      • Module net
      • Module processing
      • Module proofs
      • Module tvm
      • Module utils
    • Core Library Error API
    • Error Codes
    • TVM-CLI Reference
  • VM Instructions
    • Acki Nacki VM Instructions
    • Formal Verification
      • Acki Nacki VM Instructions Business-Level Specification
  • GraphQL
    • GraphQL API
    • Schema
    • Blockchain API
    • Query Collections: Query Language
    • Field Descriptions
    • Info API
    • Web Playground
    • Examples
  • ABI
    • ABI Specification
  • Examples
    • Client Libraries JS Examples
    • GraphQL API Examples
      • Connect to GraphQL API
      • Send message
      • Accounts
      • Blocks
      • Messages
      • Block and Transaction Pagination: Best Practice
      • Transactions
  • For Binding Developers
    • How to work with Application Objects in binding generators
    • JSON Interface to TVM Client
  • Links
    • TVM SDK repository
Powered by GitBook
On this page
  • Use-cases
  • Quick Start
  • Client Libraries
  • SDK documentation
  • How to connect with libraries.
  • More about GraphQL protocol
  1. GraphQL

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

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

PreviousAcki Nacki VM Instructions Business-Level SpecificationNextSchema

Last updated 4 months ago

You can find more information

Read more about GraphQL on the official GraphQL Foundation website

here
SDK documentation
How to connect with libraries.
https://graphql.org/