> For the complete documentation index, see [llms.txt](https://docs.chainupcloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chainupcloud.com/chainupcloud-open-api.md).

# ChainUpCloud Open API

## Base URL & Auth

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

### **Support Protocol**

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

### **Path Params**

| **Parameter name** | **Data type** | **Whether it must be passed.** | **Description**                                                         |
| ------------------ | ------------- | ------------------------------ | ----------------------------------------------------------------------- |
| protocol           | string        | true                           | Protocol (ethereum)                                                     |
| token              | string        | true                           | Users are bound to Staking's token and authenticated through the token. |

\
**Create token**

1. ChainUp creates tokens and sends them to customers via email.
2. User side generates Token.

<br>
