Skip to Content
Developer HubGuides & Tutorials

Get Games

💡

Before you begin working with GraphQL queries, please read the Highlights and Request Optimizations articles.

Fetch games

To fetch data you should use Azuro REST API. The following query represents main fields required to present a game info and its markets with outcomes.

Data-feed API Swagger 

ℹ️

Values of startsAt fields are calculated in seconds

ℹ️

Please pay attention, that Azuro protocol can release a new sport (e.g. esports, cricket, etc). We don’t recommend to build navigation by raw usage of sports query from the subgraph. It’s better to keep filter by sports which are supported in your app.

Last updated on