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

# Realtime Valuation API

* [/v3/realtime-estimated-price](/nft-valuation-api/realtime-valuation-api/v3-realtime-estimated-price.md)
* [/v3/realtime-floor-price](/nft-valuation-api/realtime-valuation-api/v3-realtime-floor-price.md)

Ready to test out how powerful our appraisals are? 💪

After getting access to API keys using [this form](https://nftbank.typeform.com/to/iZaK3tjj?typeform-source=docs.nftbank.ai), use the API commands in [API overview](https://docs.nftbank.ai/nft-valuation-api/supported-collections) to fetch data.

Make sure to check the list of [Supported Collections](https://docs.nftbank.ai/nft-valuation-api/supported-collections) before fetching data and use the contract address listed on the table.

If you want to see just how accurate our Price Estimates are, check out our [Price Estimate Performance Dashboard](https://docs.nftbank.ai/nft-valuation-api/price-estimate-performance-dashboard).


---

# 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.nftbank.ai/nft-valuation-api/realtime-valuation-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.
