LITEDEX Docs
HomeAppLDX TokenBrand Assets
English
English
  • Introduction
  • Security & Audits
  • Roadmap
  • Get Started
    • Wallet Introduction
    • How to make a Wallet
    • Approval Introduction
    • How to Add LDX Token
  • Products Guide
    • Exchange
      • Token Swaps
      • How to Trade
      • Liquidity Pools
      • How to Add & Remove Liquidity
    • Staking
      • How to use Staking
    • Yield Farming
      • How to use Yield Farming
    • Analytics (Info)
    • Lending
    • Borrowing
    • Non-Fungible Token (NFT)
    • Bridge
  • Guide Testnet
    • Mainnet & Testnet Network
    • Switch Network
    • Faucet Introduction
    • How to Claim Faucet
  • Tokenomics
    • LDX
      • Old Tokenomics
      • Current Tokenomics
  • Developers
    • Overview
    • Technical Reference
      • API
        • API Overview
        • Entities
        • Queries
      • Smart Contract
        • Exchange
          • Factory
          • Router
        • Staking
          • Locked Staking
          • Flexible Staking
    • Security Preventive
  • Facebook
  • Github
  • Telegram
  • Twitter
  • Instagram
  • Medium
Powered by GitBook
On this page
  • Resources​
  • Usage​
  • Making Queries​

Was this helpful?

  1. Developers
  2. Technical Reference
  3. API

API Overview

PreviousAPINextEntities

Last updated 2 years ago

Was this helpful?

This section explains the Litedex Subgraph and how to interact with it. The Litedex subgraph indexes data from the Litedex contracts over time. It organizes data about pairs, tokens, Litedex as a whole, and more. The subgraph updates any time a transaction is made on Litedex. The subgraph runs on protocol's hosted service and can be openly queried.

Resources

- sandbox for querying data and endpoints for developers.

- endpoint for deployed subgraph.

Usage

The subgraph provides a snapshot of the current state of Litedex and also tracks historical data. It will be used to power . It is not intended to be used as a data source for structuring transactions (contracts should be referenced directly for the most reliable live data).

Making Queries

To learn more about querying a subgraph refer to .

The Graph
​
Subgraph Explorer
Litedex Subgraph
​
Litedex info
​
The Graph's documentation