A fully typed, validated async client for the Alchemy API.
- Documentation: https://tribulnation.com/typed/alchemy
- Source Code: https://github.com/tribulnation/typed/tree/main/packages/alchemy
from typed_alchemy import Alchemy
async with Alchemy.new() as client:
prices = await client.prices.by_symbol(symbols=['ETH', 'BTC'])
transfers = await client.transfers(network='ethereum').get_asset_transfers(
from_block='0x0',
to_address='0x5c43B1eD97e52d009611D89b74fA829FE4ac56b1',
category=['external'],
max_count='0x2',
)
Why Typed Alchemy?
- 🎯 Precise Types: Typed request and response models across Portfolio, Prices, NFT, Token, Transfers, Utility, and Simulation endpoints.
- ✅ Runtime Validation: Responses validated by default, not just typed on paper.
- ⚡ Async First: One shared async HTTP transport, ready for concurrent requests.
- 📚 Full Surface: Every supported network exposed uniformly, not just Ethereum.
Installation
pip install typed-alchemy
How To
- Look Up Token Prices
- Inspect Wallet Portfolio
- Query NFTs
- Get Asset Transfers
- Paginate Through Results
- Advanced RPC Methods
- Streaming Support Status
Reference
Design Philosophy
Typed Alchemy follows the principles outlined in this blog post.
Details matter. Developer experience matters.
License
MIT — see LICENSE.
Release files for typed-alchemy 2.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| typed_alchemy-2.2.1.tar.gz | 42.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| typed_alchemy-2.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 123.7 kB
Release files / typed_alchemy-2.2.1.tar.gz
| Download URL | typed_alchemy-2.2.1.tar.gz |
|---|---|
| Size | 42.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
504c7a155419c320f3be32e6aa90b0f747ea0d7ccacc805665b3eb1d78d4fdc5
|
|
BLAKE2b-256 checksum How to use checksums |
8743af4a217a898e81d6736ffc0d10b2cdfe95fc7dd2fd825aeed6229ef4f181
|
| 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 20, 2026.
Transparency logRelease files / typed_alchemy-2.2.1-py3-none-any.whl
| Download URL | typed_alchemy-2.2.1-py3-none-any.whl |
|---|---|
| Size | 81.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
617580b1299877e5b0cf3edd09d027f68fb1fe0d49e825a3ce0593067719763c
|
|
BLAKE2b-256 checksum How to use checksums |
8993281258004de99e9cf0d1d19ef84dc3413d2c4be98b7c08a34ad3d79421fc
|
| 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 20, 2026.
Transparency log