# Block Sentinel Monitor

The system refreshes itself every 24 hours, displaying only the transactions from the last 24 hours. Old data is not automatically deleted or updated.

**Trend**: If *Bullish*, it is marked as **Buy**; if *Bearish*, it is marked as **Sell**; if *Neutral*, it is marked as **Unknown**.

**Exchange**: The exchange where the transaction took place.

**Symbol**: The name of the coin being traded.

**Pair**: The trading pair used for buying/selling. Example: BTC/USD, BTC/USDT, etc.

**Amount**: The total amount bought/sold.

**New Price**: The price after the transaction.

**Old Price**: The price before the transaction.

**New Volume**: The volume after the transaction.

**Old Volume**: The volume before the transaction.

**Date**: The date, hour, minute, and second when the transaction occurred.

<figure><img src="/files/aq93pgHrUFnwdnWikY75" 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://cddstamp.gitbook.io/cddstamp/block-sentinel-monitor.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.
