# Using PENDAX SDK

## Understanding Common Functions

It is important to understand how functions are dictated within the PENDAX SDK.

Our team has done an excellent job in aggregating what we will refer to as "common functions" for a plethora of integrated platforms. Common functions are widely used calls available on different platforms and will work by just changing the "exchange" parameter and making edits to API credential layouts (depending on the selected exchange).

Examples of common functions include calls like **placing trade orders** or **getting account balances**. By normalizing these commands developers can work in a more efficient manner while customizing integrations or code bases for multiple or different supported platforms.

{% content-ref url="using-pendax-sdk/common-functions" %}
[common-functions](https://docs.compendium.finance/pendax/using-pendax-sdk/common-functions)
{% endcontent-ref %}

## Exchange Specific Functions

While there are a large variety of commonly normalized functions, there also may be a number of exchange-specific calls available for your selected platform. Many exchanges may include API features native to their interface and not found on other platforms so designating a common function is difficult in this manner.

We recommend browsing both the [Common Functions](https://docs.compendium.finance/pendax/using-pendax-sdk/common-functions) and exchange-specific documentation pages while creating any instrument with PENDAX to ensure your code is designed to interact with the SDK in the correct manner.

{% content-ref url="using-pendax-sdk/okx-functions" %}
[okx-functions](https://docs.compendium.finance/pendax/using-pendax-sdk/okx-functions)
{% endcontent-ref %}

{% content-ref url="using-pendax-sdk/bybit-functions" %}
[bybit-functions](https://docs.compendium.finance/pendax/using-pendax-sdk/bybit-functions)
{% endcontent-ref %}

{% content-ref url="using-pendax-sdk/bitget-functions" %}
[bitget-functions](https://docs.compendium.finance/pendax/using-pendax-sdk/bitget-functions)
{% endcontent-ref %}

{% content-ref url="using-pendax-sdk/mexc-functions" %}
[mexc-functions](https://docs.compendium.finance/pendax/using-pendax-sdk/mexc-functions)
{% endcontent-ref %}

{% content-ref url="using-pendax-sdk/ftx-functions" %}
[ftx-functions](https://docs.compendium.finance/pendax/using-pendax-sdk/ftx-functions)
{% endcontent-ref %}


---

# 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.compendium.finance/pendax/using-pendax-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.
