Skip to main content
The official Python client wraps the ProxyJam API with typed resources for catalog browsing, wallets, orders, and proxy management.

Install

Requires Python 3.13+.

Authentication

Pass your API key when constructing the client. Keys are sent in the X-API-Key header on every request. See the Authentication guide for how to generate and manage keys.

Quick start

Async

The async client mirrors the sync one and runs on asyncio.

Errors

All API failures raise subclasses of ProxyJamError. Use the specific subclasses to react to known conditions. Example: