Skip to main content
POST
Create Staking Increment Request

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
id
string<uuid>
required

Arbitrary UUID. You can later use that UUID to check the status of the increment operation.

Example:

"8c48cd8d-99cb-4149-8975-f0822fe46d06"

pubkeys
string[]
required

List of validator public keys.

Pattern: ^0x[a-fA-F0-9]{96}$
Example:
amountPerValidator
integer<int64>
required

Amount of tokens in Gwei to stake per validator.

Required range: 1000000000 <= x <= 2016000000000
Example:

"1000000000"

withdrawalAddress
string

Withdrawal address for the validators.

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x338EF19fA2eC0fc4d1277B1307a613fA1FBbc0cb"

Response

OK

The response is of type any.