/
BS
bsv-blockchain
/
Wallet JSON API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2mo ago
Details
Filter operations
HTTPWalletJSON
28
post
Creates a new Bitcoin transaction
post
Signs a transaction previously created using `createAction`
post
Aborts a transaction that is in progress
post
Lists all transactions matching the specified labels
post
Submits a transaction to be internalized
post
Lists the spendable outputs kept within a specific basket
post
Relinquish an output out of a basket
post
Retrieves the public key
post
Reveals counterparty key linkage
post
Reveals specific key linkage
post
Encrypts data
post
Decrypts data
post
Creates HMAC
post
Verifies HMAC
post
Creates a signature
post
Verifies a signature
post
Acquires a certificate
post
Lists certificates
post
Proves a certificate
post
Relinquishes a certificate
post
Discovers certificates by identity key
post
Discovers certificates by attributes
post
Checks if the user is authenticated
post
Waits for user authentication
post
Retrieves the current blockchain height
post
Retrieves the block header for a specific height
post
Retrieves the current network
post
Retrieves the current version
HTTPWalletJSON
Creates a new Bitcoin transaction
post
/createAction
Request body
CreateActionArgs
required
description
string
inputBEEF
number[]
inputs
CreateActionInput[]
outputs
CreateActionOutput[]
lockTime
number
version
number
labels
string[]
options
CreateActionOptions
Response
The created transaction result
CreateActionResult
required
txid
string
tx
number[]
noSendChange
string[]
sendWithResults
SendWithResult[]
signableTransaction
SignableTransaction
Changes