Saturn Documentation
Launch App
  • Saturn
  • Traders
    • Trading in Saturn
    • How to Swap
    • How Saturn Protects Your Trades from MEV Risks
  • Liquidity Providers
    • Open a position in a Liquidity Pool
    • Managing your Portfolio on Saturn
  • Token Creators
    • How to Create a Pool on Saturn
  • Builders
    • Saturn API
      • Pool API
        • Initialize pool
        • Add Shards
        • Open position
        • Increase Liquidity
        • Remove Liquidity
        • Swap
        • Swap Quotes
        • Boost Transaction
        • Wallet
      • Indexer API
        • Collections
        • Pools
        • Prices
        • Positions
        • Transactions
        • Charts
        • Stats
    • Liquidity Pool SDK
  • Saturn V1
    • Overview
    • How-To-Links
      • Setting up Trading Account
        • Withdrawing from Trading account
      • Swap
      • Orderbook
        • Your Profile
          • Trade History
        • How to place a sell order
        • How to place a buy order
        • Positions
      • Collect
      • Charts
      • Tutorial videos
        • Setting up a Trading Account (v3) and preparing for Rings Airdrops
        • Trading on Saturn
    • FAQs
      • What are Satoshi's, Rare SATs, and Rings?
        • More on Rare SATs
      • What is a UTXO
      • What is a PSBT
      • Why are there batch sizes?
      • Compatible Wallets
      • Why is my Available balance different than my Total balance?
Powered by GitBook
On this page
  1. Builders
  2. Saturn API

Indexer API

PreviousWalletNextCollections

Last updated 1 month ago

The Indexer API is a powerful tool designed to provide seamless access to blockchain data, enabling developers to interact with collections, pools, positions, transactions, and more. This API allows you to:

  • Manage Collections: Retrieve and search for collections (runes) with advanced filtering and sorting options.

  • Access Pool Data: Obtain detailed information about liquidity pools, including statistics and historical data.

  • Monitor Positions: Fetch user positions, estimated yields, and pool statistics.

  • Query Transactions: Access transaction histories for specific pools or users, with support for filtering by date, type, and tokens.

  • Obtain Market Data: Retrieve OHLC (Open, High, Low, Close) data for asset pairs to support trading and analysis applications.

The Indexer API stands out for its robustness and flexibility, providing comprehensive endpoints that cater to a wide range of blockchain data needs. Its powerful querying capabilities make it an indispensable tool for developers building applications in the decentralized finance (DeFi) space.

To make integration even more straightforward, we offer:

  • : A fully-featured SDK, allowing for easy and type-safe interactions with the API.

  • : An OpenAPI specification is available, providing detailed information about each endpoint, request, and response format.

Typescript SDK
Swagger Documentation