Indexer API
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:
Typescript SDK: A fully-featured SDK, allowing for easy and type-safe interactions with the API.
Swagger Documentation: An OpenAPI specification is available, providing detailed information about each endpoint, request, and response format.
Stackblitz Environment: We've deployed a Stockblitz environment where you can experiment with the API in a live setting, enabling you to test queries and see real-time data without setting up your own backend.
Last updated