Broadcast TransactionAsk AIpost https://api.p2p.org/api/v1/babylon-btc/{network}/transaction/sendBroadcast a signed transaction to the Bitcoin network.Path ParamsnetworkstringenumrequiredBabylon network:`mainnet` — Babylon main production environment and Bitcoin mainnet (only locking BTC is currently available).`testnet` — Babylon testing environment and Bitcoin testnet called sigNet.testnetmainnetAllowed:testnetmainnetBody ParamstransactionHexstringrequiredSigned transaction in the hexadecimal format which needs to be broadcasted to the network.maxFeenumberrequiredMaximum fee in SATOSHI that can be charged for processing the transaction (1 BTC = 10⁸ SATOSHI).Responses 200OK 400Bad request 401Unauthorized 500Internal server errorUpdated about 1 year ago