> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blnkfinance.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Python SDK

> Latest releases, fixes, and improvements to the Blnk Python SDK.

<Update label="1.3.0" description="Jul 8, 2026">
  <Info>
    `blnk-python@1.3.0` covers Blnk Core **0.15.0**.
  </Info>

  Initial public release of the Python SDK with full parity against the TypeScript SDK.

  ### Coverage

  Ledgers, ledger balances (including monitors, snapshots, historical balances, and lineage), transactions (bulk, inflight, refunds, queue recovery), reconciliation, identities and PII tokenization, search and reindex, metadata, hooks, API keys, and system health.

  ### Client

  Sync client built on `requests` with configurable timeouts, GET-only retries, structured `ApiResponse` envelopes, and redacted logging.

  ### Core 0.15.0

  Structured error codes on `response.error.code`. Inflight commit and void run through the queue by default; pass `skip_queue` for synchronous results.

  ### Before you upgrade Core

  Note the following breaking changes in Core 0.15.0:

  * Transaction and balance responses no longer include `rate` or `currency_multiplier`.
  * Branch on `response.error.code` for Core failures. Do not parse error message text.
</Update>
