Vega Step by Step

Vega Step by Step using GraphQL #

Vega Protocol #

Vega Protocol is a decentralized derivatives trading platform.

To learn how to create a wallet and use the online Console and APIs, view the Vega Documentation.

Vega provides APIs to interact with the platform using REST, gRPC and GraphQL.

GraphQL #

GraphQL is a concise language for making queries that offers fine-grained control over the returned results.

You use the flexible Vega GraphQL playground to explore the API and execute queries against the Vega Protocol API.

About This Guide #

This guide will take you step-by-step through how to interact with Vega using GraphQL.

A set of example applications will guide you from simple market data exploration to Vega Protocol mastery using GraphQL.

Full source code for the examples can be found at GraphQL Guides.

To get started, view the Introduction