Skip to main content

Typed Aster

A fully typed, validated async client for the Aster API.

PyPI version Python versions Docs License



from typed_aster import Aster

async with Aster.new(public=True) as client:
  book = await client.futures.market.depth('BTCUSDT', limit=5)
  print(book['bids'][0])

One Aster client covers five surfaces:

  • client.futures: perpetual futures
  • client.spot: spot trading
  • client.prediction: prediction markets
  • client.chain: Aster Chain (staking, transfers, withdrawals, and on-chain reads by address)
  • client.bapi: the web app's public API (every asset that can be deposited or withdrawn)

Public market data needs no credentials. Everything signed uses Aster's Pro API wallets. See Authenticated Setup.

Why Typed Aster?

  • 🎯 Precise Types: Typed order unions and datetime timestamps across futures, spot, prediction and Aster Chain, not dict/Any. Prices and quantities Aster sends as strings are Decimal; the few amounts it sends as JSON numbers (Aster Chain balances such as walletBalance, withdrawal fee estimates, fee caps) are float.
  • ✅ Runtime Validation: Every REST, JSON-RPC and WebSocket response is validated by default, not just typed on paper.
  • ⚡ Async First: Async HTTP plus WebSocket market and user-data streams, built for concurrent workflows.
  • 📚 Full Surface: Every documented Pro API endpoint, including strategy orders, sub-accounts, builders, prediction outcomes and staking.

Installation

pip install typed-aster

How To

Reference

Design Philosophy

Typed Aster follows the principles outlined in this blog post.

Details matter. Developer experience matters.

License

MIT — see LICENSE.

Release files for typed-aster 0.2.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for typed-aster 0.2.0
File Size Uploaded
typed_aster-0.2.0.tar.gz 142.0 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for typed-aster 0.2.0
File Interpreter ABI Platform
typed_aster-0.2.0-py3-none-any.whl Python 3 none any Details

Total release size: 498.0 kB

Release files / typed_aster-0.2.0.tar.gz

Download URL typed_aster-0.2.0.tar.gz
Size 142.0 kB
Tags Source
SHA-256 checksum
How to use checksums
ef9f5ea4c4c8427daa15539af2d10dc291634c8503508f2eb0bac987e2736480
BLAKE2b-256 checksum
How to use checksums
474a53fc73d09091d20867b7d39156a39cff5f6c2202c9ded962440bd9d729e8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / typed_aster-0.2.0-py3-none-any.whl

Download URL typed_aster-0.2.0-py3-none-any.whl
Size 356.0 kB
Tags Python 3
SHA-256 checksum
How to use checksums
f0147a03bd917bb2f4eaa9ed670728ac336e4dde6b068a3c815d1d857ff7ac53
BLAKE2b-256 checksum
How to use checksums
95b65517ffb982d13ee34aaf43142d4ce8ccc3340ea0a09ee9a3e90d3305525d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

0.2.0 This release

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page