Litecoin-as-a-Service (LiaaS) — FAQs
How do I get started with your Litecoin as a Service (LiaaS) API?
Sign up at pteri.org, create an account, and generate your API key. Use that key to authenticate your requests. See the API Reference and the authentication guide for step-by-step details.
What exactly is LiaaS?
LiaaS is a managed infrastructure and developer toolkit for building on the Litecoin protocol—wallet ops, on-chain actions, MWEB support, webhooks, and more.
What can I do with the API?
HD wallet creation & encryption, address generation, LTC & MWEB transactions, balance/UTXO queries, fee estimation, webhooks, and testnet tooling. Explore endpoints in the API Reference.
Do you support MWEB (MimbleWimble Extension Blocks)?
Yes—build and broadcast MWEB transactions and query related data where supported. See the wallet and transaction sections of the docs.
Is there a testnet or sandbox?
Yes. Use Litecoin testnet to develop and validate without spending mainnet LTC. The docs include network/base URLs and examples.
Are there rate limits or quotas?
Each plan has default rate limits and fair-use quotas. Need more throughput? Contact support to adjust limits.
Do you provide webhooks?
Yes. Subscribe to events like incoming funds, confirmations, and address activity. Webhook payloads are signed for verification.
How should I handle errors and retries?
Use exponential backoff for transient 5xx errors and respect Retry-After
. For 4xx, inspect the code/message and adjust the request. See “Errors” in the docs.
Are there SDKs or code samples?
Language-agnostic REST examples plus cURL/JavaScript snippets are provided. More SDKs are coming—check the repo and docs.
What about security and key management?
All requests use TLS. Store API keys in a secrets manager, apply least privilege, and rotate regularly. Encrypt wallets and follow key-handling guidelines.
Do you offer SLAs, logging, and compliance features?
Paid tiers include uptime SLAs, audit logs, and extended retention. Contact us for compliance needs (e.g., data residency, IP allowlists).
How do I get help?
Open a ticket from your dashboard, read the docs, or join our developer channels. Priority support is available on higher tiers.
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