chainalysis package

Subpackages

Submodules

chainalysis.data_solutions module

class chainalysis.data_solutions.DataSolutionsClient(api_key: str)[source]

Bases: DataSolutionsClient

Warning

This import path has been deprecated. Please use the following import path instead:

from chainalysis import DataSolutionsClient

This class provides SDK functions for users to query Data Solutions databases.

Module contents

class chainalysis.DataSolutionsClient(api_key: str)[source]

Bases: object

This class provides SDK functions for users to query Data Solutions databases.

property sql: Sql

Call the sql property to access the Sql class.

property orm: Orm

Call the orm property to access the Orm class.

property utils: Utils

Call the utils property to access the Utils class.