# satang-api

## satang-api

- [Introduction](https://satangdev.gitbook.io/satang-api/master.md): This guideline show how to create the API Key and API Secret on Satang Pro API Management
- [Authentication](https://satangdev.gitbook.io/satang-api/authentication.md): Note: Authentication requires both the APIKey and APISecret, if you don't have any of these please generate at satang.pro/developers
- [Sign Request Example](https://satangdev.gitbook.io/satang-api/sign-request-example.md)
- [Javascript](https://satangdev.gitbook.io/satang-api/sign-request-example/javascript.md)
- [Python](https://satangdev.gitbook.io/satang-api/sign-request-example/python.md)
- [Golang](https://satangdev.gitbook.io/satang-api/sign-request-example/golang.md)
- [APIs](https://satangdev.gitbook.io/satang-api/apis.md)
- [Public](https://satangdev.gitbook.io/satang-api/apis/public.md)
- [Orders](https://satangdev.gitbook.io/satang-api/apis/public/orders.md)
- [Private](https://satangdev.gitbook.io/satang-api/apis/private.md)
- [Deposits](https://satangdev.gitbook.io/satang-api/apis/private/deposits.md)
- [Crypto Deposits](https://satangdev.gitbook.io/satang-api/apis/private/crypto-deposits.md): NOTE: This endpoint requires API key and request signing, for more information please refer to Authentication section.
- [User/Wallet](https://satangdev.gitbook.io/satang-api/apis/private/user.md): NOTE: This endpoint requires API key and request signing, for more information please refer to Authentication section.
- [Orders](https://satangdev.gitbook.io/satang-api/apis/private/orders.md): NOTE: This endpoint requires API key and request signing, for more information please refer to Authentication section.
- [Portal (Obsoleted)](https://satangdev.gitbook.io/satang-api/apis/portal-new.md): Connect your app. Easily buying and selling through our platform.
- [APIs V3](https://satangdev.gitbook.io/satang-api/apis-v3.md)
- [General information](https://satangdev.gitbook.io/satang-api/apis-v3/general-information.md)
- [Kline Chart Interval](https://satangdev.gitbook.io/satang-api/apis-v3/general-information/kline-chart-interval.md)
- [Authorization](https://satangdev.gitbook.io/satang-api/apis-v3/general-information/authorization.md)
- [Endpoint Security types](https://satangdev.gitbook.io/satang-api/apis-v3/general-information/authorization/endpoint-security-types.md)
- [Public](https://satangdev.gitbook.io/satang-api/apis-v3/public.md)
- [Exchange Information](https://satangdev.gitbook.io/satang-api/apis-v3/public/exchange-information.md)
- [Depth](https://satangdev.gitbook.io/satang-api/apis-v3/public/depth.md)
- [Kline/Candlestick data](https://satangdev.gitbook.io/satang-api/apis-v3/public/kline-candlestick-data.md)
- [Ticker](https://satangdev.gitbook.io/satang-api/apis-v3/public/ticker.md)
- [Aggregate trade](https://satangdev.gitbook.io/satang-api/apis-v3/public/aggregate-trade.md)
- [Private](https://satangdev.gitbook.io/satang-api/apis-v3/private.md)
- [Orders](https://satangdev.gitbook.io/satang-api/apis-v3/private/order.md): NOTE: This endpoint requires API key and request signing, for more information please refer to Authentication section.
- [Listen Key](https://satangdev.gitbook.io/satang-api/apis-v3/private/listen-key.md)
- [Websockets](https://satangdev.gitbook.io/satang-api/apis-v3/websockets.md)
- [General WSS information](https://satangdev.gitbook.io/satang-api/apis-v3/websockets/general-wss-information.md)
- [User Data Streams](https://satangdev.gitbook.io/satang-api/apis-v3/websockets/user-data-streams.md)
- [Streams](https://satangdev.gitbook.io/satang-api/apis-v3/websockets/streams.md)
- [Aggregate trade](https://satangdev.gitbook.io/satang-api/apis-v3/websockets/streams/aggregate-trade.md)
- [Depth](https://satangdev.gitbook.io/satang-api/apis-v3/websockets/streams/depth.md)
- [Kline](https://satangdev.gitbook.io/satang-api/apis-v3/websockets/streams/kline.md)
- [Ticker](https://satangdev.gitbook.io/satang-api/apis-v3/websockets/streams/mini-ticker.md)
- [Satang.pro SDK](https://satangdev.gitbook.io/satang-api/satang.pro-sdk.md): Easy to connect with satang pro API


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://satangdev.gitbook.io/satang-api/master.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.
