创建验证器

Create Validators 创建验证者

Creates new validator keys and returns a staking transaction to deposit ETH to those validators. A maximum of 100 validators can be created per request. 创建新的验证者密钥并返回质押交易以将 ETH 存入这些验证者。每个请求最多可以创建 100 个验证者。

Note: This API needs to generate validator keys, which is a time-consuming operation. The peak number is 100 keys. This API takes about 20 seconds. 注意:此 API 需要生成验证者密钥,这是一个耗时的操作。峰值数量为 100 个密钥。此 API 大约需要 20 秒。

HTTP Request HTTP 请求

POST /api/v1/validator/create

路径参数 :

无参数

请求参数

Parameter name

Data type

Whether it must be passed.

Description

validator_count

int

true

验证者数量(最多:100)

withdrawal_address

string

true

提现地址

deposit_from_address

string

false

存款地址,默认值为:withdrawal_address

fee_recipient_address

string

false

执行层收益地址,默认值为:withdrawal_address

响应 示例

Last updated

Was this helpful?