> For the complete documentation index, see [llms.txt](https://api.fwallet.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.fwallet.net/transaction/broadcast-transaction.md).

# Broadcast Transaction

Broadcast a transaction to the network. POST only.

**Request:**\
`requestType` is *broadcastTransaction*\
`transactionBytes` is the bytecode of a signed transaction (optional)\
`transactionJSON` is the transaction object (optional if transactionBytes provided)

**Response:**

(N) `requestProcessingTime` is the API request processing time (in millisec)\
(S) `fullHash` is the full hash of the signed transaction\
(S) `transaction` is the transaction ID
