---
title: "👨‍💻 Forkast Developer Docs"
description: >-
  Explore Forkast developer docs to integrate TypeScript or Python SDKs for
  placing orders, tracking balances, and accessing live market data.
---

> **For AI agents:** the complete documentation index is at [llms.txt](/llms.txt). Append `.md` to any page URL for its markdown version.

Welcome to the Forkast developer hub. This section contains all the resources you need to get started with our API and perform basic trading actions on Forkast.

### 🧰 Using the SDKs

The Forkast SDKs offer a simple and consistent way to interact with our trading platform. We provide SDKs for both **TypeScript and Python** to support a range of development environments and use cases. You can find detailed documentation and examples for each service in our [Forkast SDK Integration Guide](/developers/sdk-guide).

### 🚀 What Can You Do with the SDK?

Once you're set up, you can:

- Place and manage orders
- Retrieve your balances
- Access live market data
- Integrate trading features into your app

### 👉 Next Steps

- 👉 [Forkast SDK Integration Guide](/developers/sdk-guide) – Set up the SDK and make your first call
- 👉 [Examples](/developers/sdk-guide/examples)  – See common use cases in action
- 👉 [Websockets](/developers/websockets) - Get realtime market data
