🔁Address Details

Get all information about a particular address

Address details (API reference)

GET /api/Address/Details

Get all information about a particular address

Query Parameters

Name
Type
Description

Address*

String

the address to get it's details

Headers

Name
Type
Description

Content-Type

application/json

application in JSON format

Authorization*

Bearer <your Key>

attach your API key here

Usev2*

String

Value should be true or yes

wallet*

String

wallet name

Address Details with Javascript SDK

Liaas SDK package installation

/** 
 * Address Details on Litecoin Blockchain
**/
 
 
//pass your API key or Node URL, wallet name and address
const response = await liaasSdk.addressDetails(nodeUrl_or_apiAccessKey, wallet, address);

Last updated

Was this helpful?