# `@polymarket/bindings`

The `@polymarket/bindings` contains generated bindings for the Polymarket API.

---

**It is not intended to be used directly. Its interface will change without notice, use it at your own risk.**

## Installation

```bash
pnpm add @polymarket/bindings
```

## Usage

```ts
import {} from '@polymarket/bindings';
```

## Development

From the monorepo root:

```bash
pnpm --filter @polymarket/bindings build
```

## License

MIT
