wallet address details
To retrieve the details on the Litecoin Blockchain, send a GET request. Ensure that the wallet name is included in the header request.
Part | Details |
---|---|
Endpoint | /api/Address/Litecoin/Address-Token |
Method | GET |
Query Parameter | Address (String): The address to get the details |
Headers | Content-Type: application/json Authorization: Bearer <your api key> |
Response | 200: OK - Success! Details retrieved. |
Base URL
Kakr LiaaS users looking to utilize the Litecoin Blockchain Services API can do so from our dedicated API endpoint base URL:
https://kakromnilayer.io/ kakromnilayer.io
Liaas SDK package installation
/** * Wallet Address details **/ //pass your API key and the wallet name const response = await liaasSdk.addressDetails(apiAccessKey, wallet, address);
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article