Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Commit 5282cd5

Browse files
committed
regenerate from spec v1.4.2 prod
1 parent e71e3ca commit 5282cd5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+167
-167
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ GraphSense API provides programmatic access to various ledgers' addresses, entit
33

44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

6-
- API version: 1.4.1
7-
- Package version: 1.4.1
6+
- API version: 1.4.2
7+
- Package version: 1.4.2
88
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
99

1010
## Requirements.
@@ -57,10 +57,10 @@ from graphsense.model.entity import Entity
5757
from graphsense.model.height import Height
5858
from graphsense.model.links import Links
5959
from graphsense.model.neighbor_addresses import NeighborAddresses
60-
# Defining the host is optional and defaults to https://api.test.ikna.io
60+
# Defining the host is optional and defaults to https://api.ikna.io
6161
# See configuration.py for a list of all supported configuration parameters.
6262
configuration = graphsense.Configuration(
63-
host = "https://api.test.ikna.io"
63+
host = "https://api.ikna.io"
6464
)
6565

6666
# The client must configure the authentication and authorization parameters
@@ -92,7 +92,7 @@ with graphsense.ApiClient(configuration) as api_client:
9292

9393
## Documentation for API Endpoints
9494

95-
All URIs are relative to *https://api.test.ikna.io*
95+
All URIs are relative to *https://api.ikna.io*
9696

9797
Class | Method | HTTP request | Description
9898
------------ | ------------- | ------------- | -------------
@@ -121,11 +121,11 @@ Class | Method | HTTP request | Description
121121
*TagsApi* | [**list_address_tags**](docs/TagsApi.md#list_address_tags) | **GET** /tags | Returns address tags associated with a given label
122122
*TagsApi* | [**list_concepts**](docs/TagsApi.md#list_concepts) | **GET** /tags/taxonomies/{taxonomy}/concepts | Returns the supported concepts of a taxonomy
123123
*TagsApi* | [**list_taxonomies**](docs/TagsApi.md#list_taxonomies) | **GET** /tags/taxonomies | Returns the supported taxonomies
124-
*TokensApi* | [**list_supported_tokens**](docs/TokensApi.md#list_supported_tokens) | **GET** /{currency}/supported_tokens | Returns a list of supported token (sub)currencies.
124+
*TokensApi* | [**list_supported_tokens**](docs/TokensApi.md#list_supported_tokens) | **GET** /{currency}/supported_tokens | Returns a list of supported token (sub)currencies
125125
*TxsApi* | [**get_spending_txs**](docs/TxsApi.md#get_spending_txs) | **GET** /{currency}/txs/{tx_hash}/spending | Returns in which other transaction's outputs the asked transaction spent. Think backwards references is the transaction graph. This endpoint is only available for utxo like currencies.
126126
*TxsApi* | [**get_spent_in_txs**](docs/TxsApi.md#get_spent_in_txs) | **GET** /{currency}/txs/{tx_hash}/spent_in | Returns in which other transactions, outputs from the asked transaction are spent. Think forward references in the transaction graph. This endpoint is only available for utxo like currencies.
127-
*TxsApi* | [**get_tx**](docs/TxsApi.md#get_tx) | **GET** /{currency}/txs/{tx_hash} | Returns details of a specific transaction identified by its hash.
128-
*TxsApi* | [**get_tx_io**](docs/TxsApi.md#get_tx_io) | **GET** /{currency}/txs/{tx_hash}/{io} | Returns input/output values of a specific transaction identified by its hash.
127+
*TxsApi* | [**get_tx**](docs/TxsApi.md#get_tx) | **GET** /{currency}/txs/{tx_hash} | Returns details of a specific transaction identified by its hash
128+
*TxsApi* | [**get_tx_io**](docs/TxsApi.md#get_tx_io) | **GET** /{currency}/txs/{tx_hash}/{io} | Returns input/output values of a specific transaction identified by its hash
129129
*TxsApi* | [**list_token_txs**](docs/TxsApi.md#list_token_txs) | **GET** /{currency}/token_txs/{tx_hash} | Returns all token transactions in a given transaction
130130

131131

@@ -217,9 +217,9 @@ Run the jupyter notebooks
217217

218218
## Generation from OpenAPI specification
219219

220-
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:
220+
This python package has been generated from [Graphsense's OpenAPI specification](https://api.ikna.io) hosted by [Iknaio Cryptoasset Analytics GmbH](https://ikna.io) using this command:
221221

222222
```
223-
make GS_REST_SERVICE_URL="https://api.test.ikna.io" generate-openapi-client
223+
make GS_REST_SERVICE_URL="https://api.ikna.io" generate-openapi-client
224224
```
225225

docs/ActorContext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**uris** | **[str]** | list of additonal uris identifying the actor |
88
**images** | **[str]** | list of uris to logos of the actor |
9-
**refs** | **[str]** | list of uris to further information of the actors. |
9+
**refs** | **[str]** | list of uris to further information of the actors |
1010
**coingecko_ids** | **[str]** | list of references to coingecko exchanges or coins |
1111
**defilama_ids** | **[str]** | list of references to defilama |
1212
**twitter_handle** | **str** | semi-colon separated list of twitter handles used by the actor | [optional]

docs/AddressesApi.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# graphsense.AddressesApi
22

3-
All URIs are relative to *https://api.test.ikna.io*
3+
All URIs are relative to *https://api.ikna.io*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
@@ -26,10 +26,10 @@ import graphsense
2626
from graphsense.api import addresses_api
2727
from graphsense.model.address import Address
2828
from pprint import pprint
29-
# Defining the host is optional and defaults to https://api.test.ikna.io
29+
# Defining the host is optional and defaults to https://api.ikna.io
3030
# See configuration.py for a list of all supported configuration parameters.
3131
configuration = graphsense.Configuration(
32-
host = "https://api.test.ikna.io"
32+
host = "https://api.ikna.io"
3333
)
3434

3535
# The client must configure the authentication and authorization parameters
@@ -110,10 +110,10 @@ import graphsense
110110
from graphsense.api import addresses_api
111111
from graphsense.model.entity import Entity
112112
from pprint import pprint
113-
# Defining the host is optional and defaults to https://api.test.ikna.io
113+
# Defining the host is optional and defaults to https://api.ikna.io
114114
# See configuration.py for a list of all supported configuration parameters.
115115
configuration = graphsense.Configuration(
116-
host = "https://api.test.ikna.io"
116+
host = "https://api.ikna.io"
117117
)
118118

119119
# The client must configure the authentication and authorization parameters
@@ -194,10 +194,10 @@ import graphsense
194194
from graphsense.api import addresses_api
195195
from graphsense.model.links import Links
196196
from pprint import pprint
197-
# Defining the host is optional and defaults to https://api.test.ikna.io
197+
# Defining the host is optional and defaults to https://api.ikna.io
198198
# See configuration.py for a list of all supported configuration parameters.
199199
configuration = graphsense.Configuration(
200-
host = "https://api.test.ikna.io"
200+
host = "https://api.ikna.io"
201201
)
202202

203203
# The client must configure the authentication and authorization parameters
@@ -293,10 +293,10 @@ import graphsense
293293
from graphsense.api import addresses_api
294294
from graphsense.model.neighbor_addresses import NeighborAddresses
295295
from pprint import pprint
296-
# Defining the host is optional and defaults to https://api.test.ikna.io
296+
# Defining the host is optional and defaults to https://api.ikna.io
297297
# See configuration.py for a list of all supported configuration parameters.
298298
configuration = graphsense.Configuration(
299-
host = "https://api.test.ikna.io"
299+
host = "https://api.ikna.io"
300300
)
301301

302302
# The client must configure the authentication and authorization parameters
@@ -399,10 +399,10 @@ from graphsense.api import addresses_api
399399
from graphsense.model.height import Height
400400
from graphsense.model.address_txs import AddressTxs
401401
from pprint import pprint
402-
# Defining the host is optional and defaults to https://api.test.ikna.io
402+
# Defining the host is optional and defaults to https://api.ikna.io
403403
# See configuration.py for a list of all supported configuration parameters.
404404
configuration = graphsense.Configuration(
405-
host = "https://api.test.ikna.io"
405+
host = "https://api.ikna.io"
406406
)
407407

408408
# The client must configure the authentication and authorization parameters
@@ -504,10 +504,10 @@ import graphsense
504504
from graphsense.api import addresses_api
505505
from graphsense.model.address_tags import AddressTags
506506
from pprint import pprint
507-
# Defining the host is optional and defaults to https://api.test.ikna.io
507+
# Defining the host is optional and defaults to https://api.ikna.io
508508
# See configuration.py for a list of all supported configuration parameters.
509509
configuration = graphsense.Configuration(
510-
host = "https://api.test.ikna.io"
510+
host = "https://api.ikna.io"
511511
)
512512

513513
# The client must configure the authentication and authorization parameters

docs/BlocksApi.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# graphsense.BlocksApi
22

3-
All URIs are relative to *https://api.test.ikna.io*
3+
All URIs are relative to *https://api.ikna.io*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
@@ -23,10 +23,10 @@ from graphsense.api import blocks_api
2323
from graphsense.model.block import Block
2424
from graphsense.model.height import Height
2525
from pprint import pprint
26-
# Defining the host is optional and defaults to https://api.test.ikna.io
26+
# Defining the host is optional and defaults to https://api.ikna.io
2727
# See configuration.py for a list of all supported configuration parameters.
2828
configuration = graphsense.Configuration(
29-
host = "https://api.test.ikna.io"
29+
host = "https://api.ikna.io"
3030
)
3131

3232
# The client must configure the authentication and authorization parameters
@@ -108,10 +108,10 @@ from graphsense.api import blocks_api
108108
from graphsense.model.tx import Tx
109109
from graphsense.model.height import Height
110110
from pprint import pprint
111-
# Defining the host is optional and defaults to https://api.test.ikna.io
111+
# Defining the host is optional and defaults to https://api.ikna.io
112112
# See configuration.py for a list of all supported configuration parameters.
113113
configuration = graphsense.Configuration(
114-
host = "https://api.test.ikna.io"
114+
host = "https://api.ikna.io"
115115
)
116116

117117
# The client must configure the authentication and authorization parameters

docs/EntitiesApi.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# graphsense.EntitiesApi
22

3-
All URIs are relative to *https://api.test.ikna.io*
3+
All URIs are relative to *https://api.ikna.io*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
@@ -27,10 +27,10 @@ import graphsense
2727
from graphsense.api import entities_api
2828
from graphsense.model.entity import Entity
2929
from pprint import pprint
30-
# Defining the host is optional and defaults to https://api.test.ikna.io
30+
# Defining the host is optional and defaults to https://api.ikna.io
3131
# See configuration.py for a list of all supported configuration parameters.
3232
configuration = graphsense.Configuration(
33-
host = "https://api.test.ikna.io"
33+
host = "https://api.ikna.io"
3434
)
3535

3636
# The client must configure the authentication and authorization parameters
@@ -124,10 +124,10 @@ import graphsense
124124
from graphsense.api import entities_api
125125
from graphsense.model.address_tags import AddressTags
126126
from pprint import pprint
127-
# Defining the host is optional and defaults to https://api.test.ikna.io
127+
# Defining the host is optional and defaults to https://api.ikna.io
128128
# See configuration.py for a list of all supported configuration parameters.
129129
configuration = graphsense.Configuration(
130-
host = "https://api.test.ikna.io"
130+
host = "https://api.ikna.io"
131131
)
132132

133133
# The client must configure the authentication and authorization parameters
@@ -221,10 +221,10 @@ import graphsense
221221
from graphsense.api import entities_api
222222
from graphsense.model.entity_addresses import EntityAddresses
223223
from pprint import pprint
224-
# Defining the host is optional and defaults to https://api.test.ikna.io
224+
# Defining the host is optional and defaults to https://api.ikna.io
225225
# See configuration.py for a list of all supported configuration parameters.
226226
configuration = graphsense.Configuration(
227-
host = "https://api.test.ikna.io"
227+
host = "https://api.ikna.io"
228228
)
229229

230230
# The client must configure the authentication and authorization parameters
@@ -318,10 +318,10 @@ import graphsense
318318
from graphsense.api import entities_api
319319
from graphsense.model.links import Links
320320
from pprint import pprint
321-
# Defining the host is optional and defaults to https://api.test.ikna.io
321+
# Defining the host is optional and defaults to https://api.ikna.io
322322
# See configuration.py for a list of all supported configuration parameters.
323323
configuration = graphsense.Configuration(
324-
host = "https://api.test.ikna.io"
324+
host = "https://api.ikna.io"
325325
)
326326

327327
# The client must configure the authentication and authorization parameters
@@ -417,10 +417,10 @@ import graphsense
417417
from graphsense.api import entities_api
418418
from graphsense.model.neighbor_entities import NeighborEntities
419419
from pprint import pprint
420-
# Defining the host is optional and defaults to https://api.test.ikna.io
420+
# Defining the host is optional and defaults to https://api.ikna.io
421421
# See configuration.py for a list of all supported configuration parameters.
422422
configuration = graphsense.Configuration(
423-
host = "https://api.test.ikna.io"
423+
host = "https://api.ikna.io"
424424
)
425425

426426
# The client must configure the authentication and authorization parameters
@@ -527,10 +527,10 @@ from graphsense.api import entities_api
527527
from graphsense.model.height import Height
528528
from graphsense.model.address_txs import AddressTxs
529529
from pprint import pprint
530-
# Defining the host is optional and defaults to https://api.test.ikna.io
530+
# Defining the host is optional and defaults to https://api.ikna.io
531531
# See configuration.py for a list of all supported configuration parameters.
532532
configuration = graphsense.Configuration(
533-
host = "https://api.test.ikna.io"
533+
host = "https://api.ikna.io"
534534
)
535535

536536
# The client must configure the authentication and authorization parameters
@@ -632,10 +632,10 @@ import graphsense
632632
from graphsense.api import entities_api
633633
from graphsense.model.search_result_level1 import SearchResultLevel1
634634
from pprint import pprint
635-
# Defining the host is optional and defaults to https://api.test.ikna.io
635+
# Defining the host is optional and defaults to https://api.ikna.io
636636
# See configuration.py for a list of all supported configuration parameters.
637637
configuration = graphsense.Configuration(
638-
host = "https://api.test.ikna.io"
638+
host = "https://api.ikna.io"
639639
)
640640

641641
# The client must configure the authentication and authorization parameters

docs/GeneralApi.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# graphsense.GeneralApi
22

3-
All URIs are relative to *https://api.test.ikna.io*
3+
All URIs are relative to *https://api.ikna.io*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
@@ -21,10 +21,10 @@ import graphsense
2121
from graphsense.api import general_api
2222
from graphsense.model.stats import Stats
2323
from pprint import pprint
24-
# Defining the host is optional and defaults to https://api.test.ikna.io
24+
# Defining the host is optional and defaults to https://api.ikna.io
2525
# See configuration.py for a list of all supported configuration parameters.
2626
configuration = graphsense.Configuration(
27-
host = "https://api.test.ikna.io"
27+
host = "https://api.ikna.io"
2828
)
2929

3030

@@ -89,10 +89,10 @@ import graphsense
8989
from graphsense.api import general_api
9090
from graphsense.model.search_result import SearchResult
9191
from pprint import pprint
92-
# Defining the host is optional and defaults to https://api.test.ikna.io
92+
# Defining the host is optional and defaults to https://api.ikna.io
9393
# See configuration.py for a list of all supported configuration parameters.
9494
configuration = graphsense.Configuration(
95-
host = "https://api.test.ikna.io"
95+
host = "https://api.ikna.io"
9696
)
9797

9898
# The client must configure the authentication and authorization parameters

docs/RatesApi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# graphsense.RatesApi
22

3-
All URIs are relative to *https://api.test.ikna.io*
3+
All URIs are relative to *https://api.ikna.io*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
@@ -22,10 +22,10 @@ from graphsense.api import rates_api
2222
from graphsense.model.rates import Rates
2323
from graphsense.model.height import Height
2424
from pprint import pprint
25-
# Defining the host is optional and defaults to https://api.test.ikna.io
25+
# Defining the host is optional and defaults to https://api.ikna.io
2626
# See configuration.py for a list of all supported configuration parameters.
2727
configuration = graphsense.Configuration(
28-
host = "https://api.test.ikna.io"
28+
host = "https://api.ikna.io"
2929
)
3030

3131
# The client must configure the authentication and authorization parameters

0 commit comments

Comments
 (0)