crypto_apis 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -10
  3. data/docs/AssetsApi.md +1 -1
  4. data/docs/AutomaticCoinsForwardingApi.md +1 -1
  5. data/docs/AutomaticTokensForwardingApi.md +1 -1
  6. data/docs/GetBlockDetailsByBlockHashRIBS.md +0 -2
  7. data/docs/GetBlockDetailsByBlockHeightRIBS.md +0 -2
  8. data/docs/GetLatestMinedBlockRIBS.md +0 -2
  9. data/docs/GetTransactionDetailsByTransactionIDRIBS.md +0 -2
  10. data/docs/InformativeApi.md +1 -1
  11. data/docs/InternalApi.md +1 -1
  12. data/docs/ListTransactionsByAddressRIBS.md +0 -2
  13. data/docs/ListTransactionsByBlockHashRIBS.md +0 -2
  14. data/docs/ListTransactionsByBlockHeightRIBS.md +0 -2
  15. data/docs/ManageSubscriptionsApi.md +1 -1
  16. data/docs/MetadataApi.md +1 -1
  17. data/docs/OmniLayerApi.md +6 -6
  18. data/docs/TokensApi.md +3 -3
  19. data/docs/UTXOBasedApi.md +1 -1
  20. data/docs/UnifiedEndpointsApi.md +3 -3
  21. data/docs/XRPRippleApi.md +3 -3
  22. data/docs/ZilliqaApi.md +3 -3
  23. data/lib/crypto_apis.rb +0 -9
  24. data/lib/crypto_apis/api/assets_api.rb +2 -2
  25. data/lib/crypto_apis/api/automatic_coins_forwarding_api.rb +2 -2
  26. data/lib/crypto_apis/api/automatic_tokens_forwarding_api.rb +2 -2
  27. data/lib/crypto_apis/api/create_subscriptions_for_api.rb +8 -8
  28. data/lib/crypto_apis/api/informative_api.rb +2 -2
  29. data/lib/crypto_apis/api/internal_api.rb +2 -2
  30. data/lib/crypto_apis/api/manage_subscriptions_api.rb +2 -2
  31. data/lib/crypto_apis/api/metadata_api.rb +2 -2
  32. data/lib/crypto_apis/api/omni_layer_api.rb +12 -12
  33. data/lib/crypto_apis/api/tokens_api.rb +6 -6
  34. data/lib/crypto_apis/api/unified_endpoints_api.rb +14 -14
  35. data/lib/crypto_apis/api/utxo_based_api.rb +2 -2
  36. data/lib/crypto_apis/api/xrp_ripple_api.rb +6 -6
  37. data/lib/crypto_apis/api/zilliqa_api.rb +6 -6
  38. data/lib/crypto_apis/models/get_block_details_by_block_hash_ribs.rb +0 -1
  39. data/lib/crypto_apis/models/get_block_details_by_block_height_ribs.rb +0 -1
  40. data/lib/crypto_apis/models/get_latest_mined_block_ribs.rb +0 -1
  41. data/lib/crypto_apis/models/get_transaction_details_by_transaction_idribs.rb +0 -1
  42. data/lib/crypto_apis/models/list_transactions_by_address_ribs.rb +0 -1
  43. data/lib/crypto_apis/models/list_transactions_by_block_hash_ribs.rb +0 -1
  44. data/lib/crypto_apis/models/list_transactions_by_block_height_ribs.rb +0 -1
  45. data/lib/crypto_apis/version.rb +1 -1
  46. data/spec/api/assets_api_spec.rb +1 -1
  47. data/spec/api/automatic_coins_forwarding_api_spec.rb +1 -1
  48. data/spec/api/automatic_tokens_forwarding_api_spec.rb +1 -1
  49. data/spec/api/informative_api_spec.rb +1 -1
  50. data/spec/api/internal_api_spec.rb +1 -1
  51. data/spec/api/manage_subscriptions_api_spec.rb +1 -1
  52. data/spec/api/metadata_api_spec.rb +1 -1
  53. data/spec/api/omni_layer_api_spec.rb +6 -6
  54. data/spec/api/tokens_api_spec.rb +3 -3
  55. data/spec/api/unified_endpoints_api_spec.rb +3 -3
  56. data/spec/api/utxo_based_api_spec.rb +1 -1
  57. data/spec/api/xrp_ripple_api_spec.rb +3 -3
  58. data/spec/api/zilliqa_api_spec.rb +3 -3
  59. metadata +2 -38
  60. data/docs/GetBlockDetailsByBlockHashRIBSBSC.md +0 -36
  61. data/docs/GetBlockDetailsByBlockHeightRIBSBSC.md +0 -34
  62. data/docs/GetLatestMinedBlockRIBSBSC.md +0 -34
  63. data/docs/GetTransactionDetailsByTransactionIDRIBSBSC.md +0 -28
  64. data/docs/GetTransactionDetailsByTransactionIDRIBSBSCGasPrice.md +0 -20
  65. data/docs/ListTransactionsByAddressRIBSBSC.md +0 -30
  66. data/docs/ListTransactionsByBlockHashRIBSBSC.md +0 -30
  67. data/docs/ListTransactionsByBlockHeightRIBSBSC.md +0 -28
  68. data/docs/ListTransactionsByBlockHeightRIBSBSCGasPrice.md +0 -20
  69. data/lib/crypto_apis/models/get_block_details_by_block_hash_ribsbsc.rb +0 -361
  70. data/lib/crypto_apis/models/get_block_details_by_block_height_ribsbsc.rb +0 -345
  71. data/lib/crypto_apis/models/get_latest_mined_block_ribsbsc.rb +0 -345
  72. data/lib/crypto_apis/models/get_transaction_details_by_transaction_idribsbsc.rb +0 -299
  73. data/lib/crypto_apis/models/get_transaction_details_by_transaction_idribsbsc_gas_price.rb +0 -238
  74. data/lib/crypto_apis/models/list_transactions_by_address_ribsbsc.rb +0 -314
  75. data/lib/crypto_apis/models/list_transactions_by_block_hash_ribsbsc.rb +0 -314
  76. data/lib/crypto_apis/models/list_transactions_by_block_height_ribsbsc.rb +0 -299
  77. data/lib/crypto_apis/models/list_transactions_by_block_height_ribsbsc_gas_price.rb +0 -238
  78. data/spec/models/get_block_details_by_block_hash_ribsbsc_spec.rb +0 -88
  79. data/spec/models/get_block_details_by_block_height_ribsbsc_spec.rb +0 -82
  80. data/spec/models/get_latest_mined_block_ribsbsc_spec.rb +0 -82
  81. data/spec/models/get_transaction_details_by_transaction_idribsbsc_gas_price_spec.rb +0 -40
  82. data/spec/models/get_transaction_details_by_transaction_idribsbsc_spec.rb +0 -64
  83. data/spec/models/list_transactions_by_address_ribsbsc_spec.rb +0 -70
  84. data/spec/models/list_transactions_by_block_hash_ribsbsc_spec.rb +0 -70
  85. data/spec/models/list_transactions_by_block_height_ribsbsc_gas_price_spec.rb +0 -40
  86. data/spec/models/list_transactions_by_block_height_ribsbsc_spec.rb +0 -64
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0ae6a9e6f2461aa0fc5219400c04b3d512b2dc15133c78a759290e1bbad3972c
4
- data.tar.gz: 63ff9409d66ff7434ea346286513c2e03a2322492983e6fefeb5ace9d2c27cad
3
+ metadata.gz: 943921a1e1d210c23ca41fcfc237fb73edec85424f6b27e36022ac55b2ce87d6
4
+ data.tar.gz: 57d585051a399cdcb99a1f88a0458f99791215f7040e9c4c48c95082e548bd95
5
5
  SHA512:
6
- metadata.gz: c01dad1e54e4944bfdaf93333d58debf53dedc4e1dc241fedbf0d8888eb44781ad16c24d4d55758fe69a8c35b81e2ad0d49ca5123e6db5309b259189067a1f29
7
- data.tar.gz: 2e88e3dea6e8c30dda05a1c6f209ae62fb29c4b8397431d579561ba5c4dbe50730e77fc59b3d4abcecf56b7bc326a14713222b88f62ae140471a82d3dfac80d4
6
+ metadata.gz: 378c85aceb8f54ded301b79ca3db2971544dd0d6b5f50506695d21a10d7746e847a13a6f0cadf5626974c432e97c032c23cef2bc62fc124269fa459e30eb39c5
7
+ data.tar.gz: 3a385478d600bdadeab2e49a88681909265ae8b6be32faafb649f8adac3e945486a53a4fcde1e54a8edcb6b1acc9add10e65d88166f1b6dcc0c8ab180af8b698
data/README.md CHANGED
@@ -7,7 +7,7 @@ Crypto APIs 2.0 is a complex and innovative infrastructure layer that radically
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: 2.0.0
10
- - Package version: 1.2.0
10
+ - Package version: 1.2.1
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://cryptoapis.io](https://cryptoapis.io)
13
13
 
@@ -303,7 +303,6 @@ Class | Method | HTTP request | Description
303
303
  - [CryptoApis::GetBlockDetailsByBlockHashRIBS](docs/GetBlockDetailsByBlockHashRIBS.md)
304
304
  - [CryptoApis::GetBlockDetailsByBlockHashRIBSB](docs/GetBlockDetailsByBlockHashRIBSB.md)
305
305
  - [CryptoApis::GetBlockDetailsByBlockHashRIBSBC](docs/GetBlockDetailsByBlockHashRIBSBC.md)
306
- - [CryptoApis::GetBlockDetailsByBlockHashRIBSBSC](docs/GetBlockDetailsByBlockHashRIBSBSC.md)
307
306
  - [CryptoApis::GetBlockDetailsByBlockHashRIBSD](docs/GetBlockDetailsByBlockHashRIBSD.md)
308
307
  - [CryptoApis::GetBlockDetailsByBlockHashRIBSD2](docs/GetBlockDetailsByBlockHashRIBSD2.md)
309
308
  - [CryptoApis::GetBlockDetailsByBlockHashRIBSE](docs/GetBlockDetailsByBlockHashRIBSE.md)
@@ -315,7 +314,6 @@ Class | Method | HTTP request | Description
315
314
  - [CryptoApis::GetBlockDetailsByBlockHeightRIBS](docs/GetBlockDetailsByBlockHeightRIBS.md)
316
315
  - [CryptoApis::GetBlockDetailsByBlockHeightRIBSB](docs/GetBlockDetailsByBlockHeightRIBSB.md)
317
316
  - [CryptoApis::GetBlockDetailsByBlockHeightRIBSBC](docs/GetBlockDetailsByBlockHeightRIBSBC.md)
318
- - [CryptoApis::GetBlockDetailsByBlockHeightRIBSBSC](docs/GetBlockDetailsByBlockHeightRIBSBSC.md)
319
317
  - [CryptoApis::GetBlockDetailsByBlockHeightRIBSD](docs/GetBlockDetailsByBlockHeightRIBSD.md)
320
318
  - [CryptoApis::GetBlockDetailsByBlockHeightRIBSD2](docs/GetBlockDetailsByBlockHeightRIBSD2.md)
321
319
  - [CryptoApis::GetBlockDetailsByBlockHeightRIBSE](docs/GetBlockDetailsByBlockHeightRIBSE.md)
@@ -349,7 +347,6 @@ Class | Method | HTTP request | Description
349
347
  - [CryptoApis::GetLatestMinedBlockRIBS](docs/GetLatestMinedBlockRIBS.md)
350
348
  - [CryptoApis::GetLatestMinedBlockRIBSB](docs/GetLatestMinedBlockRIBSB.md)
351
349
  - [CryptoApis::GetLatestMinedBlockRIBSBC](docs/GetLatestMinedBlockRIBSBC.md)
352
- - [CryptoApis::GetLatestMinedBlockRIBSBSC](docs/GetLatestMinedBlockRIBSBSC.md)
353
350
  - [CryptoApis::GetLatestMinedBlockRIBSD](docs/GetLatestMinedBlockRIBSD.md)
354
351
  - [CryptoApis::GetLatestMinedBlockRIBSD2](docs/GetLatestMinedBlockRIBSD2.md)
355
352
  - [CryptoApis::GetLatestMinedBlockRIBSE](docs/GetLatestMinedBlockRIBSE.md)
@@ -376,8 +373,6 @@ Class | Method | HTTP request | Description
376
373
  - [CryptoApis::GetTransactionDetailsByTransactionIDRIBSBCScriptPubKey](docs/GetTransactionDetailsByTransactionIDRIBSBCScriptPubKey.md)
377
374
  - [CryptoApis::GetTransactionDetailsByTransactionIDRIBSBCVin](docs/GetTransactionDetailsByTransactionIDRIBSBCVin.md)
378
375
  - [CryptoApis::GetTransactionDetailsByTransactionIDRIBSBCVout](docs/GetTransactionDetailsByTransactionIDRIBSBCVout.md)
379
- - [CryptoApis::GetTransactionDetailsByTransactionIDRIBSBSC](docs/GetTransactionDetailsByTransactionIDRIBSBSC.md)
380
- - [CryptoApis::GetTransactionDetailsByTransactionIDRIBSBSCGasPrice](docs/GetTransactionDetailsByTransactionIDRIBSBSCGasPrice.md)
381
376
  - [CryptoApis::GetTransactionDetailsByTransactionIDRIBSBScriptPubKey](docs/GetTransactionDetailsByTransactionIDRIBSBScriptPubKey.md)
382
377
  - [CryptoApis::GetTransactionDetailsByTransactionIDRIBSBScriptSig](docs/GetTransactionDetailsByTransactionIDRIBSBScriptSig.md)
383
378
  - [CryptoApis::GetTransactionDetailsByTransactionIDRIBSBVin](docs/GetTransactionDetailsByTransactionIDRIBSBVin.md)
@@ -543,7 +538,6 @@ Class | Method | HTTP request | Description
543
538
  - [CryptoApis::ListTransactionsByAddressRIBSB](docs/ListTransactionsByAddressRIBSB.md)
544
539
  - [CryptoApis::ListTransactionsByAddressRIBSBC](docs/ListTransactionsByAddressRIBSBC.md)
545
540
  - [CryptoApis::ListTransactionsByAddressRIBSBCVin](docs/ListTransactionsByAddressRIBSBCVin.md)
546
- - [CryptoApis::ListTransactionsByAddressRIBSBSC](docs/ListTransactionsByAddressRIBSBSC.md)
547
541
  - [CryptoApis::ListTransactionsByAddressRIBSBScriptPubKey](docs/ListTransactionsByAddressRIBSBScriptPubKey.md)
548
542
  - [CryptoApis::ListTransactionsByAddressRIBSBVin](docs/ListTransactionsByAddressRIBSBVin.md)
549
543
  - [CryptoApis::ListTransactionsByAddressRIBSBVout](docs/ListTransactionsByAddressRIBSBVout.md)
@@ -571,7 +565,6 @@ Class | Method | HTTP request | Description
571
565
  - [CryptoApis::ListTransactionsByBlockHashRIBSBCScriptPubKey](docs/ListTransactionsByBlockHashRIBSBCScriptPubKey.md)
572
566
  - [CryptoApis::ListTransactionsByBlockHashRIBSBCVin](docs/ListTransactionsByBlockHashRIBSBCVin.md)
573
567
  - [CryptoApis::ListTransactionsByBlockHashRIBSBCVout](docs/ListTransactionsByBlockHashRIBSBCVout.md)
574
- - [CryptoApis::ListTransactionsByBlockHashRIBSBSC](docs/ListTransactionsByBlockHashRIBSBSC.md)
575
568
  - [CryptoApis::ListTransactionsByBlockHashRIBSBVin](docs/ListTransactionsByBlockHashRIBSBVin.md)
576
569
  - [CryptoApis::ListTransactionsByBlockHashRIBSD](docs/ListTransactionsByBlockHashRIBSD.md)
577
570
  - [CryptoApis::ListTransactionsByBlockHashRIBSD2](docs/ListTransactionsByBlockHashRIBSD2.md)
@@ -598,8 +591,6 @@ Class | Method | HTTP request | Description
598
591
  - [CryptoApis::ListTransactionsByBlockHeightRIBS](docs/ListTransactionsByBlockHeightRIBS.md)
599
592
  - [CryptoApis::ListTransactionsByBlockHeightRIBSB](docs/ListTransactionsByBlockHeightRIBSB.md)
600
593
  - [CryptoApis::ListTransactionsByBlockHeightRIBSBC](docs/ListTransactionsByBlockHeightRIBSBC.md)
601
- - [CryptoApis::ListTransactionsByBlockHeightRIBSBSC](docs/ListTransactionsByBlockHeightRIBSBSC.md)
602
- - [CryptoApis::ListTransactionsByBlockHeightRIBSBSCGasPrice](docs/ListTransactionsByBlockHeightRIBSBSCGasPrice.md)
603
594
  - [CryptoApis::ListTransactionsByBlockHeightRIBSBScriptPubKey](docs/ListTransactionsByBlockHeightRIBSBScriptPubKey.md)
604
595
  - [CryptoApis::ListTransactionsByBlockHeightRIBSBVout](docs/ListTransactionsByBlockHeightRIBSBVout.md)
605
596
  - [CryptoApis::ListTransactionsByBlockHeightRIBSD](docs/ListTransactionsByBlockHeightRIBSD.md)
data/docs/AssetsApi.md CHANGED
@@ -13,7 +13,7 @@ All URIs are relative to *https://rest.cryptoapis.io/v2*
13
13
 
14
14
  List Assets Details
15
15
 
16
- This endpoint will return details on a requested asset. The asset could be a cryptocurrency or FIAT asset that we support. Each asset has a unique identifier - `assetId` and a unique symbol in the form of a string, e.g. \"BTC\". The details returned could include information on the latest rate and rate fluctuation of different periods of time - 24 hours, a week, one hour, the encoding of the logo, and more. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
16
+ This endpoint will return details on a requested asset. The asset could be a cryptocurrency or FIAT asset that we support. Each asset has a unique identifier - `assetId` and a unique symbol in the form of a string, e.g. \"BTC\". The details returned could include information on the latest rate and rate fluctuation of different periods of time - 24 hours, a week, one hour, the encoding of the logo, and more.
17
17
 
18
18
  ### Examples
19
19
 
@@ -173,7 +173,7 @@ end
173
173
 
174
174
  List Coins Forwarding Automations
175
175
 
176
- Through this endpoint customers can list all of their **coins** forwarding automations (**not** tokens). Customers can set up automatic forwarding functions for coins by setting a `fromAddress` and a `toAddress`, and specifying the amount that can be transferred between addresses. A `feePriority` will be returned which represents the fee priority of the automation whether it is \"SLOW\", \"STANDARD\" OR \"FAST\". {warning}The subscription will work for all incoming transactions until it is deleted. There is no need to do that for every transaction.{/warning} {note}Please note that listing data from the same type will apply pagination on the results.{/note}
176
+ Through this endpoint customers can list all of their **coins** forwarding automations (**not** tokens). Customers can set up automatic forwarding functions for coins by setting a `fromAddress` and a `toAddress`, and specifying the amount that can be transferred between addresses. A `feePriority` will be returned which represents the fee priority of the automation whether it is \"SLOW\", \"STANDARD\" OR \"FAST\". {warning}The subscription will work for all transactions until it is deleted. There is no need to do that for every transaction.{/warning}
177
177
 
178
178
  ### Examples
179
179
 
@@ -331,7 +331,7 @@ end
331
331
 
332
332
  List Tokens Forwarding Automations
333
333
 
334
- Through this endpoint customers can list all of their **tokens** forwarding automations (**not** coins). Customers can set up automatic forwarding functions for tokens by setting a `fromAddress` and a `toAddress`, and specifying the amount that can be transferred between addresses. A `feePriority` will be returned which represents the fee priority of the automation whether it is \"SLOW\", \"STANDARD\" OR \"FAST\". {warning}The subscription will work for all incoming transactions until it is deleted. There is no need to do that for every transaction.{/warning} {note}Please note that listing data from the same type will apply pagination on the results.{/note}
334
+ Through this endpoint customers can list all of their **tokens** forwarding automations (**not** coins). Customers can set up automatic forwarding functions for tokens by setting a `fromAddress` and a `toAddress`, and specifying the amount that can be transferred between addresses. A `feePriority` will be returned which represents the fee priority of the automation whether it is \"SLOW\", \"STANDARD\" OR \"FAST\". {warning}The subscription will work for all transactions until it is deleted. There is no need to do that for every transaction.{/warning}
335
335
 
336
336
  ### Examples
337
337
 
@@ -16,7 +16,6 @@ CryptoApis::GetBlockDetailsByBlockHashRIBS.openapi_one_of
16
16
  # [
17
17
  # :'GetBlockDetailsByBlockHashRIBSB',
18
18
  # :'GetBlockDetailsByBlockHashRIBSBC',
19
- # :'GetBlockDetailsByBlockHashRIBSBSC',
20
19
  # :'GetBlockDetailsByBlockHashRIBSD',
21
20
  # :'GetBlockDetailsByBlockHashRIBSD2',
22
21
  # :'GetBlockDetailsByBlockHashRIBSE',
@@ -51,7 +50,6 @@ CryptoApis::GetBlockDetailsByBlockHashRIBS.build(data_that_doesnt_match)
51
50
 
52
51
  - `GetBlockDetailsByBlockHashRIBSB`
53
52
  - `GetBlockDetailsByBlockHashRIBSBC`
54
- - `GetBlockDetailsByBlockHashRIBSBSC`
55
53
  - `GetBlockDetailsByBlockHashRIBSD`
56
54
  - `GetBlockDetailsByBlockHashRIBSD2`
57
55
  - `GetBlockDetailsByBlockHashRIBSE`
@@ -16,7 +16,6 @@ CryptoApis::GetBlockDetailsByBlockHeightRIBS.openapi_one_of
16
16
  # [
17
17
  # :'GetBlockDetailsByBlockHeightRIBSB',
18
18
  # :'GetBlockDetailsByBlockHeightRIBSBC',
19
- # :'GetBlockDetailsByBlockHeightRIBSBSC',
20
19
  # :'GetBlockDetailsByBlockHeightRIBSD',
21
20
  # :'GetBlockDetailsByBlockHeightRIBSD2',
22
21
  # :'GetBlockDetailsByBlockHeightRIBSE',
@@ -51,7 +50,6 @@ CryptoApis::GetBlockDetailsByBlockHeightRIBS.build(data_that_doesnt_match)
51
50
 
52
51
  - `GetBlockDetailsByBlockHeightRIBSB`
53
52
  - `GetBlockDetailsByBlockHeightRIBSBC`
54
- - `GetBlockDetailsByBlockHeightRIBSBSC`
55
53
  - `GetBlockDetailsByBlockHeightRIBSD`
56
54
  - `GetBlockDetailsByBlockHeightRIBSD2`
57
55
  - `GetBlockDetailsByBlockHeightRIBSE`
@@ -16,7 +16,6 @@ CryptoApis::GetLatestMinedBlockRIBS.openapi_one_of
16
16
  # [
17
17
  # :'GetLatestMinedBlockRIBSB',
18
18
  # :'GetLatestMinedBlockRIBSBC',
19
- # :'GetLatestMinedBlockRIBSBSC',
20
19
  # :'GetLatestMinedBlockRIBSD',
21
20
  # :'GetLatestMinedBlockRIBSD2',
22
21
  # :'GetLatestMinedBlockRIBSE',
@@ -51,7 +50,6 @@ CryptoApis::GetLatestMinedBlockRIBS.build(data_that_doesnt_match)
51
50
 
52
51
  - `GetLatestMinedBlockRIBSB`
53
52
  - `GetLatestMinedBlockRIBSBC`
54
- - `GetLatestMinedBlockRIBSBSC`
55
53
  - `GetLatestMinedBlockRIBSD`
56
54
  - `GetLatestMinedBlockRIBSD2`
57
55
  - `GetLatestMinedBlockRIBSE`
@@ -16,7 +16,6 @@ CryptoApis::GetTransactionDetailsByTransactionIDRIBS.openapi_one_of
16
16
  # [
17
17
  # :'GetTransactionDetailsByTransactionIDRIBSB',
18
18
  # :'GetTransactionDetailsByTransactionIDRIBSBC',
19
- # :'GetTransactionDetailsByTransactionIDRIBSBSC',
20
19
  # :'GetTransactionDetailsByTransactionIDRIBSD',
21
20
  # :'GetTransactionDetailsByTransactionIDRIBSD2',
22
21
  # :'GetTransactionDetailsByTransactionIDRIBSE',
@@ -51,7 +50,6 @@ CryptoApis::GetTransactionDetailsByTransactionIDRIBS.build(data_that_doesnt_matc
51
50
 
52
51
  - `GetTransactionDetailsByTransactionIDRIBSB`
53
52
  - `GetTransactionDetailsByTransactionIDRIBSBC`
54
- - `GetTransactionDetailsByTransactionIDRIBSBSC`
55
53
  - `GetTransactionDetailsByTransactionIDRIBSD`
56
54
  - `GetTransactionDetailsByTransactionIDRIBSD2`
57
55
  - `GetTransactionDetailsByTransactionIDRIBSE`
@@ -173,7 +173,7 @@ end
173
173
 
174
174
  List Supported Tokens
175
175
 
176
- Through this endpoint customers can obtain information on multiple tokens at once. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
176
+ Through this endpoint customers can obtain information on multiple tokens at once.
177
177
 
178
178
  ### Examples
179
179
 
data/docs/InternalApi.md CHANGED
@@ -95,7 +95,7 @@ end
95
95
 
96
96
  List Internal Transaction Details by Transaction Hash
97
97
 
98
- Through this endpoint customers can list internal transactions along with their details by a specific attribute `transactionHash`, which is the parent transaction's Hash. An internal transaction is the result of a smart contract being triggered by an EOA or a subsequent contract call. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
98
+ Through this endpoint customers can list internal transactions along with their details by a specific attribute `transactionHash`, which is the parent transaction's Hash. An internal transaction is the result of a smart contract being triggered by an EOA or a subsequent contract call.
99
99
 
100
100
  ### Examples
101
101
 
@@ -16,7 +16,6 @@ CryptoApis::ListTransactionsByAddressRIBS.openapi_one_of
16
16
  # [
17
17
  # :'ListTransactionsByAddressRIBSB',
18
18
  # :'ListTransactionsByAddressRIBSBC',
19
- # :'ListTransactionsByAddressRIBSBSC',
20
19
  # :'ListTransactionsByAddressRIBSD',
21
20
  # :'ListTransactionsByAddressRIBSD2',
22
21
  # :'ListTransactionsByAddressRIBSE',
@@ -51,7 +50,6 @@ CryptoApis::ListTransactionsByAddressRIBS.build(data_that_doesnt_match)
51
50
 
52
51
  - `ListTransactionsByAddressRIBSB`
53
52
  - `ListTransactionsByAddressRIBSBC`
54
- - `ListTransactionsByAddressRIBSBSC`
55
53
  - `ListTransactionsByAddressRIBSD`
56
54
  - `ListTransactionsByAddressRIBSD2`
57
55
  - `ListTransactionsByAddressRIBSE`
@@ -16,7 +16,6 @@ CryptoApis::ListTransactionsByBlockHashRIBS.openapi_one_of
16
16
  # [
17
17
  # :'ListTransactionsByBlockHashRIBSB',
18
18
  # :'ListTransactionsByBlockHashRIBSBC',
19
- # :'ListTransactionsByBlockHashRIBSBSC',
20
19
  # :'ListTransactionsByBlockHashRIBSD',
21
20
  # :'ListTransactionsByBlockHashRIBSD2',
22
21
  # :'ListTransactionsByBlockHashRIBSE',
@@ -51,7 +50,6 @@ CryptoApis::ListTransactionsByBlockHashRIBS.build(data_that_doesnt_match)
51
50
 
52
51
  - `ListTransactionsByBlockHashRIBSB`
53
52
  - `ListTransactionsByBlockHashRIBSBC`
54
- - `ListTransactionsByBlockHashRIBSBSC`
55
53
  - `ListTransactionsByBlockHashRIBSD`
56
54
  - `ListTransactionsByBlockHashRIBSD2`
57
55
  - `ListTransactionsByBlockHashRIBSE`
@@ -16,7 +16,6 @@ CryptoApis::ListTransactionsByBlockHeightRIBS.openapi_one_of
16
16
  # [
17
17
  # :'ListTransactionsByBlockHeightRIBSB',
18
18
  # :'ListTransactionsByBlockHeightRIBSBC',
19
- # :'ListTransactionsByBlockHeightRIBSBSC',
20
19
  # :'ListTransactionsByBlockHeightRIBSD',
21
20
  # :'ListTransactionsByBlockHeightRIBSD2',
22
21
  # :'ListTransactionsByBlockHeightRIBSE',
@@ -51,7 +50,6 @@ CryptoApis::ListTransactionsByBlockHeightRIBS.build(data_that_doesnt_match)
51
50
 
52
51
  - `ListTransactionsByBlockHeightRIBSB`
53
52
  - `ListTransactionsByBlockHeightRIBSBC`
54
- - `ListTransactionsByBlockHeightRIBSBSC`
55
53
  - `ListTransactionsByBlockHeightRIBSD`
56
54
  - `ListTransactionsByBlockHeightRIBSD2`
57
55
  - `ListTransactionsByBlockHeightRIBSE`
@@ -93,7 +93,7 @@ end
93
93
 
94
94
  List Blockchain Events Subscriptions
95
95
 
96
- Through this endpoint the customer can obtain a list of their callback subscriptions for the available Blockchain events. Currently Crypto APIs 2.0 offers certain Blockchain event endpoints which allow the user to subscribe for one/a few/all and receive callback notifications when the specific event occurs. {note}To have an operational callback subscription, you need to first verify a domain for the Callback URL. Please see more information on Callbacks [here](https://developers.cryptoapis.io/technical-documentation/general-information/callbacks#callback-url).{/note} {warning}Crypto APIs will notify the user **only when** the event occurs. There are cases when the specific event doesn't happen at all, or takes a long time to do so. A callback notification **will not** be sent if the event does not or cannot occur, or will take long time to occur.{/warning} {note}Please note that listing data from the same type will apply pagination on the results.{/note}
96
+ Through this endpoint the customer can obtain a list of their callback subscriptions for the available Blockchain events. Currently Crypto APIs 2.0 offers certain Blockchain event endpoints which allow the user to subscribe for one/a few/all and receive callback notifications when the specific event occurs. {note}To have an operational callback subscription, you need to first verify a domain for the Callback URL. Please see more information on Callbacks [here](https://developers.cryptoapis.io/technical-documentation/general-information/callbacks#callback-url).{/note}
97
97
 
98
98
  ### Examples
99
99
 
data/docs/MetadataApi.md CHANGED
@@ -13,7 +13,7 @@ All URIs are relative to *https://rest.cryptoapis.io/v2*
13
13
 
14
14
  List Supported Assets
15
15
 
16
- This endpoint will return a list of supported assets. The asset could be a cryptocurrency or FIAT assets that we support. Each asset has a unique identifier - `assetId` and a unique symbol in the form of a string, e.g. \"BTC\". {note}Please note that listing data from the same type will apply pagination on the results.{/note}
16
+ This endpoint will return a list of supported assets. The asset could be a cryptocurrency or FIAT assets that we support. Each asset has a unique identifier - `assetId` and a unique symbol in the form of a string, e.g. \"BTC\".
17
17
 
18
18
  ### Examples
19
19
 
data/docs/OmniLayerApi.md CHANGED
@@ -178,7 +178,7 @@ end
178
178
 
179
179
  List Omni Tokens By Address
180
180
 
181
- Through this endpoint the customer can receive basic information about a given Omni address based on confirmed/synced blocks only. In the case where there are any incoming or outgoing **unconfirmed** transactions for the specific address, they **will not** be counted or calculated here. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
181
+ Through this endpoint the customer can receive basic information about a given Omni address based on confirmed/synced blocks only. In the case where there are any incoming or outgoing **unconfirmed** transactions for the specific address, they **will not** be counted or calculated here.
182
182
 
183
183
  ### Examples
184
184
 
@@ -257,7 +257,7 @@ end
257
257
 
258
258
  List Omni Transactions By Address
259
259
 
260
- This endpoint will list Omni transactions by an attribute `address`. The transactions listed will detail additional information such as hash, height, time of creation in Unix timestamp, etc. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
260
+ This endpoint will list Omni transactions by an attribute `address`. The transactions listed will detail additional information such as hash, height, time of creation in Unix timestamp, etc.
261
261
 
262
262
  ### Examples
263
263
 
@@ -340,7 +340,7 @@ end
340
340
 
341
341
  List Omni Transactions By Block Hash
342
342
 
343
- This endpoint will list Omni transactions by an attribute `transactionHash`. The transactions listed will detail additional information such as addresses, height, time of creation in Unix timestamp, etc. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
343
+ This endpoint will list Omni transactions by an attribute `transactionHash`. The transactions listed will detail additional information such as addresses, height, time of creation in Unix timestamp, etc.
344
344
 
345
345
  ### Examples
346
346
 
@@ -423,7 +423,7 @@ end
423
423
 
424
424
  List Omni Transactions By Block Height
425
425
 
426
- This endpoint will list Omni transactions by an attribute `blockHeight`. The transactions listed will detail additional information such as hash, addresses, time of creation in Unix timestamp, etc. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
426
+ This endpoint will list Omni transactions by an attribute `blockHeight`. The transactions listed will detail additional information such as hash, addresses, time of creation in Unix timestamp, etc.
427
427
 
428
428
  ### Examples
429
429
 
@@ -506,7 +506,7 @@ end
506
506
 
507
507
  List Unconfirmed Omni Transactions By Address
508
508
 
509
- This endpoint will list unconfirmed Omni transactions by an attribute `address`. The transactions listed will detail additional information such as hash, height, time of creation in Unix timestamp, etc. Unconfirmed transactions are usually put in the Mempool and await verification so that they can be added to a block. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
509
+ This endpoint will list unconfirmed Omni transactions by an attribute `address`. The transactions listed will detail additional information such as hash, height, time of creation in Unix timestamp, etc. Unconfirmed transactions are usually put in the Mempool and await verification so that they can be added to a block.
510
510
 
511
511
  ### Examples
512
512
 
@@ -589,7 +589,7 @@ end
589
589
 
590
590
  List Unconfirmed Omni Transactions By Property ID
591
591
 
592
- This endpoint will list unconfirmed Omni transactions by an attribute `propertyId`. The transactions listed will detail additional information such as hash, height, time of creation in Unix timestamp, etc. Unconfirmed transactions are usually put in the Mempool and await verification so that they can be added to a block. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
592
+ This endpoint will list unconfirmed Omni transactions by an attribute `propertyId`. The transactions listed will detail additional information such as hash, height, time of creation in Unix timestamp, etc. Unconfirmed transactions are usually put in the Mempool and await verification so that they can be added to a block.
593
593
 
594
594
  ### Examples
595
595
 
data/docs/TokensApi.md CHANGED
@@ -95,7 +95,7 @@ end
95
95
 
96
96
  List Tokens By Address
97
97
 
98
- Through this endpoint customers can obtain token data by providing an attribute - `address`. The information that can be returned can include the contract address, the token symbol, type and balance. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
98
+ Through this endpoint customers can obtain token data by providing an attribute - `address`. The information that can be returned can include the contract address, the token symbol, type and balance.
99
99
 
100
100
  ### Examples
101
101
 
@@ -178,7 +178,7 @@ end
178
178
 
179
179
  List Tokens Transfers By Address
180
180
 
181
- Through this endpoint customers can obtain a list with token transfers by the `address` attribute. Token transfers may include information such as addresses of the sender and recipient, token name, token symbol, etc. {note}This refers only to transfers done for **tokens** not coins.{/note} {note}Please note that listing data from the same type will apply pagination on the results.{/note}
181
+ Through this endpoint customers can obtain a list with token transfers by the `address` attribute. Token transfers may include information such as addresses of the sender and recipient, token name, token symbol, etc. {note}This refers only to transfers done for **tokens** not coins.{/note}
182
182
 
183
183
  ### Examples
184
184
 
@@ -261,7 +261,7 @@ end
261
261
 
262
262
  List Tokens Transfers By Transaction Hash
263
263
 
264
- Through this endpoint customers can obtain a list with token transfers by the `transactionHash` attribute. Token transfers may include information such as addresses of the sender and recipient, token name, token symbol, etc. {note}This refers only to transfers done for **tokens** not coins.{/note} {note}Please note that listing data from the same type will apply pagination on the results.{/note}
264
+ Through this endpoint customers can obtain a list with token transfers by the `transactionHash` attribute. Token transfers may include information such as addresses of the sender and recipient, token name, token symbol, etc. {note}This refers only to transfers done for **tokens** not coins.{/note}
265
265
 
266
266
  ### Examples
267
267
 
data/docs/UTXOBasedApi.md CHANGED
@@ -96,7 +96,7 @@ end
96
96
 
97
97
  List HD Wallet (xPub, yPub, zPub) Transactions
98
98
 
99
- This endpoint will list HD Wallet transactions. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
99
+ This endpoint will list HD Wallet transactions.
100
100
 
101
101
  ### Examples
102
102
 
@@ -491,7 +491,7 @@ end
491
491
 
492
492
  List Transactions By Address
493
493
 
494
- This endpoint will list transactions by an attribute `address`. The transactions listed will detail additional information such as hash, height, time of creation in Unix timestamp, etc. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
494
+ This endpoint will list transactions by an attribute `address`. The transactions listed will detail additional information such as hash, height, time of creation in Unix timestamp, etc.
495
495
 
496
496
  ### Examples
497
497
 
@@ -574,7 +574,7 @@ end
574
574
 
575
575
  List Transactions by Block Hash
576
576
 
577
- This endpoint will list transactions by an attribute `transactionHash`. The transactions listed will detail additional information such as addresses, height, time of creation in Unix timestamp, etc. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
577
+ This endpoint will list transactions by an attribute `transactionHash`. The transactions listed will detail additional information such as addresses, height, time of creation in Unix timestamp, etc.
578
578
 
579
579
  ### Examples
580
580
 
@@ -657,7 +657,7 @@ end
657
657
 
658
658
  List Transactions by Block Height
659
659
 
660
- This endpoint will list transactions by an attribute `blockHeight`. The transactions listed will detail additional information such as hash, addresses, time of creation in Unix timestamp, etc. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
660
+ This endpoint will list transactions by an attribute `blockHeight`. The transactions listed will detail additional information such as hash, addresses, time of creation in Unix timestamp, etc.
661
661
 
662
662
  ### Examples
663
663
 
data/docs/XRPRippleApi.md CHANGED
@@ -403,7 +403,7 @@ end
403
403
 
404
404
  List XRP (Ripple) Transactions by Address
405
405
 
406
- This endpoint will list XRP transactions by a attribute `address`. The transactions listed will detail additional information such as hash, height, time of creation in Unix timestamp, etc. Since XRP is a different blockchain than Bitcoin and Ethereum, it isn't unified. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
406
+ This endpoint will list XRP transactions by a attribute `address`. The transactions listed will detail additional information such as hash, height, time of creation in Unix timestamp, etc. Since XRP is a different blockchain than Bitcoin and Ethereum, it isn't unified.
407
407
 
408
408
  ### Examples
409
409
 
@@ -486,7 +486,7 @@ end
486
486
 
487
487
  List XRP (Ripple) Transactions By Block Hash
488
488
 
489
- This endpoint will list transactions by an attribute `blockHash`. The transactions listed will detail additional information such as hash, addresses, time of creation in Unix timestamp, etc. Since XRP is a different blockchain than Bitcoin and Ethereum, it isn't unified. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
489
+ This endpoint will list transactions by an attribute `blockHash`. The transactions listed will detail additional information such as hash, addresses, time of creation in Unix timestamp, etc. Since XRP is a different blockchain than Bitcoin and Ethereum, it isn't unified.
490
490
 
491
491
  ### Examples
492
492
 
@@ -567,7 +567,7 @@ end
567
567
 
568
568
  List XRP (Ripple) Transactions By Block Height
569
569
 
570
- This endpoint will list transactions by an attribute `blockHeight`. The transactions listed will detail additional information such as hash, addresses, time of creation in Unix timestamp, etc. Since XRP is a different blockchain than Bitcoin and Ethereum, it isn't unified. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
570
+ This endpoint will list transactions by an attribute `blockHeight`. The transactions listed will detail additional information such as hash, addresses, time of creation in Unix timestamp, etc. Since XRP is a different blockchain than Bitcoin and Ethereum, it isn't unified.
571
571
 
572
572
  ### Examples
573
573
 
data/docs/ZilliqaApi.md CHANGED
@@ -403,7 +403,7 @@ end
403
403
 
404
404
  List Zilliqa Transactions by Address
405
405
 
406
- Through this endpoint customers can list transactions on the Zilliqa blockchain by the address parameter. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
406
+ Through this endpoint customers can list transactions on the Zilliqa blockchain by the address parameter.
407
407
 
408
408
  ### Examples
409
409
 
@@ -484,7 +484,7 @@ end
484
484
 
485
485
  List Zilliqa Transactions By Block Hash
486
486
 
487
- Through this endpoint customers can list transactions on the Zilliqa blockchain by the block hash parameter. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
487
+ Through this endpoint customers can list transactions on the Zilliqa blockchain by the block hash parameter.
488
488
 
489
489
  ### Examples
490
490
 
@@ -565,7 +565,7 @@ end
565
565
 
566
566
  List Zilliqa Transactions By Block Height
567
567
 
568
- Through this endpoint customers can list transactions on the Zilliqa blockchain by the block height parameter. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
568
+ Through this endpoint customers can list transactions on the Zilliqa blockchain by the block height parameter.
569
569
 
570
570
  ### Examples
571
571
 
data/lib/crypto_apis.rb CHANGED
@@ -182,7 +182,6 @@ require 'crypto_apis/models/get_block_details_by_block_hash_ri'
182
182
  require 'crypto_apis/models/get_block_details_by_block_hash_ribs'
183
183
  require 'crypto_apis/models/get_block_details_by_block_hash_ribsb'
184
184
  require 'crypto_apis/models/get_block_details_by_block_hash_ribsbc'
185
- require 'crypto_apis/models/get_block_details_by_block_hash_ribsbsc'
186
185
  require 'crypto_apis/models/get_block_details_by_block_hash_ribsd'
187
186
  require 'crypto_apis/models/get_block_details_by_block_hash_ribsd2'
188
187
  require 'crypto_apis/models/get_block_details_by_block_hash_ribse'
@@ -194,7 +193,6 @@ require 'crypto_apis/models/get_block_details_by_block_height_ri'
194
193
  require 'crypto_apis/models/get_block_details_by_block_height_ribs'
195
194
  require 'crypto_apis/models/get_block_details_by_block_height_ribsb'
196
195
  require 'crypto_apis/models/get_block_details_by_block_height_ribsbc'
197
- require 'crypto_apis/models/get_block_details_by_block_height_ribsbsc'
198
196
  require 'crypto_apis/models/get_block_details_by_block_height_ribsd'
199
197
  require 'crypto_apis/models/get_block_details_by_block_height_ribsd2'
200
198
  require 'crypto_apis/models/get_block_details_by_block_height_ribse'
@@ -228,7 +226,6 @@ require 'crypto_apis/models/get_latest_mined_block_ri'
228
226
  require 'crypto_apis/models/get_latest_mined_block_ribs'
229
227
  require 'crypto_apis/models/get_latest_mined_block_ribsb'
230
228
  require 'crypto_apis/models/get_latest_mined_block_ribsbc'
231
- require 'crypto_apis/models/get_latest_mined_block_ribsbsc'
232
229
  require 'crypto_apis/models/get_latest_mined_block_ribsd'
233
230
  require 'crypto_apis/models/get_latest_mined_block_ribsd2'
234
231
  require 'crypto_apis/models/get_latest_mined_block_ribse'
@@ -255,8 +252,6 @@ require 'crypto_apis/models/get_transaction_details_by_transaction_idribsbc'
255
252
  require 'crypto_apis/models/get_transaction_details_by_transaction_idribsbc_script_pub_key'
256
253
  require 'crypto_apis/models/get_transaction_details_by_transaction_idribsbc_vin'
257
254
  require 'crypto_apis/models/get_transaction_details_by_transaction_idribsbc_vout'
258
- require 'crypto_apis/models/get_transaction_details_by_transaction_idribsbsc'
259
- require 'crypto_apis/models/get_transaction_details_by_transaction_idribsbsc_gas_price'
260
255
  require 'crypto_apis/models/get_transaction_details_by_transaction_idribsb_script_pub_key'
261
256
  require 'crypto_apis/models/get_transaction_details_by_transaction_idribsb_script_sig'
262
257
  require 'crypto_apis/models/get_transaction_details_by_transaction_idribsb_vin'
@@ -422,7 +417,6 @@ require 'crypto_apis/models/list_transactions_by_address_ribs'
422
417
  require 'crypto_apis/models/list_transactions_by_address_ribsb'
423
418
  require 'crypto_apis/models/list_transactions_by_address_ribsbc'
424
419
  require 'crypto_apis/models/list_transactions_by_address_ribsbc_vin'
425
- require 'crypto_apis/models/list_transactions_by_address_ribsbsc'
426
420
  require 'crypto_apis/models/list_transactions_by_address_ribsb_script_pub_key'
427
421
  require 'crypto_apis/models/list_transactions_by_address_ribsb_vin'
428
422
  require 'crypto_apis/models/list_transactions_by_address_ribsb_vout'
@@ -450,7 +444,6 @@ require 'crypto_apis/models/list_transactions_by_block_hash_ribsbc'
450
444
  require 'crypto_apis/models/list_transactions_by_block_hash_ribsbc_script_pub_key'
451
445
  require 'crypto_apis/models/list_transactions_by_block_hash_ribsbc_vin'
452
446
  require 'crypto_apis/models/list_transactions_by_block_hash_ribsbc_vout'
453
- require 'crypto_apis/models/list_transactions_by_block_hash_ribsbsc'
454
447
  require 'crypto_apis/models/list_transactions_by_block_hash_ribsb_vin'
455
448
  require 'crypto_apis/models/list_transactions_by_block_hash_ribsd'
456
449
  require 'crypto_apis/models/list_transactions_by_block_hash_ribsd2'
@@ -477,8 +470,6 @@ require 'crypto_apis/models/list_transactions_by_block_height_ri'
477
470
  require 'crypto_apis/models/list_transactions_by_block_height_ribs'
478
471
  require 'crypto_apis/models/list_transactions_by_block_height_ribsb'
479
472
  require 'crypto_apis/models/list_transactions_by_block_height_ribsbc'
480
- require 'crypto_apis/models/list_transactions_by_block_height_ribsbsc'
481
- require 'crypto_apis/models/list_transactions_by_block_height_ribsbsc_gas_price'
482
473
  require 'crypto_apis/models/list_transactions_by_block_height_ribsb_script_pub_key'
483
474
  require 'crypto_apis/models/list_transactions_by_block_height_ribsb_vout'
484
475
  require 'crypto_apis/models/list_transactions_by_block_height_ribsd'