Getting Started
Most expressive way to access data on the Radix network.
Express the data you need and let us do the heavy lifting to get it to you fast, complete and hassle-free so you can focus on building and not data wrangling.
Why GraphQL?
Here is a quick example of a query in GraphQL to get :
This allows you to compose a query which is much harder to achieve with traditional Rest APIs, in this case we get the name, `symbol`
, and other specified fields for the first 10 tokens created on the radix network.
Now we can extend this even more, like so:
This allows us to compose complex queries together for data which for traditional REST endpoints would require you to perform multiple requests and stitch data together yourself.
Ready to try it out yourself?
Last updated