Get up and running quickly on any platform
See some practical examples of Yuzu in the wild.
Learn how to get live prices in your app in minutes.
Learn how to get started with GraphQL in your app.
Or, keep reading to make your first API call.
The GraphQL API is the easiest way to start fetching market data. Check out the sample below to make a simple API request to fetch data about whether the market is currently open.
$ |
|
1 2 3 4 5 6 7 8 9 10 11 |
|
Our streaming API makes it dead simple to start streaming real-time data for any asset. The Yuzu API supports both Websockets and Server-sent events. Here's an example:
$ |
|
1 2 3 4 5 6 7 8 |
|
To get started, sign up for a free account, and head over to the API Keys section of your dashboard to create an API key.
You can read more about how API authorization works here.