Broadcast Staking Tx
Broadcast a signed staking transaction. Returns a transaction hash whose status can be checked using the Ethereum RPC eth_getTransactionReceipt method (reference).
Last updated
Broadcast a signed staking transaction. Returns a transaction hash whose status can be checked using the Ethereum RPC eth_getTransactionReceipt method (reference).
Last updated
This API allows the broadcasting of a signed staking transaction.
Path Params: No parameters
Request Params:
signed_transaction (string) [Required]: The signed staking transaction.
Response:
Upon successful broadcasting, the response contains a transaction hash (tx_hash
) for the deposited transaction.
tx_hash (string): Hash of the deposited transaction.
Example
Response Explanation:
In this example, the HTTP response code is 200
, indicating success. The tx_hash
in the data field represents the hash of the deposited staking transaction.
Parameter name
Data type
Whether it must be passed.
Description
signed_transaction
string
true
Signed tx