Skip to content

Releases: TransposeData/transpose-python-sdk

v4.0.2

18 Jul 20:35

Choose a tag to compare

Transpose Banner

Transpose Python SDK v4.0.2

A modern python wrapper for the Transpose API Suite.

Installation

To install the python SDK from PyPi, you can run the following command:

pip install transpose-data==4.0.2

Full Changelog

  • Adds the X-Request-Source header.

v4.0.1

26 Apr 16:17
0ebd875

Choose a tag to compare

Transpose Banner

Transpose Python SDK v4.0.1

A modern python wrapper for the Transpose API Suite.

Installation

To install the python SDK from PyPi, you can run the following command:

pip install transpose-data==4.0.1

Full Changelog

  • Adds support for querying the AI Query Assistant via api.sql.generate_query(...)
  • Adds support for fetching the SQL Schema via api.sql.schema()

v4.0.0

06 Apr 22:11

Choose a tag to compare

Transpose Banner

Transpose Python SDK v4.0.0

A modern python wrapper for the Transpose API Suite.

Installation

To install the python SDK from PyPi, you can run the following command:

pip install transpose-data==4.0.0

Full Changelog

  • block_number_before must now be >= 1.
  • Adds support for the SQL API.
  • Adds support for the Endpoint API.

v3.1.2

04 Jan 14:48

Choose a tag to compare

Transpose Banner

Transpose Python SDK v3.1.2

A modern python wrapper for the Transpose API Suite.

Installation

To install the python SDK from PyPi, you can run the following command:

pip install transpose-data==3.1.2

Full Changelog

  • Removes occurred_before and occurred_after from all transactions_by_account.
  • Removes unnecessary pillow dependency.

v3.1.1

21 Dec 19:22

Choose a tag to compare

Transpose Banner

Transpose Python SDK v3.1.1

A modern python wrapper for the Transpose API Suite.

Installation

To install the python SDK from PyPi, you can run the following command:

pip install transpose-data==3.1.1

Full Changelog

  • Removes transfer_category from all endpoints.

v3.1.0

09 Nov 00:19
429a495

Choose a tag to compare

Transpose Banner

Transpose Python SDK v3.1.0

A modern python wrapper for the Transpose API Suite.

Installation

To install the python SDK from PyPi, you can run the following command:

pip install transpose-data==3.1.0

Deprecations

As of this release, response classes are considered deprecated in favor of raw JSON responses. They will be fully removed in v4.0.0.

Full Changelog

  • Add support for json flag on API instantiation, which enables raw JSON responses. This will become the default in v4.0.0.

v3.0.1

31 Oct 16:07

Choose a tag to compare

Transpose Banner

Transpose Python SDK v3.0.1

A modern python wrapper for the Transpose API Suite.

Installation

To install the python SDK from PyPi, you can run the following command:

pip install transpose-data==3.0.1

Full Changelog

  • Remove logs_by_date endpoints.
  • Add support for chain and chain_id on API instantiation.
    • Adds support for set_chain to update working chain
  • Polygon support for block, nft, and token endpoints
  • miner param is no longer supported for blocks-by-date and blocks-by-number endpoints
  • mined_after and mined_before params for the blocks-by-date endpoint have been renamed to added_after and added_before
  • mining_reward response field has been renamed to block_reward

v3.0.0

31 Oct 16:03

Choose a tag to compare

Transpose Banner

Transpose Python SDK v3.0.0

A modern python wrapper for the Transpose API Suite.

Installation

To install the python SDK from PyPi, you can run the following command:

pip install transpose-data==3.0.0

Full Changelog

  • Remove logs_by_date endpoints.
  • Add support for chain and chain_id on API instantiation.
    • Adds support for set_chain_ID to update working chain
  • Polygon support for block, nft, and token endpoints
  • miner param is no longer supported for blocks-by-date and blocks-by-number endpoints
  • mined_after and mined_before params for the blocks-by-date endpoint have been renamed to added_after and added_before
  • mining_reward response field has been renamed to block_reward

v2.0.4

31 Aug 20:15

Choose a tag to compare

Transpose Banner

Transpose Python SDK v2.0.4

A modern python wrapper for the Transpose API Suite.

Installation

To install the python SDK from PyPi, you can run the following command:

pip install transpose-data==2.0.4

Full Changelog

  • This patch updates the ens.records_by_account to it's new standard.
    • account_addresses is now resolved_address.
    • This endpoint no longer supports batch queries and can only be used with a single address.

v2.0.3

11 Aug 15:46
606cf30

Choose a tag to compare

Transpose Banner

Transpose Python SDK v2.0.3

A modern python wrapper for the Transpose API Suite.

Installation

To install the python SDK from PyPi, you can run the following command:

pip install transpose-data==2.0.3

Full Changelog

  • This patch removes the invalid default for parameter standard from endpoints tokens_by_date_created and collections_by_date_created.
  • Minor changes to debug logging using api = Transpose(API_KEY, debug=True)