Official Python SDK for interacting with the Injective blockchain. Provides exchange API client, protobuf definitions, and utilities for trading, governance, staking, and more. Current version: 1.14.1. Release cadence: irregular, roughly monthly.
pip install injective-pyVerified import paths — ran on the pinned version, not inferred.
Initializes an Injective client on testnet. For authenticated operations, set a private key via environment variable.
Use 'insecure=False' for mainnet and provide proper credentials.
Ensure your generated transaction types match the new proto definitions or pin to 'injective-py<1.14.0' if upgrading breaks.
Use Python 3.10-3.14 for v1.14+. For Python 3.9, stay on v1.13.1 (pip install injective-py==1.13.1).
Consider using a testnet mnemonic and Network.testnet() instead.
No dependency data recorded yet.