Address Details
Wallet Token address details
Get Address details (API Reference)
GET /api/Address/Address-token-Balance
To retrieve the address details on the Litecoin Blockchain, send a GET request. Ensure that the wallet name is included in the header request.
Query Parameters
Name
Type
Description
Address*
String
The address to get the details
Headers
Name
Type
Description
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
Get Wallet Balance SDK
Liaas SDK package installation
/**
* Wallet Address details
**/
//pass your API key or Node URL and the wallet name
const response = await liaasSdk.addressDetails(nodeUrl_or_apiAccessKey, wallet, address);Last updated
Was this helpful?