Developer Docs: Build with Kakr Labs
HomeAPI PolicyPrivacy & TermsPlayground
  • Core Concepts
    • Core Concepts
      • Introduction
        • What is a Blockchain?
        • Litecoin as a Service (LiaaS)
        • Web2 Vs Web3
        • Category Codes
      • Transactions
        • Stages of a Litecoin Transaction
        • What are UTXOs?
        • How to spend UTXOs?
      • Assets
        • Collections
        • Tokens
        • Uploading and Pinning Files on IPFS
      • Wallet
        • Non custody wallet vs custody wallet
        • Hierarchical Deterministic wallets(HD Wallets)
        • Passphrase and Private key
      • Address
        • Default Address of Wallet
        • Official Address of Wallet
        • Key Differences
      • MimbleWimble (MWEB)
      • Multi-sig Concept
    • 💰Pricing
  • Solutions
    • Solutions
      • Payments
        • Peer-to-Peer Payments
        • Micropayments
        • Confidential Payments
      • Tokenization
        • Stablecoins
          • Proof of Loyalty
        • NFT Marketplace overview
          • NFT Marketplace
        • Industrial Tokenization
          • Energy Sector
      • Multi-signature
        • Assets Security
      • IPFS Gateway
        • Decentralized Storage (IPFS + Litecoin)
      • Decentralized Identity & Authentication
        • Decentralized Identity: Password Recovery via Litecoin Address Ownership
        • Decentralized Identity: Passwordless Agent Authentication
        • Decentralized Authentication
  • Using Pteri
    • 🤝Introduction
    • 😇Create an Account
    • 💰Get started
      • ⚕️Stats
      • 📖Debug
      • ➡️Work Flow
      • 🤑Subscription
      • 💆‍♂️Usage
      • 💆‍♂️Settings
    • ✨PTERI Intelligence
  • LiaaS
    • LiaaS
      • What Kakr LiaaS
      • Getting set up
        • Authentication
      • Kakr (LiaaS) Features
        • Address Features
        • Token Features
        • Wallet Features
      • Wallet System
        • Create Wallet
        • Create Importable Wallet
        • Encrypt Wallet
        • Create Encrypted Wallet
        • Create Importable Encrypted Wallet
        • Change wallet passphrase
        • Generate Address
        • Generate Default Address
        • Wallet official address
        • Wallet default address
        • Wallet default address v2
        • Wallet addresses
        • Wallet Balance
        • Address Details
        • Load Wallet
        • Import Wallet
        • Address Balance (Using Wallet)
        • Wallet Tokens
        • Create Multi Signature Address (preview)
      • Token Issuance
        • Create Collection
        • Create Tokens
          • Create Secure Digital Asset SDA (Alias NFT)
          • Create Token
          • Create Token v2
          • Create Managed Supply Tokens
          • Mint Supply Tokens
          • Burn Supply Tokens
      • Token Transfer
        • Send Token
        • Send SDA/NFT
      • Transactions
        • Send Litecoin
        • Create Raw Transaction
        • Create Raw Transaction (Advanced)
        • Sign Transaction
        • Broadcast Transaction
      • Blocks
        • Blocks Information
        • Blocks Stat
        • Blocks Header Information
        • Block Transactions
      • Others
        • 🔁Get SDA Transaction Details
        • 🔁Address Details
        • 🔁External Address Details
        • ⏺️Address Transactions
        • ⏺️Address Balance
        • 🔐Address Private Key
        • 🔐Address Private Key V2
        • 🚀NFT Details
        • 🚀NFT Balance
        • 🚀Token and Collection Balance
        • 📙Property Details
        • 💹Wallet Details
        • 🔼Generate passphrase
        • 💱Wallet Transactions
        • ✒️Sign Wallet message
        • 🖊️Sign Address Message
        • 💱Verify Message
        • 🗄️Upload to IPFS
        • 📌Pin on IPFS
  • API Reference
  • FAQs and Troubleshooting
  • Developers FAQs and Error Handling
Powered by GitBook
LogoLogo

© 2025 Kakr Platform Inc. All rights reserved

On this page

Was this helpful?

FAQs and Troubleshooting

Frequently asked questions and Troubleshooting

PreviousAPI ReferenceNextDevelopers FAQs and Error Handling

Last updated 3 months ago

Was this helpful?

How do I get started with your Litecoin as a Service (LiaaS) API ?

Getting started is simple. Sign up on , , and generate your API key. You can then use this key to authenticate your requests to our API.

How do I generate a Litecoin address using your API?

You can generate a Litecoin address by making a POST request to the the endpoint of our API. The request must include your API key for authentication and Usev2, which can be true or yes. The response will contain the newly generated Litecoin address and its private key

How do I check the balance of a Litecoin address?

To check the balance of a Litecoin address, make a GET request to the endpoint with the address as a parameter. The response will include the current balance of the specified address.

How do I check the balance of a Litecoin wallet?

To check the balance of a Litecoin wallet, make a GET request to the endpoint with the wallet as a header parameter. The response will include the current balance of the specified wallet.

Can I integrate LiaaS API with my existing software?

Absolutely! Our API is designed to be easily integrated with existing software. We provide detailed documentation and example code to help you quickly.

What programming languages are supported?

Our API can be accessed using any programming language that can make HTTP requests, such as Python, JavaScript, Java, Ruby, and . We also provide for JavaScript developers to simplify integration.

Why do i need to reload wallets after restarting node?
Does the API support multi-signature transactions?
How do I identify collection from token ?
How do I handle errors returned by the API?

When you restart your Blockchain node, the wallet is not loaded automatically for security and resource management reasons. This ensures that only explicitly requested wallets are loaded, reducing the risk of unauthorized access and resource consumption. To load your wallet after restarting your node, you need to use the endpoint, specifying the wallet name as the 'filename' value.

Yes, The multi-signature process necessitates the , a task that can be efficiently completed by multiple addresses from distinct wallets using their respective private keys. The resulting response will encompass the signature, which can be employed to by all addresses participating in the signature process before it is broadcasted on the blockchain.

Upon receiving a response from the , you can differentiate the elements within the response by adding a "-col" suffix to the name for collections, whereas tokens do not require any suffix.

Our API returns standardized error messages along with appropriate HTTP status codes. Detailed information about error handling can be found in our documentation, which includes examples of how to handle different types of errors. Check out the Page to get the solution of any error.

pteri.org
create an account
Detailed documentation is available to guide you through the integration process
/api/Address/createAddress
/api/Litecoin/AddressBalance
/api/Wallet/get-wallet-balance
get started
many others
SDKs and libraries
'/api/Wallet/load-wallet'
signing of a signature
verify the transaction
wallet token endpoint
Developers FAQs and Error Handling