action nebl_testnet_send_tx { label: "Broadcasts a signed raw transaction to the network (not NTP1 specific)" description: "Broadcasts a signed raw transaction to the network. If successful returns the txid of the broadcast trasnaction.\n" provider: nebl method: POST path: "/testnet/ins/tx/send" encoding: json output: { type: "object" properties: { txid: { type: "string" description: "Txid of successfully broadcasted transaction" } } } }