dYdX Chain Technical Docs
  • 👋dYdX Chain Technical Documentation
  • Getting Started
    • 💡Developer Tools
      • dYdX Chain Client for Javascript
        • Example #1: Accessing Subaccount Data
        • Example #2: Faucet Endpoints
        • Additional Javascript Client Examples
      • dYdX Chain Client for Python
        • Example #1: Placing, Replacing, and Canceling Orders
        • Exmaple #2: Trading with HRN
        • Additional Python Client Examples
      • dYdX CLI
        • Setup the dYdX CLI
        • EOA Wallets
        • Multisig wallet
        • Submit a governance proposal
    • ✨Developer Guides
    • 🦊User Guides
      • How to use Squid UI for cross-chain deposits to dYdX V4
      • How to use CCTP UI for cross-chain deposits to dYdX V4
      • How to withdraw and transfer funds from a subaccount using Command Line
    • ❓FAQ & Resources
    • 🖥️Open Source Repositories
  • Validators
    • 🛠️Getting set up
      • Hardware Requirements
      • Required Node Configs
      • Running a Validator
      • Running a Full Node
      • Snapshots
      • Validator Upgrades
    • ❓FAQ & Resources
    • 🧑Active Validator Slack
  • Front End & Wallets
    • 📚Architecture Overview
    • 🌎Web Front End
    • ❓FAQ & Resources
  • Data Dashboards & Open APIs
    • 📊Public Dashboards
    • ❓FAQ & Resources
  • Disclaimers
    • 📄Disclaimer
    • 🔓Privacy Policy
Powered by GitBook
On this page
  1. Data Dashboards & Open APIs

FAQ & Resources

PreviousPublic DashboardsNextDisclaimer

Last updated 1 year ago

Open API FAQ

Could you explain us which apis or data sources we could use to integrate your data on our data aggregator dashboard.

We have an API that can return different exchange data such as what markets are available, candle data like OHLC, etc

What are the APIs for volume, fees paid by traders, revenue earned and tvl if you have products with tvl?
  1. This shows the field volume24H for each of the markets

  2. It seems like numia has this in big query if you want to set something up fast. the link =

Is there a way to get user's BuyingPower from API or from SDK?

You can get equity and freeCollateral from the /v4/addresses/<address> endpoint . It would not make sense to get BuyingPower from API since each market has different maximum leverage.

To access dYdX Chain on Numia you need to do the following steps:
  1. Go to Google’s BigQuery site and click ‘Try BigQuery Free’

  2. Create an Account - You will receive $300 of Free Trial credit (for compute), and there is no autocharge after the trial expires.

  3. Go to the Search Bar at the top and click ‘BigQuery’

  4. Hit +ADD and click ‘Star a project by name’ (second option under Additional sources)

  5. Type in numia-data and press ‘Star’

  6. numia-data is now saved as one of your resources! Expand it and scroll down to ‘dydx_mainnet’ to view dYdX Chain data (you can also view other Cosmos data)

  7. Example query:

    • Click ‘dydx_match’ —> QUERY —> ‘In new tab’

    • You can now edit the query to your liking

❓
https://docs.dydx.trade/developers/indexer/indexer_api
https://indexer.dydx.trade/v4/perpetualMarkets
https://www.datalenses.zone/chain/dydx/business
https://docs.dydx.trade/developers/indexer/indexer_api#getaddress