This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ info: | |
contact: | ||
name: Iknaio Cryptoasset Analytics GmbH | ||
email: [email protected] | ||
version: "1.4.1" | ||
version: "1.4.2" | ||
servers: | ||
- url: 'https://api.ikna.io' | ||
paths: | ||
|
@@ -401,7 +401,7 @@ paths: | |
$ref: '#/components/examples/tx_utxo' | ||
tx_account: | ||
$ref: '#/components/examples/tx_account' | ||
summary: Returns details of a specific transaction identified by its hash. | ||
summary: Returns details of a specific transaction identified by its hash | ||
tags: | ||
- txs | ||
/{currency}/token_txs/{tx_hash}: | ||
|
@@ -440,7 +440,7 @@ paths: | |
$ref: '#/components/examples/txs_io' | ||
schema: | ||
$ref: '#/components/schemas/tx_values' | ||
summary: Returns input/output values of a specific transaction identified by its hash. | ||
summary: Returns input/output values of a specific transaction identified by its hash | ||
tags: | ||
- txs | ||
/{currency}/txs/{tx_hash}/spent_in: | ||
|
@@ -521,7 +521,7 @@ paths: | |
$ref: '#/components/examples/token_configs' | ||
schema: | ||
$ref: '#/components/schemas/token_configs' | ||
summary: Returns a list of supported token (sub)currencies. | ||
summary: Returns a list of supported token (sub)currencies | ||
tags: | ||
- tokens | ||
/tags: | ||
|
@@ -1396,7 +1396,7 @@ components: | |
$ref: '#/components/schemas/uri' | ||
refs: | ||
type: array | ||
description: list of uris to further information of the actors. | ||
description: list of uris to further information of the actors | ||
items: | ||
$ref: '#/components/schemas/uri' | ||
coingecko_ids: | ||
|