Transaction

Submit a transaction to the node's transaction pool.

post

Accepts a valid signed extrinsic. Replaces /tx from versions < v1.0.0.

Body
txstring · hexOptional
Responses
200
successful operation
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"
}