> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bison.markets/llms.txt
> Use this file to discover all available pages before exploring further.

# SDK Introduction

> Official SDKs for integrating prediction markets via the Bison API

## Language Options

We currently offer a [TypeScript SDK](/sdks/typescript/quickstart):

<CardGroup>
  <Card icon="js" title="TypeScript SDK" href="/sdks/typescript/quickstart">
    TS/JS Bison library which supports Node.js and most modern browsers
  </Card>

  <Card icon="python" color="gray" title="Python SDK">
    Planned for the near future
  </Card>
</CardGroup>

## Features

The Bison SDKs provide an interface that is higher-level than the raw API for interacting with Bison, notably:

* Single-step deposits & withdraws
* Placing trades with EIP-712 signing (TS-SDK opens wallet prompts in-browser)
* Tokenizing & moving positions
* Event listening
