graphsense-python 2.9.4__tar.gz → 2.9.6__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (141) hide show
  1. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/PKG-INFO +39 -38
  2. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/README.md +38 -37
  3. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/__init__.py +2 -2
  4. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/api/addresses_api.py +73 -46
  5. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/api/blocks_api.py +28 -19
  6. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/api/bulk_api.py +25 -19
  7. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/api/entities_api.py +67 -43
  8. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/api/general_api.py +16 -16
  9. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/api/rates_api.py +10 -10
  10. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/api/tags_api.py +46 -46
  11. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/api/tokens_api.py +10 -10
  12. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/api/txs_api.py +64 -43
  13. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/api_client.py +2 -2
  14. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/configuration.py +3 -3
  15. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/exceptions.py +1 -1
  16. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/__init__.py +1 -1
  17. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/actor.py +1 -1
  18. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/actor_context.py +1 -1
  19. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/address.py +1 -1
  20. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/address_tag.py +1 -1
  21. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/address_tags.py +1 -1
  22. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/address_tx.py +1 -1
  23. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/address_tx_utxo.py +1 -1
  24. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/address_txs.py +1 -1
  25. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/block.py +1 -1
  26. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/block_at_date.py +1 -1
  27. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/concept.py +1 -1
  28. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/currency_stats.py +1 -1
  29. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/entity.py +1 -1
  30. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/entity_addresses.py +1 -1
  31. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/external_conversion.py +1 -1
  32. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/http_validation_error.py +1 -1
  33. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/label_summary.py +1 -1
  34. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/labeled_item_ref.py +1 -1
  35. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/link.py +1 -1
  36. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/link_utxo.py +1 -1
  37. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/links.py +1 -1
  38. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/links_inner.py +1 -1
  39. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/location_inner.py +1 -1
  40. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/neighbor_address.py +1 -1
  41. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/neighbor_addresses.py +1 -1
  42. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/neighbor_entities.py +1 -1
  43. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/neighbor_entity.py +1 -1
  44. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/rate.py +1 -1
  45. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/rates.py +1 -1
  46. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/related_address.py +1 -1
  47. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/related_addresses.py +1 -1
  48. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/search_result.py +1 -1
  49. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/search_result_by_currency.py +1 -1
  50. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/search_result_level1.py +1 -1
  51. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/search_result_level2.py +1 -1
  52. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/search_result_level3.py +1 -1
  53. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/search_result_level4.py +1 -1
  54. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/search_result_level5.py +1 -1
  55. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/search_result_level6.py +1 -1
  56. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/stats.py +1 -1
  57. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/tag.py +1 -1
  58. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/tag_cloud_entry.py +1 -1
  59. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/tag_summary.py +1 -1
  60. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/taxonomy.py +1 -1
  61. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/token_config.py +1 -1
  62. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/token_configs.py +1 -1
  63. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/tx.py +1 -1
  64. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/tx_account.py +1 -1
  65. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/tx_ref.py +1 -1
  66. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/tx_summary.py +1 -1
  67. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/tx_utxo.py +1 -1
  68. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/tx_value.py +1 -1
  69. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/user_reported_tag.py +1 -1
  70. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/user_tag_report_response.py +1 -1
  71. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/validation_error.py +9 -4
  72. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/models/values.py +1 -1
  73. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/rest.py +1 -1
  74. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense_python.egg-info/PKG-INFO +39 -38
  75. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/pyproject.toml +1 -1
  76. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/api/__init__.py +0 -0
  77. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/api_response.py +0 -0
  78. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/compat.py +0 -0
  79. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/__init__.py +0 -0
  80. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/actor.py +0 -0
  81. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/actor_context.py +0 -0
  82. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/address.py +0 -0
  83. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/address_tag.py +0 -0
  84. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/address_tags.py +0 -0
  85. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/address_tx.py +0 -0
  86. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/address_tx_utxo.py +0 -0
  87. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/address_txs.py +0 -0
  88. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/block.py +0 -0
  89. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/block_at_date.py +0 -0
  90. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/concept.py +0 -0
  91. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/currency_stats.py +0 -0
  92. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/entity.py +0 -0
  93. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/entity_addresses.py +0 -0
  94. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/external_conversion.py +0 -0
  95. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/http_validation_error.py +0 -0
  96. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/label_summary.py +0 -0
  97. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/labeled_item_ref.py +0 -0
  98. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/link.py +0 -0
  99. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/link_utxo.py +0 -0
  100. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/links.py +0 -0
  101. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/links_inner.py +0 -0
  102. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/location_inner.py +0 -0
  103. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/neighbor_address.py +0 -0
  104. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/neighbor_addresses.py +0 -0
  105. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/neighbor_entities.py +0 -0
  106. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/neighbor_entity.py +0 -0
  107. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/rate.py +0 -0
  108. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/rates.py +0 -0
  109. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/related_address.py +0 -0
  110. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/related_addresses.py +0 -0
  111. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/search_result.py +0 -0
  112. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/search_result_by_currency.py +0 -0
  113. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/search_result_level1.py +0 -0
  114. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/search_result_level2.py +0 -0
  115. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/search_result_level3.py +0 -0
  116. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/search_result_level4.py +0 -0
  117. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/search_result_level5.py +0 -0
  118. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/search_result_level6.py +0 -0
  119. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/stats.py +0 -0
  120. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/tag.py +0 -0
  121. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/tag_cloud_entry.py +0 -0
  122. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/tag_summary.py +0 -0
  123. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/taxonomy.py +0 -0
  124. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/token_config.py +0 -0
  125. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/token_configs.py +0 -0
  126. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/tx.py +0 -0
  127. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/tx_account.py +0 -0
  128. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/tx_ref.py +0 -0
  129. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/tx_summary.py +0 -0
  130. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/tx_utxo.py +0 -0
  131. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/tx_value.py +0 -0
  132. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/user_reported_tag.py +0 -0
  133. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/user_tag_report_response.py +0 -0
  134. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/validation_error.py +0 -0
  135. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/model/values.py +0 -0
  136. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense/py.typed +0 -0
  137. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense_python.egg-info/SOURCES.txt +0 -0
  138. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense_python.egg-info/dependency_links.txt +0 -0
  139. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense_python.egg-info/requires.txt +0 -0
  140. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/graphsense_python.egg-info/top_level.txt +0 -0
  141. {graphsense_python-2.9.4 → graphsense_python-2.9.6}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: graphsense-python
3
- Version: 2.9.4
3
+ Version: 2.9.6
4
4
  Summary: GraphSense API
5
5
  Author-email: Iknaio Cryptoasset Analytics GmbH <contact@iknaio.com>
6
6
  License-Expression: MIT
@@ -17,14 +17,15 @@ Requires-Dist: pydantic>=2
17
17
  Requires-Dist: typing-extensions>=4.7.1
18
18
 
19
19
  # graphsense-python
20
- GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks.
20
+ GraphSense API provides programmatic access to blockchain analytics data across multiple ledgers. Use it to explore addresses, entities, blocks, transactions, tags, token activity, and exchange-rate context, and to integrate investigation workflows into your own applications and automation.
21
21
 
22
22
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
23
23
 
24
- - API version: 2.9.4
25
- - Package version: 2.9.4
24
+ - API version: 2.9.6
25
+ - Package version: 2.9.6
26
26
  - Generator version: 7.19.0
27
27
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
28
+ For more information, please visit [https://www.iknaio.com/](https://www.iknaio.com/)
28
29
 
29
30
  ## Requirements.
30
31
 
@@ -116,42 +117,42 @@ All URIs are relative to *https://api.iknaio.com*
116
117
  Class | Method | HTTP request | Description
117
118
  ------------ | ------------- | ------------- | -------------
118
119
  *AddressesApi* | [**get_address**](docs/AddressesApi.md#get_address) | **GET** /{currency}/addresses/{address} | Get an address
119
- *AddressesApi* | [**get_address_entity**](docs/AddressesApi.md#get_address_entity) | **GET** /{currency}/addresses/{address}/entity | Get the entity of an address
120
- *AddressesApi* | [**get_tag_summary_by_address**](docs/AddressesApi.md#get_tag_summary_by_address) | **GET** /{currency}/addresses/{address}/tag_summary | Get attribution tag summary for a given address
121
- *AddressesApi* | [**list_address_links**](docs/AddressesApi.md#list_address_links) | **GET** /{currency}/addresses/{address}/links | Get outgoing transactions between two addresses
122
- *AddressesApi* | [**list_address_neighbors**](docs/AddressesApi.md#list_address_neighbors) | **GET** /{currency}/addresses/{address}/neighbors | Get an address&#39;s neighbors in the address graph
123
- *AddressesApi* | [**list_address_txs**](docs/AddressesApi.md#list_address_txs) | **GET** /{currency}/addresses/{address}/txs | Get all transactions an address has been involved in
124
- *AddressesApi* | [**list_related_addresses**](docs/AddressesApi.md#list_related_addresses) | **GET** /{currency}/addresses/{address}/related_addresses | Get related addresses to the input address
125
- *AddressesApi* | [**list_tags_by_address**](docs/AddressesApi.md#list_tags_by_address) | **GET** /{currency}/addresses/{address}/tags | Get attribution tags for a given address
126
- *BlocksApi* | [**get_block**](docs/BlocksApi.md#get_block) | **GET** /{currency}/blocks/{height} | Get a block by its height
127
- *BlocksApi* | [**get_block_by_date**](docs/BlocksApi.md#get_block_by_date) | **GET** /{currency}/block_by_date/{date} | Get block by date
128
- *BlocksApi* | [**list_block_txs**](docs/BlocksApi.md#list_block_txs) | **GET** /{currency}/blocks/{height}/txs | Get block transactions
129
- *BulkApi* | [**bulk_csv**](docs/BulkApi.md#bulk_csv) | **POST** /{currency}/bulk.csv/{operation} | Get data as CSV in bulk
130
- *BulkApi* | [**bulk_json**](docs/BulkApi.md#bulk_json) | **POST** /{currency}/bulk.json/{operation} | Get data as JSON in bulk
131
- *EntitiesApi* | [**get_entity**](docs/EntitiesApi.md#get_entity) | **GET** /{currency}/entities/{entity} | Get an entity
132
- *EntitiesApi* | [**list_address_tags_by_entity**](docs/EntitiesApi.md#list_address_tags_by_entity) | **GET** /{currency}/entities/{entity}/tags | Get address tags for a given entity
133
- *EntitiesApi* | [**list_entity_addresses**](docs/EntitiesApi.md#list_entity_addresses) | **GET** /{currency}/entities/{entity}/addresses | Get an entity&#39;s addresses
134
- *EntitiesApi* | [**list_entity_links**](docs/EntitiesApi.md#list_entity_links) | **GET** /{currency}/entities/{entity}/links | Get transactions between two entities
135
- *EntitiesApi* | [**list_entity_neighbors**](docs/EntitiesApi.md#list_entity_neighbors) | **GET** /{currency}/entities/{entity}/neighbors | Get an entity&#39;s neighbors in the entity graph
136
- *EntitiesApi* | [**list_entity_txs**](docs/EntitiesApi.md#list_entity_txs) | **GET** /{currency}/entities/{entity}/txs | Get all transactions an entity has been involved in
137
- *EntitiesApi* | [**search_entity_neighbors**](docs/EntitiesApi.md#search_entity_neighbors) | **GET** /{currency}/entities/{entity}/search | Search neighbors of an entity
138
- *GeneralApi* | [**get_statistics**](docs/GeneralApi.md#get_statistics) | **GET** /stats | Get statistics of supported currencies
139
- *GeneralApi* | [**search**](docs/GeneralApi.md#search) | **GET** /search | Returns matching addresses, transactions and labels
140
- *RatesApi* | [**get_exchange_rates**](docs/RatesApi.md#get_exchange_rates) | **GET** /{currency}/rates/{height} | Get exchange rates for a given block height
141
- *TagsApi* | [**get_actor**](docs/TagsApi.md#get_actor) | **GET** /tags/actors/{actor} | Get an actor by ID
142
- *TagsApi* | [**get_actor_tags**](docs/TagsApi.md#get_actor_tags) | **GET** /tags/actors/{actor}/tags | Get tags associated with an actor
143
- *TagsApi* | [**list_address_tags**](docs/TagsApi.md#list_address_tags) | **GET** /tags | Get address tags by label
120
+ *AddressesApi* | [**get_address_entity**](docs/AddressesApi.md#get_address_entity) | **GET** /{currency}/addresses/{address}/entity | Get the entity for an address
121
+ *AddressesApi* | [**get_tag_summary_by_address**](docs/AddressesApi.md#get_tag_summary_by_address) | **GET** /{currency}/addresses/{address}/tag_summary | Get address attribution tag summary
122
+ *AddressesApi* | [**list_address_links**](docs/AddressesApi.md#list_address_links) | **GET** /{currency}/addresses/{address}/links | List transactions between two addresses
123
+ *AddressesApi* | [**list_address_neighbors**](docs/AddressesApi.md#list_address_neighbors) | **GET** /{currency}/addresses/{address}/neighbors | List neighboring addresses
124
+ *AddressesApi* | [**list_address_txs**](docs/AddressesApi.md#list_address_txs) | **GET** /{currency}/addresses/{address}/txs | List transactions involving an address
125
+ *AddressesApi* | [**list_related_addresses**](docs/AddressesApi.md#list_related_addresses) | **GET** /{currency}/addresses/{address}/related_addresses | List related addresses
126
+ *AddressesApi* | [**list_tags_by_address**](docs/AddressesApi.md#list_tags_by_address) | **GET** /{currency}/addresses/{address}/tags | List attribution tags for an address
127
+ *BlocksApi* | [**get_block**](docs/BlocksApi.md#get_block) | **GET** /{currency}/blocks/{height} | Get block details by height
128
+ *BlocksApi* | [**get_block_by_date**](docs/BlocksApi.md#get_block_by_date) | **GET** /{currency}/block_by_date/{date} | Get block at or before a date
129
+ *BlocksApi* | [**list_block_txs**](docs/BlocksApi.md#list_block_txs) | **GET** /{currency}/blocks/{height}/txs | List transactions in a block
130
+ *BulkApi* | [**bulk_csv**](docs/BulkApi.md#bulk_csv) | **POST** /{currency}/bulk.csv/{operation} | Stream bulk operation results as CSV
131
+ *BulkApi* | [**bulk_json**](docs/BulkApi.md#bulk_json) | **POST** /{currency}/bulk.json/{operation} | Stream bulk operation results as JSON
132
+ *EntitiesApi* | [**get_entity**](docs/EntitiesApi.md#get_entity) | **GET** /{currency}/entities/{entity} | Get entity details
133
+ *EntitiesApi* | [**list_address_tags_by_entity**](docs/EntitiesApi.md#list_address_tags_by_entity) | **GET** /{currency}/entities/{entity}/tags | List entity address tags
134
+ *EntitiesApi* | [**list_entity_addresses**](docs/EntitiesApi.md#list_entity_addresses) | **GET** /{currency}/entities/{entity}/addresses | List entity addresses
135
+ *EntitiesApi* | [**list_entity_links**](docs/EntitiesApi.md#list_entity_links) | **GET** /{currency}/entities/{entity}/links | List transactions between entities
136
+ *EntitiesApi* | [**list_entity_neighbors**](docs/EntitiesApi.md#list_entity_neighbors) | **GET** /{currency}/entities/{entity}/neighbors | List neighboring entities
137
+ *EntitiesApi* | [**list_entity_txs**](docs/EntitiesApi.md#list_entity_txs) | **GET** /{currency}/entities/{entity}/txs | List entity transactions
138
+ *EntitiesApi* | [**search_entity_neighbors**](docs/EntitiesApi.md#search_entity_neighbors) | **GET** /{currency}/entities/{entity}/search | Search entity neighborhood
139
+ *GeneralApi* | [**get_statistics**](docs/GeneralApi.md#get_statistics) | **GET** /stats | Get platform statistics for supported currencies
140
+ *GeneralApi* | [**search**](docs/GeneralApi.md#search) | **GET** /search | Search addresses, transactions, actors, and labels
141
+ *RatesApi* | [**get_exchange_rates**](docs/RatesApi.md#get_exchange_rates) | **GET** /{currency}/rates/{height} | Get fiat exchange rates at a block height
142
+ *TagsApi* | [**get_actor**](docs/TagsApi.md#get_actor) | **GET** /tags/actors/{actor} | Get actor details by ID
143
+ *TagsApi* | [**get_actor_tags**](docs/TagsApi.md#get_actor_tags) | **GET** /tags/actors/{actor}/tags | List tags associated with an actor
144
+ *TagsApi* | [**list_address_tags**](docs/TagsApi.md#list_address_tags) | **GET** /tags | List address tags by label
144
145
  *TagsApi* | [**list_concepts**](docs/TagsApi.md#list_concepts) | **GET** /tags/taxonomies/{taxonomy}/concepts | List concepts for a taxonomy
145
146
  *TagsApi* | [**list_taxonomies**](docs/TagsApi.md#list_taxonomies) | **GET** /tags/taxonomies | List all taxonomies
146
- *TagsApi* | [**report_tag**](docs/TagsApi.md#report_tag) | **POST** /tags/report-tag | Report a new tag
147
- *TokensApi* | [**list_supported_tokens**](docs/TokensApi.md#list_supported_tokens) | **GET** /{currency}/supported_tokens | Get supported tokens for a currency
148
- *TxsApi* | [**get_spending_txs**](docs/TxsApi.md#get_spending_txs) | **GET** /{currency}/txs/{tx_hash}/spending | Get transactions that this transaction is spending from
149
- *TxsApi* | [**get_spent_in_txs**](docs/TxsApi.md#get_spent_in_txs) | **GET** /{currency}/txs/{tx_hash}/spent_in | Get transactions that spent outputs from this transaction
150
- *TxsApi* | [**get_tx**](docs/TxsApi.md#get_tx) | **GET** /{currency}/txs/{tx_hash} | Get a transaction by its hash
151
- *TxsApi* | [**get_tx_conversions**](docs/TxsApi.md#get_tx_conversions) | **GET** /{currency}/txs/{tx_hash}/conversions | Get DeFi conversions for a transaction
152
- *TxsApi* | [**get_tx_io**](docs/TxsApi.md#get_tx_io) | **GET** /{currency}/txs/{tx_hash}/{io} | Get transaction inputs or outputs
153
- *TxsApi* | [**list_token_txs**](docs/TxsApi.md#list_token_txs) | **GET** /{currency}/token_txs/{tx_hash} | Returns all token transactions in a given transaction
154
- *TxsApi* | [**list_tx_flows**](docs/TxsApi.md#list_tx_flows) | **GET** /{currency}/txs/{tx_hash}/flows | Get asset flows within a transaction
147
+ *TagsApi* | [**report_tag**](docs/TagsApi.md#report_tag) | **POST** /tags/report-tag | Submit a user-reported tag
148
+ *TokensApi* | [**list_supported_tokens**](docs/TokensApi.md#list_supported_tokens) | **GET** /{currency}/supported_tokens | List supported tokens for a currency
149
+ *TxsApi* | [**get_spending_txs**](docs/TxsApi.md#get_spending_txs) | **GET** /{currency}/txs/{tx_hash}/spending | List source transactions
150
+ *TxsApi* | [**get_spent_in_txs**](docs/TxsApi.md#get_spent_in_txs) | **GET** /{currency}/txs/{tx_hash}/spent_in | List spending transactions
151
+ *TxsApi* | [**get_tx**](docs/TxsApi.md#get_tx) | **GET** /{currency}/txs/{tx_hash} | Get transaction details by hash
152
+ *TxsApi* | [**get_tx_conversions**](docs/TxsApi.md#get_tx_conversions) | **GET** /{currency}/txs/{tx_hash}/conversions | List DeFi conversions in a transaction
153
+ *TxsApi* | [**get_tx_io**](docs/TxsApi.md#get_tx_io) | **GET** /{currency}/txs/{tx_hash}/{io} | List transaction inputs or outputs
154
+ *TxsApi* | [**list_token_txs**](docs/TxsApi.md#list_token_txs) | **GET** /{currency}/token_txs/{tx_hash} | List token transfers in a transaction
155
+ *TxsApi* | [**list_tx_flows**](docs/TxsApi.md#list_tx_flows) | **GET** /{currency}/txs/{tx_hash}/flows | List transaction asset flows
155
156
 
156
157
 
157
158
  ## Documentation For Models
@@ -1,12 +1,13 @@
1
1
  # graphsense-python
2
- GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks.
2
+ GraphSense API provides programmatic access to blockchain analytics data across multiple ledgers. Use it to explore addresses, entities, blocks, transactions, tags, token activity, and exchange-rate context, and to integrate investigation workflows into your own applications and automation.
3
3
 
4
4
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
5
5
 
6
- - API version: 2.9.4
7
- - Package version: 2.9.4
6
+ - API version: 2.9.6
7
+ - Package version: 2.9.6
8
8
  - Generator version: 7.19.0
9
9
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
10
+ For more information, please visit [https://www.iknaio.com/](https://www.iknaio.com/)
10
11
 
11
12
  ## Requirements.
12
13
 
@@ -98,42 +99,42 @@ All URIs are relative to *https://api.iknaio.com*
98
99
  Class | Method | HTTP request | Description
99
100
  ------------ | ------------- | ------------- | -------------
100
101
  *AddressesApi* | [**get_address**](docs/AddressesApi.md#get_address) | **GET** /{currency}/addresses/{address} | Get an address
101
- *AddressesApi* | [**get_address_entity**](docs/AddressesApi.md#get_address_entity) | **GET** /{currency}/addresses/{address}/entity | Get the entity of an address
102
- *AddressesApi* | [**get_tag_summary_by_address**](docs/AddressesApi.md#get_tag_summary_by_address) | **GET** /{currency}/addresses/{address}/tag_summary | Get attribution tag summary for a given address
103
- *AddressesApi* | [**list_address_links**](docs/AddressesApi.md#list_address_links) | **GET** /{currency}/addresses/{address}/links | Get outgoing transactions between two addresses
104
- *AddressesApi* | [**list_address_neighbors**](docs/AddressesApi.md#list_address_neighbors) | **GET** /{currency}/addresses/{address}/neighbors | Get an address&#39;s neighbors in the address graph
105
- *AddressesApi* | [**list_address_txs**](docs/AddressesApi.md#list_address_txs) | **GET** /{currency}/addresses/{address}/txs | Get all transactions an address has been involved in
106
- *AddressesApi* | [**list_related_addresses**](docs/AddressesApi.md#list_related_addresses) | **GET** /{currency}/addresses/{address}/related_addresses | Get related addresses to the input address
107
- *AddressesApi* | [**list_tags_by_address**](docs/AddressesApi.md#list_tags_by_address) | **GET** /{currency}/addresses/{address}/tags | Get attribution tags for a given address
108
- *BlocksApi* | [**get_block**](docs/BlocksApi.md#get_block) | **GET** /{currency}/blocks/{height} | Get a block by its height
109
- *BlocksApi* | [**get_block_by_date**](docs/BlocksApi.md#get_block_by_date) | **GET** /{currency}/block_by_date/{date} | Get block by date
110
- *BlocksApi* | [**list_block_txs**](docs/BlocksApi.md#list_block_txs) | **GET** /{currency}/blocks/{height}/txs | Get block transactions
111
- *BulkApi* | [**bulk_csv**](docs/BulkApi.md#bulk_csv) | **POST** /{currency}/bulk.csv/{operation} | Get data as CSV in bulk
112
- *BulkApi* | [**bulk_json**](docs/BulkApi.md#bulk_json) | **POST** /{currency}/bulk.json/{operation} | Get data as JSON in bulk
113
- *EntitiesApi* | [**get_entity**](docs/EntitiesApi.md#get_entity) | **GET** /{currency}/entities/{entity} | Get an entity
114
- *EntitiesApi* | [**list_address_tags_by_entity**](docs/EntitiesApi.md#list_address_tags_by_entity) | **GET** /{currency}/entities/{entity}/tags | Get address tags for a given entity
115
- *EntitiesApi* | [**list_entity_addresses**](docs/EntitiesApi.md#list_entity_addresses) | **GET** /{currency}/entities/{entity}/addresses | Get an entity&#39;s addresses
116
- *EntitiesApi* | [**list_entity_links**](docs/EntitiesApi.md#list_entity_links) | **GET** /{currency}/entities/{entity}/links | Get transactions between two entities
117
- *EntitiesApi* | [**list_entity_neighbors**](docs/EntitiesApi.md#list_entity_neighbors) | **GET** /{currency}/entities/{entity}/neighbors | Get an entity&#39;s neighbors in the entity graph
118
- *EntitiesApi* | [**list_entity_txs**](docs/EntitiesApi.md#list_entity_txs) | **GET** /{currency}/entities/{entity}/txs | Get all transactions an entity has been involved in
119
- *EntitiesApi* | [**search_entity_neighbors**](docs/EntitiesApi.md#search_entity_neighbors) | **GET** /{currency}/entities/{entity}/search | Search neighbors of an entity
120
- *GeneralApi* | [**get_statistics**](docs/GeneralApi.md#get_statistics) | **GET** /stats | Get statistics of supported currencies
121
- *GeneralApi* | [**search**](docs/GeneralApi.md#search) | **GET** /search | Returns matching addresses, transactions and labels
122
- *RatesApi* | [**get_exchange_rates**](docs/RatesApi.md#get_exchange_rates) | **GET** /{currency}/rates/{height} | Get exchange rates for a given block height
123
- *TagsApi* | [**get_actor**](docs/TagsApi.md#get_actor) | **GET** /tags/actors/{actor} | Get an actor by ID
124
- *TagsApi* | [**get_actor_tags**](docs/TagsApi.md#get_actor_tags) | **GET** /tags/actors/{actor}/tags | Get tags associated with an actor
125
- *TagsApi* | [**list_address_tags**](docs/TagsApi.md#list_address_tags) | **GET** /tags | Get address tags by label
102
+ *AddressesApi* | [**get_address_entity**](docs/AddressesApi.md#get_address_entity) | **GET** /{currency}/addresses/{address}/entity | Get the entity for an address
103
+ *AddressesApi* | [**get_tag_summary_by_address**](docs/AddressesApi.md#get_tag_summary_by_address) | **GET** /{currency}/addresses/{address}/tag_summary | Get address attribution tag summary
104
+ *AddressesApi* | [**list_address_links**](docs/AddressesApi.md#list_address_links) | **GET** /{currency}/addresses/{address}/links | List transactions between two addresses
105
+ *AddressesApi* | [**list_address_neighbors**](docs/AddressesApi.md#list_address_neighbors) | **GET** /{currency}/addresses/{address}/neighbors | List neighboring addresses
106
+ *AddressesApi* | [**list_address_txs**](docs/AddressesApi.md#list_address_txs) | **GET** /{currency}/addresses/{address}/txs | List transactions involving an address
107
+ *AddressesApi* | [**list_related_addresses**](docs/AddressesApi.md#list_related_addresses) | **GET** /{currency}/addresses/{address}/related_addresses | List related addresses
108
+ *AddressesApi* | [**list_tags_by_address**](docs/AddressesApi.md#list_tags_by_address) | **GET** /{currency}/addresses/{address}/tags | List attribution tags for an address
109
+ *BlocksApi* | [**get_block**](docs/BlocksApi.md#get_block) | **GET** /{currency}/blocks/{height} | Get block details by height
110
+ *BlocksApi* | [**get_block_by_date**](docs/BlocksApi.md#get_block_by_date) | **GET** /{currency}/block_by_date/{date} | Get block at or before a date
111
+ *BlocksApi* | [**list_block_txs**](docs/BlocksApi.md#list_block_txs) | **GET** /{currency}/blocks/{height}/txs | List transactions in a block
112
+ *BulkApi* | [**bulk_csv**](docs/BulkApi.md#bulk_csv) | **POST** /{currency}/bulk.csv/{operation} | Stream bulk operation results as CSV
113
+ *BulkApi* | [**bulk_json**](docs/BulkApi.md#bulk_json) | **POST** /{currency}/bulk.json/{operation} | Stream bulk operation results as JSON
114
+ *EntitiesApi* | [**get_entity**](docs/EntitiesApi.md#get_entity) | **GET** /{currency}/entities/{entity} | Get entity details
115
+ *EntitiesApi* | [**list_address_tags_by_entity**](docs/EntitiesApi.md#list_address_tags_by_entity) | **GET** /{currency}/entities/{entity}/tags | List entity address tags
116
+ *EntitiesApi* | [**list_entity_addresses**](docs/EntitiesApi.md#list_entity_addresses) | **GET** /{currency}/entities/{entity}/addresses | List entity addresses
117
+ *EntitiesApi* | [**list_entity_links**](docs/EntitiesApi.md#list_entity_links) | **GET** /{currency}/entities/{entity}/links | List transactions between entities
118
+ *EntitiesApi* | [**list_entity_neighbors**](docs/EntitiesApi.md#list_entity_neighbors) | **GET** /{currency}/entities/{entity}/neighbors | List neighboring entities
119
+ *EntitiesApi* | [**list_entity_txs**](docs/EntitiesApi.md#list_entity_txs) | **GET** /{currency}/entities/{entity}/txs | List entity transactions
120
+ *EntitiesApi* | [**search_entity_neighbors**](docs/EntitiesApi.md#search_entity_neighbors) | **GET** /{currency}/entities/{entity}/search | Search entity neighborhood
121
+ *GeneralApi* | [**get_statistics**](docs/GeneralApi.md#get_statistics) | **GET** /stats | Get platform statistics for supported currencies
122
+ *GeneralApi* | [**search**](docs/GeneralApi.md#search) | **GET** /search | Search addresses, transactions, actors, and labels
123
+ *RatesApi* | [**get_exchange_rates**](docs/RatesApi.md#get_exchange_rates) | **GET** /{currency}/rates/{height} | Get fiat exchange rates at a block height
124
+ *TagsApi* | [**get_actor**](docs/TagsApi.md#get_actor) | **GET** /tags/actors/{actor} | Get actor details by ID
125
+ *TagsApi* | [**get_actor_tags**](docs/TagsApi.md#get_actor_tags) | **GET** /tags/actors/{actor}/tags | List tags associated with an actor
126
+ *TagsApi* | [**list_address_tags**](docs/TagsApi.md#list_address_tags) | **GET** /tags | List address tags by label
126
127
  *TagsApi* | [**list_concepts**](docs/TagsApi.md#list_concepts) | **GET** /tags/taxonomies/{taxonomy}/concepts | List concepts for a taxonomy
127
128
  *TagsApi* | [**list_taxonomies**](docs/TagsApi.md#list_taxonomies) | **GET** /tags/taxonomies | List all taxonomies
128
- *TagsApi* | [**report_tag**](docs/TagsApi.md#report_tag) | **POST** /tags/report-tag | Report a new tag
129
- *TokensApi* | [**list_supported_tokens**](docs/TokensApi.md#list_supported_tokens) | **GET** /{currency}/supported_tokens | Get supported tokens for a currency
130
- *TxsApi* | [**get_spending_txs**](docs/TxsApi.md#get_spending_txs) | **GET** /{currency}/txs/{tx_hash}/spending | Get transactions that this transaction is spending from
131
- *TxsApi* | [**get_spent_in_txs**](docs/TxsApi.md#get_spent_in_txs) | **GET** /{currency}/txs/{tx_hash}/spent_in | Get transactions that spent outputs from this transaction
132
- *TxsApi* | [**get_tx**](docs/TxsApi.md#get_tx) | **GET** /{currency}/txs/{tx_hash} | Get a transaction by its hash
133
- *TxsApi* | [**get_tx_conversions**](docs/TxsApi.md#get_tx_conversions) | **GET** /{currency}/txs/{tx_hash}/conversions | Get DeFi conversions for a transaction
134
- *TxsApi* | [**get_tx_io**](docs/TxsApi.md#get_tx_io) | **GET** /{currency}/txs/{tx_hash}/{io} | Get transaction inputs or outputs
135
- *TxsApi* | [**list_token_txs**](docs/TxsApi.md#list_token_txs) | **GET** /{currency}/token_txs/{tx_hash} | Returns all token transactions in a given transaction
136
- *TxsApi* | [**list_tx_flows**](docs/TxsApi.md#list_tx_flows) | **GET** /{currency}/txs/{tx_hash}/flows | Get asset flows within a transaction
129
+ *TagsApi* | [**report_tag**](docs/TagsApi.md#report_tag) | **POST** /tags/report-tag | Submit a user-reported tag
130
+ *TokensApi* | [**list_supported_tokens**](docs/TokensApi.md#list_supported_tokens) | **GET** /{currency}/supported_tokens | List supported tokens for a currency
131
+ *TxsApi* | [**get_spending_txs**](docs/TxsApi.md#get_spending_txs) | **GET** /{currency}/txs/{tx_hash}/spending | List source transactions
132
+ *TxsApi* | [**get_spent_in_txs**](docs/TxsApi.md#get_spent_in_txs) | **GET** /{currency}/txs/{tx_hash}/spent_in | List spending transactions
133
+ *TxsApi* | [**get_tx**](docs/TxsApi.md#get_tx) | **GET** /{currency}/txs/{tx_hash} | Get transaction details by hash
134
+ *TxsApi* | [**get_tx_conversions**](docs/TxsApi.md#get_tx_conversions) | **GET** /{currency}/txs/{tx_hash}/conversions | List DeFi conversions in a transaction
135
+ *TxsApi* | [**get_tx_io**](docs/TxsApi.md#get_tx_io) | **GET** /{currency}/txs/{tx_hash}/{io} | List transaction inputs or outputs
136
+ *TxsApi* | [**list_token_txs**](docs/TxsApi.md#list_token_txs) | **GET** /{currency}/token_txs/{tx_hash} | List token transfers in a transaction
137
+ *TxsApi* | [**list_tx_flows**](docs/TxsApi.md#list_tx_flows) | **GET** /{currency}/txs/{tx_hash}/flows | List transaction asset flows
137
138
 
138
139
 
139
140
  ## Documentation For Models
@@ -5,14 +5,14 @@
5
5
  """
6
6
  GraphSense API
7
7
 
8
- GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
8
+ GraphSense API provides programmatic access to blockchain analytics data across multiple ledgers. Use it to explore addresses, entities, blocks, transactions, tags, token activity, and exchange-rate context, and to integrate investigation workflows into your own applications and automation. # noqa: E501
9
9
 
10
10
  Contact: contact@iknaio.com
11
11
  Generated by: https://openapi-generator.tech
12
12
  """
13
13
 
14
14
 
15
- __version__ = "2.9.4"
15
+ __version__ = "2.9.6"
16
16
 
17
17
  # Define package exports
18
18
  __all__ = [