# API

## Subgraph

1. **Blocks**: Tracks all blocks on Mantle Network.
   * Mantle Mainnet <https://subgraph-api.mantle.xyz/subgraphs/name/cryptoalgebra/blocks>
   * Mantle Sepolia <https://subgraph-api.mantle.xyz/subgraphs/name/mantle-sepolia/blocks>
2. **Exchange V2**: Tracks all FusionX V2 Exchange data with price, volume, liquidity, ...
   * Mantle Mainnet <https://subgraph-api.mantle.xyz/subgraphs/name/fusionx/exchange>
   * Mantle Sepolia <https://subgraph-api.mantle.xyz/subgraphs/name/mantle-sepolia/exchange>
3. **Exchange (v3)**: Tracks all FusionX V3 Exchange data with price, volume, liquidity
   * Mantle Mainnet <https://subgraph-api.mantle.xyz/subgraphs/name/fusionx/exchange-v3>
   * Mantle Sepolia <https://subgraph-api.mantle.xyz/subgraphs/name/fusionx-sepolia/exchange-v3>

## Other APIs

1. **Perpetual**: Tracks all Perpetual Contracts data

* Mantle Mainnet <https://orderly.network/docs/build-on-evm/evm-api/introduction>


---

# Agent Instructions: 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.fusionx.finance/developers/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.
