IBExWalletAPI
Blockchain OperationsBitcoin

Broadcast signed raw transaction (hex)

POST
/v1.2/safes/bitcoin/tx/broadcast

Authorization

AuthorizationRequiredBearer <token>

In: header

Request Body

application/jsonRequired
rawtxRequiredstring
networkstring
Value in: "mainnet" | "testnet"
curl -X POST "https://passkeys-testnet.ibex.fi/v1.2/safes/bitcoin/tx/broadcast" \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{
    "rawtx": "string",
    "network": "mainnet"
  }'

Default Response