Create a PSBT
A Partially Signed Bitcoin Transaction (PSBT) is a standard format to represent a transaction with pending signatures associated to it. A PSBT can be signed independently by many signers, and combined together before broadcast.
Path parameters
The cryptocurrency code to track (e.g., 'BTC' for Bitcoin, 'LTC' for Litecoin).
The derivation scheme (See documentation)
Request body
Response
A PSBT get returned
Example response
{
"psbt": "cHNidP8BAHcBAAAAASjvZHM29AbxO...",
"changeAddress": "mqVvTQKsdJ36Z8m5uFWQSA5nhrJ5NHQ2Hs",
"suggestions": {
"shouldEnforceLowR": true
}
}Changes
Changed in 4 of the 40 revisions of this API.13
- ○
added the new optional request property
PSBTVersionnew-optional-request-property
- ○
- ○
api operation id
CreatePSBTwas addedapi-operation-id-added
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 14 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲