/
BS
bsv-blockchain
/
Wallet JSON API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 1mo 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
Retrieves the current blockchain height
post
/getHeight
Response
The current blockchain height
object
required
height
integer
Example response
{ "height": 875002 }
Changes