Address Details

wallet Token address details

Get Address details

GET /api/Address/Address-token-Balance

To retrieve the details on the Litecoin Blockchain, send a GET request. Ensure that the wallet name is included in the header request.

Query Parameters

NameTypeDescription

Address*

Strimg

The address to get the details

Headers

NameTypeDescription

Content-Type

application/json

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

Base URL

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

Get Wallet Balance SDK

Liaas SDK package installation

/** 
 * Wallet Address details
 **/
 
 //pass your API key and the wallet name
const response = await liaasSdk.addressDetails(apiAccessKey, wallet, address);

Last updated