Blockchain OperationsBitcoin
Prepare a simple Bitcoin send (no signing)
Select UTXOs, estimate fee, compute change. Returns a structure the client can turn into a PSBT.
Authorization
AuthorizationRequiredBearer <token>In: header
Request Body
application/jsonRequiredfromRequiredstringtoRequiredstringamountSatnumbersendAllbooleanfeeProfilestringDefault:
"standard"Value in: "slow" | "standard" | "fast"networkstringValue in:
"mainnet" | "testnet"externalFeeSponsorbooleanIf true, do not require sender UTXOs to cover fees (collaborative PSBT). Sender covers only amount.
Default Response