# Market Tracking

The "Market" module is providing real-time market data for all networks for user to browse the market.\
Pricing information is cached in our system and is synchronized with Coingecko API twice per minute.\
\
For any given token, the data includes :&#x20;

<table><thead><tr><th width="180">Data</th><th>Description</th></tr></thead><tbody><tr><td>Token Name</td><td>Token name as displayed in Coingecko</td></tr><tr><td>Token Ticker</td><td>Token ticket as displayed in Coingecko</td></tr><tr><td>24h variation</td><td>% price change in the last 24h, computed with us dollar price</td></tr><tr><td>Category</td><td>Project category. Ex: DeFI, GameFi, Governance, SocialFI, StakeFI, Layer2, Stablecoin, Meme Token, </td></tr><tr><td>Chart</td><td>Price chart for 24h, 7days, 1 month, 3 months, 1 yeal or ALL time period</td></tr><tr><td>Volume</td><td>24h volume exchanged in market</td></tr><tr><td>MarketCap</td><td>Market Capitalisation (based on the circulating supply)</td></tr><tr><td>Circulating Supply</td><td>Circulating supply (source Coingecko)</td></tr><tr><td>Description</td><td>Project Description as in Coingecko</td></tr><tr><td>Links</td><td>Website, X (former Twitter) and Telegram links when available</td></tr></tbody></table>

<figure><img src="/files/CBZv3M0NvL7howBSX6aq" alt=""><figcaption></figcaption></figure>


---

# 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://get-verso.gitbook.io/get-verso-launch-your-web3-app-faster/the-get-verso-stack/market-tracking.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.
