FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Hands-on with Sera Protocol's GraphQL API!
How-ToSystems

Hands-on with Sera Protocol's GraphQL API!

via Dev.toHaruki Kondo3w ago

Introduction In the previous article, we covered the overview of Sera Protocol . In this article, I will explain how to use Sera Protocol's GraphQL API! Let's Use the API Right Away! With Sera Protocol's GraphQL, you can retrieve the following five types of data: Market Order Depths Charts Tokens Let's call each of them! Market To get information about the market 0xd99802ee8f16d6ff929e27546de15d03fdcce4bd , run the following curl command: curl -s -X POST -H "Content-Type: application/json" -d '{"query": "{ market(id: "0xd99802ee8f16d6ff929e27546de15d03fdcce4bd") { id quoteToken { symbol decimals } baseToken { symbol decimals } quoteUnit makerFee takerFee minPrice tickSpace latestPrice } }"}' https://api.goldsky.com/api/public/project_cmicv6kkbhyto01u3agb155hg/subgraphs/sera-pro/1.0.9/gn | jq If you get a result like this, you're good to go! { "data" : { "market" : { "id" : "0xd99802ee8f16d6ff929e27546de15d03fdcce4bd" , "quoteToken" : { "symbol" : "TUSDC" , "decimals" : "6" }, "baseToke

Continue reading on Dev.to

Opens in a new tab

Read Full Article
27 views

Related Articles

How-To

# 5 JSON Mistakes Developers Make (And How to Fix Them Fast)

Medium Programming • 1d ago

10 subtle go mistakes that only show up in production
How-To

10 subtle go mistakes that only show up in production

Medium Programming • 1d ago

Stop Configuring Third-Party Libraries by Hand — Let Your Agent Handle It!
How-To

Stop Configuring Third-Party Libraries by Hand — Let Your Agent Handle It!

Medium Programming • 1d ago

How-To

How I Stay Consistent While Learning Coding

Medium Programming • 1d ago

T-Mobile Business Promo Codes and Deals
How-To

T-Mobile Business Promo Codes and Deals

Wired • 1d ago

Discover More Articles