Transaction
Accepts a valid signed extrinsic. Replaces /tx
from versions < v1.0.0.
Body
txstring · hexOptional
Responses
200
successful operation
application/json
400
failed to parse or submit transaction
application/json
post
POST /transaction HTTP/1.1
Host: dot-playbook.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 13
{
"tx": "text"
}
{
"hash": "text"
}