# Introduction

The BlockSec AML API Service offers two main sets of APIs, providing services for [**address label queries**](/blocksec-aml-api/address-label-api.md) and [**risk score queries**](/blocksec-aml-api/wallet-screening-api.md), respectively.

## API Overview

### Address Label APIs

<table><thead><tr><th width="133">Method</th><th>API</th></tr></thead><tbody><tr><td><code>GET</code></td><td><a href="/pages/UHzHmBv9FSeyIn16P9lr#get-supported-chains">Get Supported Chains</a></td></tr><tr><td><code>POST</code></td><td><a href="/pages/UHzHmBv9FSeyIn16P9lr#get-address-labels">Get Address Labels</a> (in <a href="/pages/UHzHmBv9FSeyIn16P9lr#get-address-labels-in-batch">Batch</a>)</td></tr><tr><td><code>POST</code></td><td><a href="/pages/UHzHmBv9FSeyIn16P9lr#get-entity-info">Get Entity Info</a></td></tr></tbody></table>

### Risk Score APIs

<table><thead><tr><th width="132">Method</th><th>API</th></tr></thead><tbody><tr><td><code>GET</code></td><td><a href="/pages/1k4XyJNHEsxQDLas403U#get-supported-chains">Get Supported Chains</a></td></tr><tr><td><code>GET</code></td><td><a href="/pages/1k4XyJNHEsxQDLas403U#get-risk-indicators">Get Risk Indicators</a></td></tr><tr><td><code>POST</code></td><td><a href="/pages/1k4XyJNHEsxQDLas403U#get-address-compliance-risk">Get Address Risk Score</a></td></tr></tbody></table>

## Rate Limits

The rate limit for each API request is five requests per second, and each subscription plan limits the number of addresses that can be **queried daily**. See our[ subscription page](https://metasleuth.io/plans#apis) for more details.

## Read More

[Authentication](/blocksec-aml-api/introduction/authentication.md)

[Response Format](/blocksec-aml-api/introduction/response-format.md)


---

# 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://docs.metasleuth.io/blocksec-aml-api/introduction.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.
