# Litecoin LiaaS API – API Clients

### Quick links

* **OpenAPI spec:** [Go to OpenAPI Spec](https://liaas-sdk-919521117286.europe-west1.run.app/swagger/v1/swagger.json)
* **Status page:** [Check Status](https://kakrlabs1.statuspage.io/)
* **Postman collection:** [Broken mention](broken://pages/s2VF4Lg4hbydVjEcZr70)

Our approach follows the OpenAPI standard and a language-first SDK strategy similar to other modern platforms.

### OpenAPI

The Litecoin LiaaS API is described with **OpenAPI 3.0+**. You can point generators at our schema to produce a type-safe client in your preferred language.

* **Spec URL:** [OpenAPI Spec](https://liaas-sdk-919521117286.europe-west1.run.app/swagger/v1/swagger.json)
* **Schema versioning:** SemVer (e.g., `3.0.1`) tracked in the spec [OpenAPI Spec](https://liaas-sdk-919521117286.europe-west1.run.app/swagger/v1/swagger.json).

### Official SDKs

We maintain first-class SDKs with idiomatic APIs, request signing, retries, and pagination helpers.

* [**Node.js**](https://github.com/kakrlabs-Inc/liaas-sdk/tree/main/liaas-js) &#x20;
* [**Python**](https://github.com/kakrlabs-Inc/liaas-sdk/tree/main/liaas-python)
* [**Go**](https://github.com/kakrlabs-Inc/liaas-sdk/tree/main/liaas-go-lang)
* [**Java**](https://github.com/kakrlabs-Inc/liaas-sdk/tree/main/liaas-java)
* [**C# (.NET)**](https://github.com/kakrlabs-Inc/liaas-sdk/tree/main/liaas-csharp)
* [**Ruby**](https://github.com/kakrlabs-Inc/liaas-sdk/tree/main/liaas-ruby)
* [**PhP**](https://github.com/kakrlabs-Inc/liaas-sdk/tree/main/liaas-php)
* [**TypeScript**](https://github.com/kakrlabs-Inc/liaas-sdk/tree/main/liaas-typescript)
* [**Dart**](https://github.com/kakrlabs-Inc/liaas-sdk/tree/main/liaas-dart)
* [**Rust**](https://github.com/kakrlabs-Inc/liaas-sdk/tree/main/liaas-rust)
* [**Kotlin**](https://github.com/kakrlabs-Inc/liaas-sdk/tree/main/liaas-kotlin)       &#x20;

If your language isn’t listed, generate a client from our OpenAPI spec (above) or open a request in GitHub.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.kakrlabs.com/7.-sdks-and-integration-guides/litecoin-liaas-api-api-clients.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
