> For the complete documentation index, see [llms.txt](https://whitepaper.aitech.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.aitech.io/agentforge/tools/messari.md).

# messari

[Messari](https://messari.io/) provides crypto market intelligence, including asset profiles, market metrics, trading venue information, and news.

In Agent Forge, the Messari integration allows agents and workflows to enrich crypto research with structured asset data. Use it for token research, market summaries, investment monitoring, narrative tracking, and automated crypto reporting.

### Usage Instructions

Select a Messari operation and provide an asset key such as a symbol or slug. Advanced fields allow pagination and result limits for markets and news. A Messari API key can be provided when your usage requires authenticated access.

### Tools

#### `messari_get_asset_profile`

Retrieve profile and descriptive metadata for an asset.

#### `messari_get_asset_metrics`

Retrieve market metrics for an asset.

#### `messari_get_asset_markets`

Retrieve markets and venues associated with an asset.

#### `messari_get_asset_news`

Retrieve recent news for an asset.

### Input

| Parameter  | Type   | Required | Description                                      |
| ---------- | ------ | -------- | ------------------------------------------------ |
| `assetKey` | string | Yes      | Asset symbol or slug, such as `bitcoin` or `btc` |
| `apiKey`   | string | No       | Optional Messari API key                         |
| `page`     | number | No       | Page number for market results                   |
| `limit`    | number | No       | Result limit for markets or news                 |

### Output

| Parameter | Type | Description            |
| --------- | ---- | ---------------------- |
| `data`    | json | Messari response data  |
| `status`  | json | Messari status payload |

### Notes

* Category: `tools`
* Type: `messari`


---

# 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://whitepaper.aitech.io/agentforge/tools/messari.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.
