# 概述

&#x20;区块链 API 有各种用例，包括：

1. 构建区块链应用程序：开发人员可以使用区块链 API 创建与区块链网络交互的应用程序，例如加密货币交易平台、去中心化金融 (DeFi) 应用程序或供应链管理系统。
2. 访问区块链数据：区块链 API 提供对区块链数据的访问，允许开发人员检索交易历史记录、智能合约信息和市场数据。此数据可用于分析、报告或与其他应用程序集成。
3. &#x20;发送交易：区块链 API 使开发人员能够将交易发送到区块链网络。这包括发送加密货币、修改智能合约或在区块链上执行其他操作等任务。

{% hint style="info" %}
&#x20;区块链 API 的常见用例包括：加密货币钱包、
{% endhint %}

&#x20;一些流行的区块链 API 包括：

1. &#x20;以太坊 API：允许访问以太坊区块链数据，例如交易、区块和智能合约。
2. &#x20;Ripple API：允许访问 Ripple 区块链数据，包括交易、区块和账户。
3. Coinbase API：提供对区块链数据的访问，包括交易、区块和地址。

在选择区块链 API 时，考虑应用程序的具体要求至关重要


---

# 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.chainupcloud.com/zhong-wen/qu-kuai-lian-api/overview.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.
