> For the complete documentation index, see [llms.txt](https://docs.swipe.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.swipe.org/swap/subgraph-api.md).

# Subgraph API

### Resources <a href="#resources" id="resources"></a>

### **Mainnet**

Coming soon

### **Testnet**

[Exchange Explorer](https://thegraph.com/explorer/subgraph/techstreamp/ropsten-swipeswap) - Testnet for querying data and endpoints of Swipe Exchange.

[MasterChef Explorer ](https://thegraph.com/explorer/subgraph/techstreamp/ropsten-masterchef)- Testnet for querying data and endpoints of Swipe .

[SwipeSwap Subgraph](https://github.com/SwipeWallet/swipeswap-subgraph) - source code for deployed subgraph.

### Usage <a href="#usage" id="usage"></a>

The subgraph provides a snapshot of the current state of [SwipeSwap](https://testnet.swipe.org/swap) and also tracks historical data. **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 <a href="#making-queries" id="making-queries"></a>

To learn more about querying a subgraph refer to [The Graph’s documentation](https://thegraph.com/docs/introduction).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.swipe.org/swap/subgraph-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
