Non-Custodial Wallets
Open-source Node.js SDK library
It's an open-source Node.js software that provides full control of master private keys, master seeds, and mnemonics.
The SDK is an on-premise solution for operating with digital assets, creating HD wallets and signing transactions locally without a network connection.
It is integrated with Crypto APIs product suite as an option by default, which provides endpoints for syncing HD wallets (xPub, yPub, zPub), deriving wallet addresses, getting fee recommendations, preparing transactions, broadcasting locally signed transactions, and more.
HD Wallet Management with Crypto APIs Endpoints
A collection of powerful endpoints to securely manage wallet addresses and transactions.
{
"apiVersion": "2021-03-20",
"requestId": "601c1710034ed6d407996b30",
"context": "yourExampleString",
"data": {
"item": {
"extendedPublicKey": "upub5Ei6bRNneqozk6smK7dvtXHC5PjUyEL4ynCfMKvjznLcXi9DQaikETzQjHvJC43XexMvQs64jxB1njMjCHpRZ4xQWAmv3ge9cVtjfsHmbvQ"
}
}
}