Broadcast Transaction (Async)
broadcast_tx_async request type
Submit a freshly signed transaction and immediately get its hash — no wait for execution. Default examples are illustrative only and are not reusable signed payloads.
broadcast_tx_async request type
Submit a freshly signed transaction and immediately get its hash — no wait for execution. Default examples are illustrative only and are not reusable signed payloads.
Responses from the selected endpoint appear here after you run a request.
Live response output will appear here after you run a request.
This operation accepts a JSON-RPC body over POST to /.
Required request inputs: yes
{
"jsonrpc": "2.0",
"id": "fastnear",
"method": "broadcast_tx_async",
"params": {
"signed_tx_base64": "DgAAAG1pa2UubmVhcgCpPJgEEFUwQjFQvL8V3CnZ0h688WG5sVsKE8JYM37ax2cUjgEAAAAAAAAADQAAAG1pa2V0ZXN0Lm5lYXIPfFBmYNAIe2/MicVhDXbvT3w06LxS2OCF0UHIYgjNDQAAAHRlc3RpbmcgbWVtbwEAAAADAQAAAAAAAAAAAAAAAAAAAA=="
}
}jsonrpc *string2.0id *stringmethod *stringbroadcast_tx_asyncparams *objectsigned_tx_base64 *stringBase64-encoded signed transaction. Generate a fresh signed payload for the signing account immediately before submission or status lookup.
wait_untilstringDesired level of execution status guarantee
NONEINCLUDEDINCLUDED_FINALEXECUTEDEXECUTED_OPTIMISTICFINALSuccessful response
jsonrpc *string2.0id *one ofresultstringBase58-encoded hash
errorobjectcodeintegermessagestringdataobject