# ChainUpCloud 开放 API

## Base URL & Auth基本 URL 和身份验证

<http://staking.chainup.net/${protocol}/${network}/${token}>

### &#x20;支持协议

| <h3><strong>Protocol</strong></h3> | <h3><strong>Network</strong></h3> |
| ---------------------------------- | --------------------------------- |
| Ethereum                           | Mainnet                           |

### &#x20;路径参数

<table data-header-hidden><thead><tr><th width="187"></th><th></th><th></th><th></th></tr></thead><tbody><tr><td><strong>Parameter name</strong></td><td><strong>Data type</strong></td><td><strong>Whether it must be passed.</strong></td><td><strong>Description</strong></td></tr><tr><td>protocol</td><td>string</td><td>true</td><td>Protocol (ethereum)</td></tr><tr><td>token</td><td>string</td><td>true</td><td>Users are bound to Staking's token and authenticated through the token.</td></tr></tbody></table>

&#x20;**创建令牌**

1. &#x20;创建令牌并通过电子邮件发送给客户。
2. 用户端生成令牌。

<br>


---

# 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/chainupcloud-kai-fang-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.
