Get all wallet address
A GET request to get all addresses belonging to a wallet on the Litecoin Blockchain
Responses Parameters Operation Address Balance Endpoint api/Wallet/Litecoin/Wallet-addresses Method GET Description Get all addresses belonging to a wallet on the Litecoin Blockchain. Header Content-Type: application/json Header Authorization: Bearer <your api key> Query Walletname: String (The wallet name you created) 200: OK Successfully retrieved addresses.
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
/** * returns all addresses in a wallet with their transaction IDs **/ //pass your API key, the wallet name and the address const response = await liaasSdk.walletAddresses(apiAccessKey, 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