You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2025. It is now read-only.
Please see the [changelog of GraphSense OpenAPI](https://github.com/graphsense/graphsense-openapi/blob/master/CHANGELOG.md).
3
+
Please see the [changelog of GraphSense OpenAPI](https://github.com/graphsense/graphsense-openapi/blob/master/CHANGELOG.md) for changes related to the API.
4
+
5
+
## [24.01.0/1.4.1] - 2024-01-25
6
+
7
+
### Added
8
+
- Added instructions and templates for generating the library using openapi-generator.
In order to generate the client from [Graphsense's OpenAPI specification](https://github.com/graphsense/graphsense-openapi) run the [OpenAPI Generator CLI](https://openapi-generator.tech/), eg. using docker:
This python package has been generated from [Graphsense's OpenAPI specification](https://api.test.ikna.io) hosted by [Iknaio Cryptoasset Analytics GmbH](https://ikna.io) using this command:
221
+
222
+
```
223
+
make GS_REST_SERVICE_URL="https://api.test.ikna.io" generate-openapi-client
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
15
15
16
16
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**coingecko_ids** | **[str]** | list of references to coingecko exchanges or coins |
8
-
**defilama_ids** | **[str]** | list of references to defilama |
7
+
**uris** | **[str]** | list of additonal uris identifying the actor |
9
8
**images** | **[str]** | list of uris to logos of the actor |
10
9
**refs** | **[str]** | list of uris to further information of the actors. |
11
-
**uris** | **[str]** | list of additonal uris identifying the actor |
10
+
**coingecko_ids** | **[str]** | list of references to coingecko exchanges or coins |
11
+
**defilama_ids** | **[str]** | list of references to defilama |
12
+
**twitter_handle** | **str** | semi-colon separated list of twitter handles used by the actor | [optional]
12
13
**github_organisation** | **str** | semi-colon separated list of github organisations used by the actor | [optional]
13
14
**legal_name** | **str** | Name of the legal entity registerd by the actor. | [optional]
14
-
**twitter_handle** | **str** | semi-colon separated list of twitter handles used by the actor | [optional]
15
15
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
16
16
17
17
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
26
26
27
27
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**lastmod** | **int** | Last modified | [optional]
21
-
**source** | **str** | Source | [optional]
22
-
**tagpack_uri** | **str** | Tagpack URI | [optional]
23
23
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
24
24
25
25
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**contract_creation** | **bool** | Indicates if this transaction created a new contract. Recipient address is the address of the new contract. | [optional]
9
8
**token_tx_id** | **int** | | [optional]
10
-
**coinbase** | **bool** | Coinbase transaction flag | [optional]
9
+
**contract_creation** | **bool** | Indicates if this transaction created a new contract. Recipient address is the address of the new contract. | [optional]
**coinbase** | **bool** | Coinbase transaction flag |
7
+
**tx_hash** | **str** | Transaction hash |
8
8
**currency** | **str** | crypto currency code |
9
+
**coinbase** | **bool** | Coinbase transaction flag |
9
10
**height** | [**Height**](Height.md) | |
10
11
**timestamp** | **int** | Timestamp |
11
-
**tx_hash** | **str** | Transaction hash |
12
12
**value** | [**Values**](Values.md) | |
13
13
**tx_type** | **str** | | defaults to "utxo"
14
14
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
0 commit comments