Stake Transaction
post
Supplies a transaction that, once signed and broadcasted, facilitates the creation of stake validators.
Authorizations
Path parameters
networkstring · enumRequiredDefault:
The network
mainnet
Possible values: Body
num_validatorsintegerOptionalExample:
The number of validators that will be created.
1
wallet_addressstring · binaryOptionalExample:
The address of the wallet that will be used to pay for the transaction. The deposit and exit transactions for the validators must be signed by this wallet. Make absolutely sure not to lose possession of it.
9.88865096163011e+49
transaction_typeintegerOptionalDefault:
Type of the returned transaction. 0 for legacy transactions. 2 for EIP-1559 transactions.
0
Example: 2
is_eigen_restakingbooleanOptionalDefault:
Whether to restake in the context of EigenLayer or not.
false
Example: false
is_ssvbooleanOptionalDefault:
Whether to deploy validators in the context of a SSV cluster or not.
false
Example: false
Responses
200
OK
application/json
400
Bad Request
application/json
401
Bad Request
application/json
403
Bad Request
application/json
500
Bad Request
application/json
post