Ever Platform
RoadmapIdeasDeveloper ToolsSDK
  • About Ever Platform
  • Sandbox endpoint
  • Quick Start
  • Use cases
    • Infrastructure Provider
      • Projects
    • Community-driven development
      • Roadmap
        • Discussions
      • Your ideas
      • DevNet Giver(Faucet)
    • Custom development
      • Our clients
  • Products
    • Evercloud
      • Networks Endpoints
      • Get Started
      • GraphQL API documentation
      • Testnet Faucets
      • About data proofs in Cloud
      • SLA
      • HTTP notifications
    • Dedicated Cloud/Node
    • Dapp Server (DS)
    • Simple Emulator (SE)
      • Endpoint
    • Network Emulator (NE)
    • Functionality comparison
  • Samples
    • GraphQL Samples
      • Send message
      • Network Config
      • Blocks
      • Accounts
      • Transactions
      • Messages
      • Block and Transaction Pagination: Best Practice
      • Multiple Message Processing and Monitoring
      • Subscribe for REMP receipts
  • Reference
    • GraphQL API
      • Quick Start
      • Samples
      • Networks
      • Explore Playground
      • Connect to GraphQL API
      • Schema
      • Blockchain API
      • Info API
      • Query Collections: Query Language
      • Subscribe Collections
      • Message Monitor API
      • Field Descriptions
    • Evercloud API Add-ons
      • Query cost
      • Blockchain Statistics
      • FT (Fungible Token) API
      • Price
      • Counterparties
      • Flex API
    • Changelog
      • Evercloud
      • Dapp Server (DS)
      • Simple Emulator (SE)
    • Breaking changes
      • Policy
      • Deprecation schedule
      • Migration guides
        • GraphQL API 1.0 migration
  • SDK and tools
    • everdev
    • Client Libraries
  • Guides
    • How to connect to GraphQL API
  • 😊Social
    • Feedback page
    • Telegram
    • Discord
Powered by GitBook
On this page
  • Use-cases
  • Quick Start
  • Client Libraries
  • SDK documentation
  • How to connect with libraries.
  • More about GraphQL protocol

Was this helpful?

  1. Reference

GraphQL API

Query data and send messages to the TVM-compatible networks (Everscale, The Open Network (TON), Venom, Gosh and others)

PreviousSubscribe for REMP receiptsNextQuick Start

Last updated 1 year ago

Was this helpful?

Query data and send messages to the TVM-compatible networks (Everscale, The Open Network(TON), Venom, Gosh and others) via GraphQL API.

GraphQL API is shared by all products (Cloud, Community and Emulator solutions) - of APIs corresponding to the Product use-cases.

Use-cases

  • Send a prepared message to blockchain

  • Query account data

    • state

    • messages (including events)

    • transactions

  • Query block data

  • Query transaction data

  • Query message (including events) data

  • Get list of

    • all blocks

    • all transaction

  • Subscribe to

    • account updates

    • contract events(external outbound messages)

    • new blocks

    • new transactions

    • new messages

Read more in the next sections.

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.

SDK is supported for 14 programming languages for all the popular platforms.

More about GraphQL protocol

Read more about GraphQL on the official GraphQL Foundation website

Ever Platform
each product has its own subset
Quick Start
SDK documentation
How to connect with libraries.
https://graphql.org/