---
title: "SDK Installation | 0xArchive Docs"
description: "Install 0xArchive SDKs for Python, TypeScript, or Rust, configure API keys, and match the same auth model used by the REST docs."
canonical_url: "https://www.0xarchive.io/docs/sdks/installation/"
markdown_url: "https://www.0xarchive.io/docs/sdks/installation.md"
route: "/docs/sdks/installation"
robots: "index, follow"
generated_from: "prerendered_html"
---

# SDK Installation

Install the client for your runtime and use the same auth model as the REST and WebSocket docs.

Languages Python, TypeScript, Rust Protocols REST and WebSocket

[Installation](https://www.0xarchive.io/docs/sdks/installation/)

[Reconstruction](https://www.0xarchive.io/docs/sdks/reconstruction/)

Official clients for the core API in Python, TypeScript, and Rust.

## Installation

Install the package for your runtime.

Python

Bash

```
pip install oxarchive
```

TypeScript / Node.js

Bash

```
npm install @0xarchive/sdk
```

Rust

Bash

```
cargo add oxarchive
```
