> For the complete documentation index, see [llms.txt](https://docs.kaiko.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kaiko.com/whats-new/2024/november-2024.md).

# November 2024

### Mapping Update

* The asset code "HYPE" has been assigned to Hyperliquid. Supreme Finance has been re-assigned to use the asset code "HYPE2"&#x20;

### Blockchain Monitoring Now Available via REST API&#x20;

We're excited to announce that our Blockchain Monitoring solution is now accessible through REST API. Wallet Data allows you to:

* Access complete transaction histories across all supported blockchains&#x20;
* View real-time wallet balances
* Track historical balance changes for the source of wealth checks
* Query detailed transaction data

Whether you need to monitor a single wallet or multiple addresses, our API delivers the data in a standardized format for seamless integration into your applications. Get started by exploring the documentation below.

{% content-ref url="/spaces/ltAbhvgBfrAWlpUnC7ys/pages/EE0x9lpbmW6d5W9MaUOf" %}
[Kaiko Blockchain Monitoring](/rest-api/monitoring-solutions/kaiko-blockchain-monitoring.md)
{% endcontent-ref %}

### New Reference APIs

We've launched two new reference APIs to help you quickly find our coverage:

#### <mark style="color:blue;">**Reference Rates**</mark>

This endpoint retrieves a complete list of our published Reference Rates. Our rules-based and independent rates aim to increase pricing transparency by providing a reliable and accurate benchmark.&#x20;

{% content-ref url="/spaces/bvJkzmxJbcDMceEJsq2K/pages/LuRvxugUCfB4M5cHse52" %}
[Broken mention](broken://spaces/bvJkzmxJbcDMceEJsq2K/pages/LuRvxugUCfB4M5cHse52)
{% endcontent-ref %}

#### <mark style="color:blue;">Protocols</mark>

This endpoint retrieves a complete list of the defi protocols supported by Kaiko data. This can help you identify which exchanges are defi when working with our Market Data.

{% content-ref url="/spaces/bvJkzmxJbcDMceEJsq2K/pages/o98OiL8Ilf2jUFb8SXv5" %}
[Broken mention](broken://spaces/bvJkzmxJbcDMceEJsq2K/pages/o98OiL8Ilf2jUFb8SXv5)
{% endcontent-ref %}

### Meet Kaiko On-Chain Delivery

{% embed url="<https://25446524.fs1.hubspotusercontent-eu1.net/hubfs/25446524/Videos%20and%20GIFs/On%20chain%20demo%20video%20gif%20.gif>" %}

As demand for complex data in smart contracts increases, we’re really pleased to introduce our new on-chain delivery channel. The new capability brings our trusted market data directly to the blockchain for the first time, providing reliable digital asset insights to power any on-chain contract.

To demonstrate its power, we’ve deployed Kaiko Cross Prices on-chain with free hourly price updates.&#x20;

Read our [user guide](/on-chain/kaiko-data/kaiko-reference-rates/data-on-ramp/arbitrum.md) to try it for yourself.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.kaiko.com/whats-new/2024/november-2024.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
