Wallet official address

Created by Admin KL, Modified on Mon, 7 Oct at 4:37 PM by Admin KL

Generate official address in a wallet

A GET request to generate the wallet's official address on the Litecoin Blockchain

Generate wallet official address (API reference)

GET /api/Wallet/get-official-address

A GET request to get an address from the specified wallet on the Litecoin Blockchain

Headers

NameTypeDescription

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

200: OK Wallet official address generated

Base URL

Kakr LiaaS users looking to utilize the Litecoin Blockchain Services API can do so from our dedicated API endpoint base URL:

https://pteri.xyz

Wallet official Address SDK

Liaas SDK package installation

/** 
 * generate the wallet's official address
 **/
 
 //pass your API key, the wallet name and the address
const response = await liaasSdk.getOfficialAddress(
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

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article