Releases: TransposeData/transpose-python-sdk
v4.0.2
v4.0.1
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
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_beforemust now be >= 1.- Adds support for the SQL API.
- Adds support for the Endpoint API.
v3.1.2
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_beforeandoccurred_afterfrom alltransactions_by_account. - Removes unnecessary
pillowdependency.
v3.1.1
v3.1.0
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
jsonflag on API instantiation, which enables raw JSON responses. This will become the default inv4.0.0.
v3.0.1
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_dateendpoints. - Add support for
chainandchain_idon API instantiation.- Adds support for
set_chainto update working chain
- Adds support for
- Polygon support for
block,nft, andtokenendpoints minerparam is no longer supported forblocks-by-dateandblocks-by-numberendpointsmined_afterandmined_beforeparams for theblocks-by-dateendpoint have been renamed toadded_afterandadded_beforemining_rewardresponse field has been renamed toblock_reward
v3.0.0
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_dateendpoints. - Add support for
chainandchain_idon API instantiation.- Adds support for
set_chain_IDto update working chain
- Adds support for
- Polygon support for
block,nft, andtokenendpoints minerparam is no longer supported forblocks-by-dateandblocks-by-numberendpointsmined_afterandmined_beforeparams for theblocks-by-dateendpoint have been renamed toadded_afterandadded_beforemining_rewardresponse field has been renamed toblock_reward
v2.0.4
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_accountto it's new standard.account_addressesis nowresolved_address.- This endpoint no longer supports batch queries and can only be used with a single address.
v2.0.3
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
standardfrom endpointstokens_by_date_createdandcollections_by_date_created. - Minor changes to debug logging using
api = Transpose(API_KEY, debug=True)
