post
https://api.stake.fish/api/v1/chains/babylon-btc/transactions/broadcast/babylon
Broadcast a signed Babylon (Cosmos) transaction containing MsgCreateBTCDelegation.
This is step 4 of the BTC staking flow:
POST transactions/prepare/pre-delegate— Server prepares PSBTs and POP message- Client signs the PSBTs and POP message with their BTC key
POST transactions/prepare/delegate— Server assembles the MsgCreateBTCDelegationPOST transactions/broadcast/babylon— Client signs and broadcasts the Babylon transaction (you are here)GET stakes/:txId/status— Client polls until delegation reachesVERIFIEDorACTIVEstatePOST transactions/broadcast/bitcoin— Client broadcasts the signed Bitcoin staking transaction
Important: After this step succeeds, poll GET stakes/:txId/status using the bitcoinStakingTxId from step 1 until the delegation reaches VERIFIED or ACTIVE before broadcasting the Bitcoin transaction in step 6.
