Client SDKs

Official client libraries that wrap the Tessera Analytics REST API in idiomatic, typed bindings — so you can query datasets without hand-rolling HTTP. Prefer raw HTTP? Every SDK is generated from the same OpenAPI spec.

Python Available

Typed Python query engine over the Tessera Analytics REST API: pull the raw datasets (OHLCV, funding, positioning) and the factor products (funding/volatility forecast, wallet toxicity) and stream Parquet straight into Polars, pandas or DuckDB.

pip install tessera-api
TypeScript Coming soon

A typed TypeScript / JavaScript client for browser and Node. Coming soon.

Rust Coming soon

A native Rust client built on arrow-rs for zero-copy Parquet access. Coming soon.