# API Doc

- [General API Information](https://docs.trade.mn/api-doc/general-api-information.md)
- [API Key Setup](https://docs.trade.mn/api-doc/api-key-setup.md)
- [HTTP Return Codes](https://docs.trade.mn/api-doc/http-return-codes.md)
- [General Information on Endpoints](https://docs.trade.mn/api-doc/general-information-on-endpoints.md)
- [Endpoint security type](https://docs.trade.mn/api-doc/endpoint-security-type.md)
- [SIGNED (TRADE) Endpoint security](https://docs.trade.mn/api-doc/signed-trade-endpoint-security.md)
- [Timing security](https://docs.trade.mn/api-doc/signed-trade-endpoint-security/timing-security.md)
- [Public API Endpoints](https://docs.trade.mn/api-doc/public-api-endpoints.md)
- [Terminology](https://docs.trade.mn/api-doc/public-api-endpoints/terminology.md)
- [ENUM definitions](https://docs.trade.mn/api-doc/public-api-endpoints/enum-definitions.md)
- [General endpoints](https://docs.trade.mn/api-doc/public-api-endpoints/general-endpoints.md)
- [Market Data endpoints](https://docs.trade.mn/api-doc/public-api-endpoints/market-data-endpoints.md)
- [Order book (USER\_DATA)](https://docs.trade.mn/api-doc/public-api-endpoints/market-data-endpoints/order-book-user_data.md)
- [Recent trades list (USER\_DATA)](https://docs.trade.mn/api-doc/public-api-endpoints/market-data-endpoints/recent-trades-list-user_data.md)
- [Trading endpoints](https://docs.trade.mn/api-doc/public-api-endpoints/trading-endpoints.md)
- [New order (TRADE)](https://docs.trade.mn/api-doc/public-api-endpoints/trading-endpoints/new-order-trade.md)
- [Cancel order (TRADE)](https://docs.trade.mn/api-doc/public-api-endpoints/trading-endpoints/cancel-order-trade.md)
- [Current open orders (TRADE)](https://docs.trade.mn/api-doc/public-api-endpoints/trading-endpoints/current-open-orders-trade.md)
- [Trade history (TRADE)](https://docs.trade.mn/api-doc/public-api-endpoints/trading-endpoints/trade-history-trade.md)
- [Wallet endpoints](https://docs.trade.mn/api-doc/public-api-endpoints/wallet-endpoints.md)
- [Wallet balance (WALLET)](https://docs.trade.mn/api-doc/public-api-endpoints/wallet-endpoints/wallet-balance-wallet.md)
- [Wallet balance by asset (WALLET)](https://docs.trade.mn/api-doc/public-api-endpoints/wallet-endpoints/wallet-balance-by-asset-wallet.md)
- [Websocket (Socket.io)](https://docs.trade.mn/api-doc/websocket-socket.io.md)
- [Error Codes](https://docs.trade.mn/api-doc/error-codes.md)
- [Postman Collections](https://docs.trade.mn/api-doc/postman-collections.md)


---

# 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.trade.mn/api-doc.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.
