Broadcast TransactionCopy Pagepost https://api.p2p.org/api/v1/aptos/{network}/transaction/sendBroadcast a signed transaction to the Aptos network.Path ParamsnetworkstringenumrequiredAptos network:`mainnet` — Aptos mainnet.`testnet` — Aptos devnet.mainnettestnetAllowed:mainnettestnetBody ParamstransactionstringrequiredUnsigned transaction in the hexadecimal format. Sign the transaction and submit it to the blockchain to perform the called action.signaturestringrequiredDelegator signature of the transaction.Responses 200OK 400Bad request 401Unauthorized 422Unprocessable entityUpdated 3 months ago