v1
latestOpenAPI 3.0.02026-07-174823135.4 KBDerivations
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.
post/v1/cryptos/{cryptoCode}/derivations/{derivationScheme}/psbt/create
Path parameters
cryptoCodestring required
The cryptocurrency code to track (e.g., 'BTC' for Bitcoin, 'LTC' for Litecoin).
derivationSchemestring required
The derivation scheme (See documentation)
Request body
Response
A PSBT get returned
Example response
{
"psbt": "cHNidP8BAHcBAAAAASjvZHM29AbxO...",
"changeAddress": "mqVvTQKsdJ36Z8m5uFWQSA5nhrJ5NHQ2Hs",
"suggestions": {
"shouldEnforceLowR": true
}
}