Wallet addresses

Get all wallet addresses

​A GET request to get all addresses belonging to a wallet on the Litecoin Blockchain

Get wallet Addresses (API reference)

GET /api/Wallet/get-wallet-addresses

Get all addresses belonging to a wallet on the Litecoin Blockchain

Headers

Name
Type
Description

Content-Type

application/json

Authorization*

Bearer <your api key>

attach your API key here

wallet*

String

The wallet name you created

Usev2*

String

Value should be true or yes

Wallet official Address SDK

Liaas SDK package installation

/** 
 * returns all addresses in a wallet with their transaction IDs
**/

//pass your API key or Node URL and the wallet name
const response = await liaasSdk.walletAddresses(nodeUrl_or_apiAccessKey, walletName)

Last updated

Was this helpful?