# SDKs

### Typescript

Developed by Pontem team.

**Important note:** the SDK is in active development: we are changing API from time to time, updating it with missed functions, etc. So before running a local update for your project – better review changes. :warning:

The Liquidswap Frontend SDK is written using TypeScript and can be used to integrate Liquidswap into your frontend and DApp.

Link to the repository:

{% embed url="<https://github.com/pontem-network/liquidswap-sdk>" %}

For documentation, refer to the [Typedoc](https://pontem-network.github.io/liquidswap-sdk/).

### 3rd party SDKs

**IMPORTANT:** Use 3rd party SDKs on your own risk. :warning:

#### Golang SDK

Developed by [OmniBTC](https://www.omnibtc.finance/) team.

Repository - <https://github.com/OmniBTC/go-aptos-liquidswap>


---

# 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.liquidswap.com/typescript-sdk.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.
