v1
latestOpenAPI 3.1.02026-08-04751,1671.3 MBTransactions
Push Transaction
Push an existing signed transaction to the chain. The transaction must have been previously created with a push_mode: manual flag and must now be in state signed.
post/api/v1/transactions/{id}/push
Path parameters
idstring uuid required
ID of the transaction to be pushed to chain.
ID of the transaction to be pushed to chain.
Request body
Example request
{
"push_data": {
"transaction_body": "SGVsbG8="
}
}Response
Successful Response