/api/Utility/load-wallet
Get Wallet Balance
Importing or initializing a cryptographic wallet within the node's software environment. Nodes in a blockchain network can operate various functionalities
To load a wallet to the Litecoin blockchain node, a POST request should be sent. The wallet name should be included in the body of the request.
Part | Details |
---|---|
Endpoint | /api/Wallet/Litecoin/Wallet-balance |
Method | POST |
Headers | Content-Type: application/json Authorization: Bearer <your api key> |
Body | filename: <The filename of the wallet> |
Response | 200: OK - Success! Wallet loaded. |
Base URL
Kakr LiaaS users looking to utilize the Litecoin Blockchain Services API can do so from our dedicated API endpoint base URL:
https://kakromnilayer.io/ kakromnilayer.io
Liaas SDK package installation
/** * Load Wallet **/ //pass your API key and the wallet name const response = await liaasSdk.loadWallet(walletName);
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article