# SPOT & PERP APIs

- [Kana Labs - DeFi Simplified](https://docs.kanalabs.io/spot-and-perp-apis/kana-labs-defi-simplified.md): A complete and comprehensive DeFi product suite that provides end to end solutions be it for retail users looking to make their mark in Crypto or for developers & businesses entering the DeFi market.
- [Staking Aggregator](https://docs.kanalabs.io/spot-and-perp-apis/kana-labs-defi-simplified/staking-aggregator.md)
- [Trading APIs](https://docs.kanalabs.io/spot-and-perp-apis/trading-apis.md): Quick Links to APIs for Kana Labs DeFi Product Suite
- [Kana Trade API](https://docs.kanalabs.io/spot-and-perp-apis/trading-apis/kana-trade-api.md): API for our on-chain orderbook platform Kana Trade
- [Kana Perps API](https://docs.kanalabs.io/spot-and-perp-apis/trading-apis/kana-perps-api.md): API for our perpetual futures platform
- [Installation Setup](https://docs.kanalabs.io/spot-and-perp-apis/trading-apis/kana-perps-api/installation-setup.md): Overview of supported trading markets and installation prerequisites for using the API.
- [Example setup functions](https://docs.kanalabs.io/spot-and-perp-apis/trading-apis/kana-perps-api/example-setup-functions.md)
- [Kana Perps Typescript REST API](https://docs.kanalabs.io/spot-and-perp-apis/trading-apis/kana-perps-api/kana-perps-typescript-rest-api.md)
- [Kana Perps Websocket API](https://docs.kanalabs.io/spot-and-perp-apis/trading-apis/kana-perps-api/kana-perps-websocket-api.md): Overview of supported trading markets and installation prerequisites for using the Websocket API.
- [Kana Perps Python Websocket API](https://docs.kanalabs.io/spot-and-perp-apis/trading-apis/kana-perps-api/kana-perps-python-websocket-api.md)
- [Kana Perps Python REST API](https://docs.kanalabs.io/spot-and-perp-apis/trading-apis/kana-perps-api/kana-perps-python-rest-api.md)
- [Steps to place an order](https://docs.kanalabs.io/spot-and-perp-apis/trading-apis/kana-perps-api/steps-to-place-an-order.md)
- [Kana Labs Build - Blockchain Infra](https://docs.kanalabs.io/spot-and-perp-apis/kana-labs-build-blockchain-infra.md)
- [Web3 Aggregator SDK aka Kana Crosschain SDK](https://docs.kanalabs.io/spot-and-perp-apis/kana-labs-build-blockchain-infra/web3-aggregator-sdk-aka-kana-crosschain-sdk.md)
- [Mirai SDK – EIP 4337 Based Smart Wallet](https://docs.kanalabs.io/spot-and-perp-apis/kana-labs-build-blockchain-infra/mirai-sdk-eip-4337-based-smart-wallet.md)
- [Paymaster SDK](https://docs.kanalabs.io/spot-and-perp-apis/kana-labs-build-blockchain-infra/paymaster-sdk.md)
- [Kana Crosschain Widget](https://docs.kanalabs.io/spot-and-perp-apis/kana-labs-build-blockchain-infra/kana-crosschain-widget.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.kanalabs.io/spot-and-perp-apis.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.
