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).
HTTP Request
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. Thetx_hash
in the data field represents the hash of the deposited staking transaction.
Last updated