# 区块链 API

## :gear:  常见问题&#x20;

### What is a Blockchain API? 什么是区块链 API？

区块链 API 可轻松访问 Web3 网络，使开发人员能够创建去中心化应用程序并使用可靠的基础架构提高效率。

### &#x20;为什么我应该使用 ChainUp Cloud 的区块链 API？

与区块链节点交互既昂贵又耗时。此外，您需要特别注意与受信任节点进行通信。ChainUp Cloud 的 API 是免费、可靠且值得信赖的。

### &#x20;ChainUp Cloud 上有哪些区块链？

我们现在支持以太坊、Filecoin、比特币、莱特币、Polkadot、Polygon、币安智能链、Aptos、Sui、Starknet、Harmony、Fantom、Avalanche、Solana、Near、Tron 等。更多链即将推出。

### API 和 RPC 端点有什么区别？

我们将任何可编程接口称为 API（应用程序编程接口）。这是一个一般概念。对于 Web3 开发，我们有 JSON RPC（远程过程调用）作为区块链调用的接口。我们提供的几乎所有 API 都是 RPC 端点。与他人讨论主题时保持一致即可。

### &#x20;什么是 API 密钥？

API 密钥是查询所有服务的凭证。当您在仪表板中创建应用程序时，将使用您的 ChainUp Cloud 应用程序生成 API 密钥。请注意，您永远不应与他人共享您的 API 密钥，以防止他人使用您的帐户。

## :rocket: 入职

### 如何创建 ChainUp Cloud 帐户？

&#x20;您可以使用任何电子邮件帐户轻松注册 ChainUp Cloud。使用 ChainUp Cloud 帐户，您可以访问各种服务，例如区块链 API、验证器节点等。为此，请访问  <https://cloud.chainup.com/app/register>

## :moneybag: 定价

### &#x20; 使用 ChainUp Cloud 的服务是否免费？

是的。所有用户都可以免费使用我们的免费计划。

### 当前的定价计划是什么？

您可以使用适合个人开发人员的免费计划开始测试。对于小型团队，我们建议使用开发人员计划，当您的团队发展壮大时，您可以选择团队计划。

### &#x20;我需要信用卡才能开始使用 ChainUp Cloud 的服务吗？

No, unlike other vendors, you do NOT need a credit card to sign up. Just login, that is it. 不需要，与其他供应商不同，您无需信用卡即可注册。只需登录即可。

### 我可以要求额外的区块链 API 使用吗？

&#x20;可以。如果您对更高级别的使用感兴趣，请联系  <marketing@chainupcloud.com>


---

# 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/resources/faq/qu-kuai-lian-api.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.
