# Data

The nftperp v2 Subgraph deployed [here](https://thegraph.com/hosted-service/subgraph/nftperp/v2-testnet) provides historical platform data, including all historical limit order creations and trades.

Our platform data is also visualized in our [dune](https://dune.com/thj/nftperp-v2-test) and can be exported from there.

Our APIs also provide this data, and you can rely on our deployed contract addresses and the ABI's in our SDK to get historical data from a custom node.


---

# 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://nftperp.gitbook.io/core-docs/nftperp/developers/data.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.
