crypto_apis 1.0.0
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.
- checksums.yaml +7 -0
- data/Gemfile +9 -0
- data/README.md +662 -0
- data/Rakefile +10 -0
- data/crypto_apis.gemspec +38 -0
- data/docs/AddTokensToExistingFromAddressR.md +24 -0
- data/docs/AddTokensToExistingFromAddressRB.md +20 -0
- data/docs/AddTokensToExistingFromAddressRBData.md +18 -0
- data/docs/AddTokensToExistingFromAddressRBDataItem.md +32 -0
- data/docs/AddTokensToExistingFromAddressRBTokenData.md +49 -0
- data/docs/AddTokensToExistingFromAddressRBTokenDataBitcoinOmniToken.md +18 -0
- data/docs/AddTokensToExistingFromAddressRBTokenDataEthereumErc20Token.md +18 -0
- data/docs/AddTokensToExistingFromAddressRData.md +18 -0
- data/docs/AddTokensToExistingFromAddressRI.md +36 -0
- data/docs/AddTokensToExistingFromAddressRITS.md +49 -0
- data/docs/AddTokensToExistingFromAddressRITSBOT.md +18 -0
- data/docs/AddTokensToExistingFromAddressRITSEET.md +18 -0
- data/docs/AddressCoinsTransactionConfirmed.md +24 -0
- data/docs/AddressCoinsTransactionConfirmedData.md +22 -0
- data/docs/AddressCoinsTransactionConfirmedDataItem.md +32 -0
- data/docs/AddressCoinsTransactionConfirmedDataItemMinedInBlock.md +22 -0
- data/docs/AddressCoinsTransactionConfirmedEachConfirmation.md +24 -0
- data/docs/AddressCoinsTransactionConfirmedEachConfirmationData.md +22 -0
- data/docs/AddressCoinsTransactionConfirmedEachConfirmationDataItem.md +36 -0
- data/docs/AddressCoinsTransactionConfirmedEachConfirmationDataItemMinedInBlock.md +22 -0
- data/docs/AddressCoinsTransactionUnconfirmed.md +24 -0
- data/docs/AddressCoinsTransactionUnconfirmedData.md +22 -0
- data/docs/AddressCoinsTransactionUnconfirmedDataItem.md +32 -0
- data/docs/AddressTokensTransactionConfirmed.md +24 -0
- data/docs/AddressTokensTransactionConfirmedData.md +22 -0
- data/docs/AddressTokensTransactionConfirmedDataItem.md +32 -0
- data/docs/AddressTokensTransactionConfirmedDataItemMinedInBlock.md +22 -0
- data/docs/AddressTokensTransactionConfirmedEachConfirmation.md +24 -0
- data/docs/AddressTokensTransactionConfirmedEachConfirmationData.md +22 -0
- data/docs/AddressTokensTransactionConfirmedEachConfirmationDataItem.md +36 -0
- data/docs/AddressTokensTransactionConfirmedEachConfirmationDataItemMinedInBlock.md +22 -0
- data/docs/AddressTokensTransactionConfirmedEachConfirmationEthereumerc20token.md +26 -0
- data/docs/AddressTokensTransactionConfirmedEachConfirmationEthereumerc721token.md +24 -0
- data/docs/AddressTokensTransactionConfirmedEachConfirmationOmnilayertoken.md +26 -0
- data/docs/AddressTokensTransactionConfirmedEachConfirmationToken.md +51 -0
- data/docs/AddressTokensTransactionConfirmedEthereumerc20token.md +26 -0
- data/docs/AddressTokensTransactionConfirmedEthereumerc721token.md +24 -0
- data/docs/AddressTokensTransactionConfirmedOmnilayertoken.md +26 -0
- data/docs/AddressTokensTransactionConfirmedToken.md +51 -0
- data/docs/AddressTokensTransactionUnconfirmed.md +24 -0
- data/docs/AddressTokensTransactionUnconfirmedData.md +22 -0
- data/docs/AddressTokensTransactionUnconfirmedDataItem.md +32 -0
- data/docs/AddressTokensTransactionUnconfirmedEthereumerc20token.md +26 -0
- data/docs/AddressTokensTransactionUnconfirmedEthereumerc721token.md +24 -0
- data/docs/AddressTokensTransactionUnconfirmedOmnilayertoken.md +26 -0
- data/docs/AddressTokensTransactionUnconfirmedToken.md +51 -0
- data/docs/AlreadyExists.md +24 -0
- data/docs/AlreadyExistsError.md +22 -0
- data/docs/AssetsApi.md +87 -0
- data/docs/AutomaticCoinsForwardingApi.md +249 -0
- data/docs/AutomaticTokensForwardingApi.md +407 -0
- data/docs/BannedIpAddress.md +24 -0
- data/docs/BannedIpAddressError.md +22 -0
- data/docs/BannedIpAddressErrorDetails.md +20 -0
- data/docs/BlockMined.md +24 -0
- data/docs/BlockMinedData.md +22 -0
- data/docs/BlockMinedDataItem.md +26 -0
- data/docs/BlockchainDataBlockNotFound.md +24 -0
- data/docs/BlockchainDataBlockNotFoundError.md +22 -0
- data/docs/BlockchainDataTransactionNotFound.md +24 -0
- data/docs/BlockchainDataTransactionNotFoundError.md +22 -0
- data/docs/BlockchainEventsCallbacksLimitReached.md +24 -0
- data/docs/BlockchainEventsCallbacksLimitReachedError.md +22 -0
- data/docs/CoinsForwardingAutomationsLimitReached.md +24 -0
- data/docs/CoinsForwardingAutomationsLimitReachedError.md +22 -0
- data/docs/CoinsForwardingFail.md +24 -0
- data/docs/CoinsForwardingFailData.md +22 -0
- data/docs/CoinsForwardingFailDataItem.md +30 -0
- data/docs/CoinsForwardingSuccess.md +24 -0
- data/docs/CoinsForwardingSuccessData.md +22 -0
- data/docs/CoinsForwardingSuccessDataItem.md +36 -0
- data/docs/CouldNotCalculateRateForPair.md +24 -0
- data/docs/CouldNotCalculateRateForPairError.md +22 -0
- data/docs/CreateAutomaticCoinsForwardingR.md +24 -0
- data/docs/CreateAutomaticCoinsForwardingRB.md +20 -0
- data/docs/CreateAutomaticCoinsForwardingRBData.md +18 -0
- data/docs/CreateAutomaticCoinsForwardingRBDataItem.md +28 -0
- data/docs/CreateAutomaticCoinsForwardingRData.md +18 -0
- data/docs/CreateAutomaticCoinsForwardingRI.md +32 -0
- data/docs/CreateAutomaticTokensForwardingR.md +24 -0
- data/docs/CreateAutomaticTokensForwardingRB.md +20 -0
- data/docs/CreateAutomaticTokensForwardingRBData.md +18 -0
- data/docs/CreateAutomaticTokensForwardingRBDataItem.md +30 -0
- data/docs/CreateAutomaticTokensForwardingRBTokenData.md +49 -0
- data/docs/CreateAutomaticTokensForwardingRBTokenDataBitcoinOmniToken.md +18 -0
- data/docs/CreateAutomaticTokensForwardingRBTokenDataEthereumToken.md +18 -0
- data/docs/CreateAutomaticTokensForwardingRData.md +18 -0
- data/docs/CreateAutomaticTokensForwardingRI.md +36 -0
- data/docs/CreateAutomaticTokensForwardingRITS.md +49 -0
- data/docs/CreateAutomaticTokensForwardingRITSBOT.md +18 -0
- data/docs/CreateAutomaticTokensForwardingRITSET.md +18 -0
- data/docs/CreateSubscriptionsForApi.md +647 -0
- data/docs/DefaultApi.md +87 -0
- data/docs/DeleteAutomaticCoinsForwardingR.md +24 -0
- data/docs/DeleteAutomaticCoinsForwardingRData.md +18 -0
- data/docs/DeleteAutomaticCoinsForwardingRI.md +32 -0
- data/docs/DeleteAutomaticTokensForwardingR.md +24 -0
- data/docs/DeleteAutomaticTokensForwardingRData.md +18 -0
- data/docs/DeleteAutomaticTokensForwardingRI.md +36 -0
- data/docs/DeleteAutomaticTokensForwardingRITS.md +49 -0
- data/docs/DeleteAutomaticTokensForwardingRITSBOT.md +18 -0
- data/docs/DeleteAutomaticTokensForwardingRITSET.md +18 -0
- data/docs/DeleteBlockchainEventSubscriptionR.md +24 -0
- data/docs/DeleteBlockchainEventSubscriptionRData.md +18 -0
- data/docs/DeleteBlockchainEventSubscriptionRI.md +26 -0
- data/docs/EndpointNotAllowedForApiKey.md +24 -0
- data/docs/EndpointNotAllowedForApiKeyError.md +22 -0
- data/docs/EndpointNotAllowedForPlan.md +24 -0
- data/docs/EndpointNotAllowedForPlanError.md +22 -0
- data/docs/ExchangeRatesApi.md +163 -0
- data/docs/FeatureMainnetsNotAllowedForPlan.md +24 -0
- data/docs/FeatureMainnetsNotAllowedForPlanError.md +22 -0
- data/docs/GetAddressDetailsR.md +24 -0
- data/docs/GetAddressDetailsRData.md +18 -0
- data/docs/GetAddressDetailsRI.md +28 -0
- data/docs/GetAddressDetailsRIConfirmedBalance.md +20 -0
- data/docs/GetAddressDetailsRITotalReceived.md +20 -0
- data/docs/GetAddressDetailsRITotalSpent.md +20 -0
- data/docs/GetBlockDetailsByBlockHashR.md +24 -0
- data/docs/GetBlockDetailsByBlockHashRData.md +18 -0
- data/docs/GetBlockDetailsByBlockHashRI.md +30 -0
- data/docs/GetBlockDetailsByBlockHashRIBS.md +59 -0
- data/docs/GetBlockDetailsByBlockHashRIBSB.md +36 -0
- data/docs/GetBlockDetailsByBlockHashRIBSBC.md +32 -0
- data/docs/GetBlockDetailsByBlockHashRIBSD.md +34 -0
- data/docs/GetBlockDetailsByBlockHashRIBSD2.md +32 -0
- data/docs/GetBlockDetailsByBlockHashRIBSE.md +36 -0
- data/docs/GetBlockDetailsByBlockHashRIBSEC.md +36 -0
- data/docs/GetBlockDetailsByBlockHashRIBSL.md +36 -0
- data/docs/GetBlockDetailsByBlockHeightR.md +24 -0
- data/docs/GetBlockDetailsByBlockHeightRData.md +18 -0
- data/docs/GetBlockDetailsByBlockHeightRI.md +30 -0
- data/docs/GetBlockDetailsByBlockHeightRIBS.md +59 -0
- data/docs/GetBlockDetailsByBlockHeightRIBSB.md +36 -0
- data/docs/GetBlockDetailsByBlockHeightRIBSBC.md +32 -0
- data/docs/GetBlockDetailsByBlockHeightRIBSD.md +34 -0
- data/docs/GetBlockDetailsByBlockHeightRIBSD2.md +32 -0
- data/docs/GetBlockDetailsByBlockHeightRIBSE.md +34 -0
- data/docs/GetBlockDetailsByBlockHeightRIBSEC.md +34 -0
- data/docs/GetBlockDetailsByBlockHeightRIBSL.md +36 -0
- data/docs/GetContractDetailsByAddressR.md +24 -0
- data/docs/GetContractDetailsByAddressRData.md +18 -0
- data/docs/GetContractDetailsByAddressRI.md +32 -0
- data/docs/GetExchangeRateByAssetSymbolsR.md +24 -0
- data/docs/GetExchangeRateByAssetSymbolsRData.md +18 -0
- data/docs/GetExchangeRateByAssetSymbolsRI.md +28 -0
- data/docs/GetExchangeRateByAssetsIDsR.md +24 -0
- data/docs/GetExchangeRateByAssetsIDsRData.md +18 -0
- data/docs/GetExchangeRateByAssetsIDsRI.md +28 -0
- data/docs/GetFeeAddressDetailsR.md +24 -0
- data/docs/GetFeeAddressDetailsRData.md +18 -0
- data/docs/GetFeeAddressDetailsRI.md +22 -0
- data/docs/GetFeeAddressDetailsRIBalance.md +20 -0
- data/docs/GetFeeRecommendationsR.md +24 -0
- data/docs/GetFeeRecommendationsRData.md +18 -0
- data/docs/GetFeeRecommendationsRI.md +24 -0
- data/docs/GetHDWalletXPubYPubZPubDetailsR.md +24 -0
- data/docs/GetHDWalletXPubYPubZPubDetailsRData.md +18 -0
- data/docs/GetHDWalletXPubYPubZPubDetailsRI.md +22 -0
- data/docs/GetLatestMinedBlockR.md +24 -0
- data/docs/GetLatestMinedBlockRData.md +18 -0
- data/docs/GetLatestMinedBlockRI.md +28 -0
- data/docs/GetLatestMinedBlockRIBS.md +59 -0
- data/docs/GetLatestMinedBlockRIBSB.md +36 -0
- data/docs/GetLatestMinedBlockRIBSBC.md +32 -0
- data/docs/GetLatestMinedBlockRIBSD.md +34 -0
- data/docs/GetLatestMinedBlockRIBSD2.md +32 -0
- data/docs/GetLatestMinedBlockRIBSE.md +34 -0
- data/docs/GetLatestMinedBlockRIBSEC.md +34 -0
- data/docs/GetLatestMinedBlockRIBSL.md +36 -0
- data/docs/GetLatestMinedXRPRippleBlockR.md +24 -0
- data/docs/GetLatestMinedXRPRippleBlockRData.md +18 -0
- data/docs/GetLatestMinedXRPRippleBlockRI.md +30 -0
- data/docs/GetLatestMinedXRPRippleBlockRITotalCoins.md +20 -0
- data/docs/GetLatestMinedXRPRippleBlockRITotalFees.md +20 -0
- data/docs/GetOmniTransactionDetailsByTransactionIDTxidR.md +24 -0
- data/docs/GetOmniTransactionDetailsByTransactionIDTxidRData.md +18 -0
- data/docs/GetOmniTransactionDetailsByTransactionIDTxidRI.md +44 -0
- data/docs/GetOmniTransactionDetailsByTransactionIDTxidRISenders.md +20 -0
- data/docs/GetTransactionDetailsByTransactionIDR.md +24 -0
- data/docs/GetTransactionDetailsByTransactionIDRData.md +18 -0
- data/docs/GetTransactionDetailsByTransactionIDRI.md +38 -0
- data/docs/GetTransactionDetailsByTransactionIDRIBS.md +59 -0
- data/docs/GetTransactionDetailsByTransactionIDRIBSB.md +28 -0
- data/docs/GetTransactionDetailsByTransactionIDRIBSBC.md +26 -0
- data/docs/GetTransactionDetailsByTransactionIDRIBSBCScriptPubKey.md +26 -0
- data/docs/GetTransactionDetailsByTransactionIDRIBSBCVin.md +32 -0
- data/docs/GetTransactionDetailsByTransactionIDRIBSBCVout.md +22 -0
- data/docs/GetTransactionDetailsByTransactionIDRIBSBScriptPubKey.md +26 -0
- data/docs/GetTransactionDetailsByTransactionIDRIBSBScriptSig.md +22 -0
- data/docs/GetTransactionDetailsByTransactionIDRIBSBVin.md +32 -0
- data/docs/GetTransactionDetailsByTransactionIDRIBSBVout.md +22 -0
- data/docs/GetTransactionDetailsByTransactionIDRIBSD.md +26 -0
- data/docs/GetTransactionDetailsByTransactionIDRIBSD2.md +26 -0
- data/docs/GetTransactionDetailsByTransactionIDRIBSD2ScriptPubKey.md +26 -0
- data/docs/GetTransactionDetailsByTransactionIDRIBSD2ScriptSig.md +22 -0
- data/docs/GetTransactionDetailsByTransactionIDRIBSD2Vin.md +32 -0
- data/docs/GetTransactionDetailsByTransactionIDRIBSD2Vout.md +22 -0
- data/docs/GetTransactionDetailsByTransactionIDRIBSDScriptPubKey.md +26 -0
- data/docs/GetTransactionDetailsByTransactionIDRIBSDScriptSig.md +22 -0
- data/docs/GetTransactionDetailsByTransactionIDRIBSDVin.md +32 -0
- data/docs/GetTransactionDetailsByTransactionIDRIBSDVout.md +22 -0
- data/docs/GetTransactionDetailsByTransactionIDRIBSE.md +30 -0
- data/docs/GetTransactionDetailsByTransactionIDRIBSEC.md +28 -0
- data/docs/GetTransactionDetailsByTransactionIDRIBSECGasPrice.md +20 -0
- data/docs/GetTransactionDetailsByTransactionIDRIBSEGasPrice.md +20 -0
- data/docs/GetTransactionDetailsByTransactionIDRIBSL.md +28 -0
- data/docs/GetTransactionDetailsByTransactionIDRIBSLScriptPubKey.md +26 -0
- data/docs/GetTransactionDetailsByTransactionIDRIBSLScriptSig.md +22 -0
- data/docs/GetTransactionDetailsByTransactionIDRIBSLVin.md +32 -0
- data/docs/GetTransactionDetailsByTransactionIDRIBSLVout.md +22 -0
- data/docs/GetTransactionDetailsByTransactionIDRIFee.md +20 -0
- data/docs/GetTransactionDetailsByTransactionIDRIRecipients.md +20 -0
- data/docs/GetTransactionDetailsByTransactionIDRISenders.md +20 -0
- data/docs/GetUnconfirmedOmniTransactionByTransactionIDTxidR.md +24 -0
- data/docs/GetUnconfirmedOmniTransactionByTransactionIDTxidRData.md +18 -0
- data/docs/GetUnconfirmedOmniTransactionByTransactionIDTxidRI.md +42 -0
- data/docs/GetUnconfirmedOmniTransactionByTransactionIDTxidRIRecipients.md +20 -0
- data/docs/GetUnconfirmedOmniTransactionByTransactionIDTxidRISenders.md +20 -0
- data/docs/GetXRPRippleAddressDetailsR.md +24 -0
- data/docs/GetXRPRippleAddressDetailsRData.md +18 -0
- data/docs/GetXRPRippleAddressDetailsRI.md +26 -0
- data/docs/GetXRPRippleAddressDetailsRIBalance.md +20 -0
- data/docs/GetXRPRippleBlockDetailsByBlockHashR.md +24 -0
- data/docs/GetXRPRippleBlockDetailsByBlockHashRData.md +18 -0
- data/docs/GetXRPRippleBlockDetailsByBlockHashRI.md +32 -0
- data/docs/GetXRPRippleBlockDetailsByBlockHashRITotalCoins.md +20 -0
- data/docs/GetXRPRippleBlockDetailsByBlockHeightR.md +24 -0
- data/docs/GetXRPRippleBlockDetailsByBlockHeightRData.md +18 -0
- data/docs/GetXRPRippleBlockDetailsByBlockHeightRI.md +32 -0
- data/docs/GetXRPRippleBlockDetailsByBlockHeightRITotalCoins.md +20 -0
- data/docs/GetXRPRippleBlockDetailsByBlockHeightRITotalFees.md +20 -0
- data/docs/GetXRPRippleTransactionDetailsByTransactionIDR.md +24 -0
- data/docs/GetXRPRippleTransactionDetailsByTransactionIDRData.md +18 -0
- data/docs/GetXRPRippleTransactionDetailsByTransactionIDRI.md +46 -0
- data/docs/GetXRPRippleTransactionDetailsByTransactionIDRIFee.md +20 -0
- data/docs/GetXRPRippleTransactionDetailsByTransactionIDRIOffer.md +20 -0
- data/docs/GetXRPRippleTransactionDetailsByTransactionIDRIReceive.md +20 -0
- data/docs/GetXRPRippleTransactionDetailsByTransactionIDRIRecipients.md +20 -0
- data/docs/GetXRPRippleTransactionDetailsByTransactionIDRISenders.md +20 -0
- data/docs/GetXRPRippleTransactionDetailsByTransactionIDRIValue.md +20 -0
- data/docs/InsufficientCredits.md +24 -0
- data/docs/InsufficientCreditsError.md +22 -0
- data/docs/InvalidApiKey.md +24 -0
- data/docs/InvalidApiKeyError.md +22 -0
- data/docs/InvalidBlockchain.md +24 -0
- data/docs/InvalidBlockchainError.md +22 -0
- data/docs/InvalidData.md +24 -0
- data/docs/InvalidDataError.md +22 -0
- data/docs/InvalidNetwork.md +24 -0
- data/docs/InvalidNetworkError.md +22 -0
- data/docs/InvalidPagination.md +24 -0
- data/docs/InvalidPaginationError.md +22 -0
- data/docs/InvalidRequestBodyStructure.md +24 -0
- data/docs/InvalidRequestBodyStructureError.md +22 -0
- data/docs/InvalidXpub.md +24 -0
- data/docs/InvalidXpubError.md +22 -0
- data/docs/LimitGreaterThanAllowed.md +24 -0
- data/docs/LimitGreaterThanAllowedError.md +22 -0
- data/docs/ListAssetsDetailsR.md +24 -0
- data/docs/ListAssetsDetailsRData.md +24 -0
- data/docs/ListAssetsDetailsRI.md +32 -0
- data/docs/ListAssetsDetailsRIAssetLogo.md +22 -0
- data/docs/ListAssetsDetailsRILatestRate.md +22 -0
- data/docs/ListAssetsDetailsRISpecificData.md +47 -0
- data/docs/ListAssetsDetailsRISpecificDataCryptoTypeData.md +30 -0
- data/docs/ListBlockchainEventsSubscriptionsR.md +24 -0
- data/docs/ListBlockchainEventsSubscriptionsRData.md +24 -0
- data/docs/ListBlockchainEventsSubscriptionsRI.md +34 -0
- data/docs/ListCoinsForwardingAutomationsR.md +24 -0
- data/docs/ListCoinsForwardingAutomationsRData.md +24 -0
- data/docs/ListCoinsForwardingAutomationsRI.md +32 -0
- data/docs/ListHDWalletXPubYPubZPubTransactionsR.md +24 -0
- data/docs/ListHDWalletXPubYPubZPubTransactionsRData.md +24 -0
- data/docs/ListHDWalletXPubYPubZPubTransactionsRI.md +34 -0
- data/docs/ListHDWalletXPubYPubZPubTransactionsRIFee.md +18 -0
- data/docs/ListHDWalletXPubYPubZPubTransactionsRIRecipients.md +22 -0
- data/docs/ListHDWalletXPubYPubZPubTransactionsRISenders.md +22 -0
- data/docs/ListOmniTokensByAddressR.md +24 -0
- data/docs/ListOmniTokensByAddressRData.md +24 -0
- data/docs/ListOmniTokensByAddressRI.md +26 -0
- data/docs/ListOmniTransactionsByAddressR.md +24 -0
- data/docs/ListOmniTransactionsByAddressRData.md +24 -0
- data/docs/ListOmniTransactionsByAddressRI.md +44 -0
- data/docs/ListOmniTransactionsByAddressRIFee.md +20 -0
- data/docs/ListOmniTransactionsByAddressRIRecipients.md +20 -0
- data/docs/ListOmniTransactionsByAddressRISenders.md +20 -0
- data/docs/ListOmniTransactionsByBlockHashR.md +24 -0
- data/docs/ListOmniTransactionsByBlockHashRData.md +24 -0
- data/docs/ListOmniTransactionsByBlockHashRI.md +46 -0
- data/docs/ListOmniTransactionsByBlockHashRIFee.md +20 -0
- data/docs/ListOmniTransactionsByBlockHeightR.md +24 -0
- data/docs/ListOmniTransactionsByBlockHeightRData.md +24 -0
- data/docs/ListOmniTransactionsByBlockHeightRI.md +46 -0
- data/docs/ListOmniTransactionsByBlockHeightRIFee.md +20 -0
- data/docs/ListOmniTransactionsByBlockHeightRIRecipients.md +20 -0
- data/docs/ListOmniTransactionsByBlockHeightRISenders.md +20 -0
- data/docs/ListSupportedAssetsR.md +24 -0
- data/docs/ListSupportedAssetsRData.md +24 -0
- data/docs/ListSupportedAssetsRI.md +26 -0
- data/docs/ListTokensByAddressR.md +24 -0
- data/docs/ListTokensByAddressRData.md +24 -0
- data/docs/ListTokensByAddressRI.md +26 -0
- data/docs/ListTokensForwardingAutomationsR.md +24 -0
- data/docs/ListTokensForwardingAutomationsRData.md +24 -0
- data/docs/ListTokensForwardingAutomationsRI.md +36 -0
- data/docs/ListTokensForwardingAutomationsRITS.md +49 -0
- data/docs/ListTokensForwardingAutomationsRITSBOT.md +18 -0
- data/docs/ListTokensForwardingAutomationsRITSET.md +18 -0
- data/docs/ListTokensTransfersByAddressR.md +24 -0
- data/docs/ListTokensTransfersByAddressRData.md +24 -0
- data/docs/ListTokensTransfersByAddressRI.md +38 -0
- data/docs/ListTokensTransfersByTransactionHashR.md +24 -0
- data/docs/ListTokensTransfersByTransactionHashRData.md +24 -0
- data/docs/ListTokensTransfersByTransactionHashRI.md +38 -0
- data/docs/ListTransactionsByAddressR.md +24 -0
- data/docs/ListTransactionsByAddressRData.md +24 -0
- data/docs/ListTransactionsByAddressRI.md +36 -0
- data/docs/ListTransactionsByAddressRIBS.md +59 -0
- data/docs/ListTransactionsByAddressRIBSB.md +28 -0
- data/docs/ListTransactionsByAddressRIBSBC.md +26 -0
- data/docs/ListTransactionsByAddressRIBSBCVin.md +32 -0
- data/docs/ListTransactionsByAddressRIBSBScriptPubKey.md +26 -0
- data/docs/ListTransactionsByAddressRIBSBVin.md +32 -0
- data/docs/ListTransactionsByAddressRIBSBVout.md +22 -0
- data/docs/ListTransactionsByAddressRIBSD.md +26 -0
- data/docs/ListTransactionsByAddressRIBSD2.md +26 -0
- data/docs/ListTransactionsByAddressRIBSD2ScriptPubKey.md +26 -0
- data/docs/ListTransactionsByAddressRIBSD2ScriptSig.md +22 -0
- data/docs/ListTransactionsByAddressRIBSD2Vin.md +32 -0
- data/docs/ListTransactionsByAddressRIBSD2Vout.md +22 -0
- data/docs/ListTransactionsByAddressRIBSDScriptSig.md +22 -0
- data/docs/ListTransactionsByAddressRIBSDVin.md +32 -0
- data/docs/ListTransactionsByAddressRIBSE.md +28 -0
- data/docs/ListTransactionsByAddressRIBSEC.md +30 -0
- data/docs/ListTransactionsByAddressRIBSECGasPrice.md +20 -0
- data/docs/ListTransactionsByAddressRIBSEGasPrice.md +20 -0
- data/docs/ListTransactionsByAddressRIBSL.md +28 -0
- data/docs/ListTransactionsByAddressRIBSLScriptSig.md +22 -0
- data/docs/ListTransactionsByAddressRIBSLVin.md +32 -0
- data/docs/ListTransactionsByBlockHashR.md +24 -0
- data/docs/ListTransactionsByBlockHashRData.md +24 -0
- data/docs/ListTransactionsByBlockHashRI.md +36 -0
- data/docs/ListTransactionsByBlockHashRIBS.md +59 -0
- data/docs/ListTransactionsByBlockHashRIBSB.md +28 -0
- data/docs/ListTransactionsByBlockHashRIBSBC.md +26 -0
- data/docs/ListTransactionsByBlockHashRIBSBCScriptPubKey.md +26 -0
- data/docs/ListTransactionsByBlockHashRIBSBCVin.md +32 -0
- data/docs/ListTransactionsByBlockHashRIBSBCVout.md +22 -0
- data/docs/ListTransactionsByBlockHashRIBSBVin.md +32 -0
- data/docs/ListTransactionsByBlockHashRIBSD.md +26 -0
- data/docs/ListTransactionsByBlockHashRIBSD2.md +26 -0
- data/docs/ListTransactionsByBlockHashRIBSD2ScriptPubKey.md +26 -0
- data/docs/ListTransactionsByBlockHashRIBSD2ScriptSig.md +22 -0
- data/docs/ListTransactionsByBlockHashRIBSD2Vin.md +32 -0
- data/docs/ListTransactionsByBlockHashRIBSD2Vout.md +22 -0
- data/docs/ListTransactionsByBlockHashRIBSDScriptPubKey.md +26 -0
- data/docs/ListTransactionsByBlockHashRIBSDVin.md +32 -0
- data/docs/ListTransactionsByBlockHashRIBSDVout.md +22 -0
- data/docs/ListTransactionsByBlockHashRIBSE.md +30 -0
- data/docs/ListTransactionsByBlockHashRIBSEC.md +30 -0
- data/docs/ListTransactionsByBlockHashRIBSEGasPrice.md +20 -0
- data/docs/ListTransactionsByBlockHashRIBSL.md +28 -0
- data/docs/ListTransactionsByBlockHashRIBSLScriptPubKey.md +26 -0
- data/docs/ListTransactionsByBlockHashRIBSLVin.md +32 -0
- data/docs/ListTransactionsByBlockHashRIBSLVout.md +22 -0
- data/docs/ListTransactionsByBlockHashRIFee.md +20 -0
- data/docs/ListTransactionsByBlockHashRIRecipients.md +20 -0
- data/docs/ListTransactionsByBlockHashRISenders.md +20 -0
- data/docs/ListTransactionsByBlockHeightR.md +24 -0
- data/docs/ListTransactionsByBlockHeightRData.md +24 -0
- data/docs/ListTransactionsByBlockHeightRI.md +36 -0
- data/docs/ListTransactionsByBlockHeightRIBS.md +59 -0
- data/docs/ListTransactionsByBlockHeightRIBSB.md +28 -0
- data/docs/ListTransactionsByBlockHeightRIBSBC.md +26 -0
- data/docs/ListTransactionsByBlockHeightRIBSBScriptPubKey.md +26 -0
- data/docs/ListTransactionsByBlockHeightRIBSBVout.md +22 -0
- data/docs/ListTransactionsByBlockHeightRIBSD.md +26 -0
- data/docs/ListTransactionsByBlockHeightRIBSD2.md +26 -0
- data/docs/ListTransactionsByBlockHeightRIBSD2Vin.md +32 -0
- data/docs/ListTransactionsByBlockHeightRIBSDScriptPubKey.md +26 -0
- data/docs/ListTransactionsByBlockHeightRIBSDScriptSig.md +22 -0
- data/docs/ListTransactionsByBlockHeightRIBSDVin.md +32 -0
- data/docs/ListTransactionsByBlockHeightRIBSDVout.md +22 -0
- data/docs/ListTransactionsByBlockHeightRIBSE.md +30 -0
- data/docs/ListTransactionsByBlockHeightRIBSEC.md +28 -0
- data/docs/ListTransactionsByBlockHeightRIBSECGasPrice.md +20 -0
- data/docs/ListTransactionsByBlockHeightRIBSL.md +28 -0
- data/docs/ListTransactionsByBlockHeightRIBSLScriptPubKey.md +26 -0
- data/docs/ListTransactionsByBlockHeightRIBSLScriptSig.md +22 -0
- data/docs/ListTransactionsByBlockHeightRIBSLVin.md +32 -0
- data/docs/ListTransactionsByBlockHeightRIBSLVout.md +22 -0
- data/docs/ListTransactionsByBlockHeightRIFee.md +20 -0
- data/docs/ListUnconfirmedOmniTransactionsByAddressR.md +24 -0
- data/docs/ListUnconfirmedOmniTransactionsByAddressRData.md +24 -0
- data/docs/ListUnconfirmedOmniTransactionsByAddressRI.md +42 -0
- data/docs/ListUnconfirmedOmniTransactionsByAddressRIFee.md +20 -0
- data/docs/ListUnconfirmedOmniTransactionsByAddressRISenders.md +20 -0
- data/docs/ListUnconfirmedOmniTransactionsByPropertyIDR.md +24 -0
- data/docs/ListUnconfirmedOmniTransactionsByPropertyIDRData.md +24 -0
- data/docs/ListUnconfirmedOmniTransactionsByPropertyIDRI.md +42 -0
- data/docs/ListXRPRippleTransactionsByAddressR.md +24 -0
- data/docs/ListXRPRippleTransactionsByAddressRData.md +24 -0
- data/docs/ListXRPRippleTransactionsByAddressRI.md +46 -0
- data/docs/ListXRPRippleTransactionsByAddressRIFee.md +20 -0
- data/docs/ListXRPRippleTransactionsByAddressRIOffer.md +20 -0
- data/docs/ListXRPRippleTransactionsByAddressRIReceive.md +20 -0
- data/docs/ListXRPRippleTransactionsByAddressRIValue.md +20 -0
- data/docs/ListXRPRippleTransactionsByBlockHashR.md +24 -0
- data/docs/ListXRPRippleTransactionsByBlockHashRData.md +24 -0
- data/docs/ListXRPRippleTransactionsByBlockHashRI.md +46 -0
- data/docs/ListXRPRippleTransactionsByBlockHashRIFee.md +20 -0
- data/docs/ListXRPRippleTransactionsByBlockHashRIOffer.md +20 -0
- data/docs/ListXRPRippleTransactionsByBlockHashRIReceive.md +20 -0
- data/docs/ListXRPRippleTransactionsByBlockHashRIRecipients.md +20 -0
- data/docs/ListXRPRippleTransactionsByBlockHashRISenders.md +20 -0
- data/docs/ListXRPRippleTransactionsByBlockHashRIValue.md +20 -0
- data/docs/ManageSubscriptionsApi.md +169 -0
- data/docs/MetadataApi.md +87 -0
- data/docs/MinedTransactionR.md +24 -0
- data/docs/MinedTransactionRB.md +20 -0
- data/docs/MinedTransactionRBData.md +18 -0
- data/docs/MinedTransactionRBDataItem.md +24 -0
- data/docs/MinedTransactionRData.md +18 -0
- data/docs/MinedTransactionRI.md +34 -0
- data/docs/MissingApiKey.md +24 -0
- data/docs/MissingApiKeyError.md +22 -0
- data/docs/NewBlockR.md +24 -0
- data/docs/NewBlockRB.md +20 -0
- data/docs/NewBlockRBData.md +18 -0
- data/docs/NewBlockRBDataItem.md +22 -0
- data/docs/NewBlockRData.md +18 -0
- data/docs/NewBlockRI.md +26 -0
- data/docs/NewConfirmedCoinsTransactionsAndEachConfirmationR.md +24 -0
- data/docs/NewConfirmedCoinsTransactionsAndEachConfirmationRB.md +20 -0
- data/docs/NewConfirmedCoinsTransactionsAndEachConfirmationRBData.md +18 -0
- data/docs/NewConfirmedCoinsTransactionsAndEachConfirmationRBDataItem.md +26 -0
- data/docs/NewConfirmedCoinsTransactionsAndEachConfirmationRData.md +18 -0
- data/docs/NewConfirmedCoinsTransactionsAndEachConfirmationRI.md +34 -0
- data/docs/NewConfirmedCoinsTransactionsR.md +24 -0
- data/docs/NewConfirmedCoinsTransactionsRB.md +20 -0
- data/docs/NewConfirmedCoinsTransactionsRBData.md +18 -0
- data/docs/NewConfirmedCoinsTransactionsRBDataItem.md +24 -0
- data/docs/NewConfirmedCoinsTransactionsRData.md +18 -0
- data/docs/NewConfirmedCoinsTransactionsRI.md +34 -0
- data/docs/NewConfirmedTokensTransactionsAndEachConfirmationR.md +24 -0
- data/docs/NewConfirmedTokensTransactionsAndEachConfirmationRB.md +20 -0
- data/docs/NewConfirmedTokensTransactionsAndEachConfirmationRBData.md +18 -0
- data/docs/NewConfirmedTokensTransactionsAndEachConfirmationRBDataItem.md +26 -0
- data/docs/NewConfirmedTokensTransactionsAndEachConfirmationRData.md +18 -0
- data/docs/NewConfirmedTokensTransactionsAndEachConfirmationRI.md +26 -0
- data/docs/NewConfirmedTokensTransactionsR.md +24 -0
- data/docs/NewConfirmedTokensTransactionsRB.md +20 -0
- data/docs/NewConfirmedTokensTransactionsRData.md +18 -0
- data/docs/NewConfirmedTokensTransactionsRI.md +34 -0
- data/docs/NewUnconfirmedCoinsTransactionsR.md +24 -0
- data/docs/NewUnconfirmedCoinsTransactionsRB.md +20 -0
- data/docs/NewUnconfirmedCoinsTransactionsRBData.md +18 -0
- data/docs/NewUnconfirmedCoinsTransactionsRBDataItem.md +24 -0
- data/docs/NewUnconfirmedCoinsTransactionsRData.md +18 -0
- data/docs/NewUnconfirmedCoinsTransactionsRI.md +32 -0
- data/docs/NewUnconfirmedTokensTransactionsR.md +24 -0
- data/docs/NewUnconfirmedTokensTransactionsRB.md +20 -0
- data/docs/NewUnconfirmedTokensTransactionsRBData.md +18 -0
- data/docs/NewUnconfirmedTokensTransactionsRBDataItem.md +24 -0
- data/docs/NewUnconfirmedTokensTransactionsRData.md +18 -0
- data/docs/NewUnconfirmedTokensTransactionsRI.md +32 -0
- data/docs/OmniLayerApi.md +667 -0
- data/docs/RequestLimitReached.md +24 -0
- data/docs/RequestLimitReachedError.md +22 -0
- data/docs/ResourceNotFound.md +24 -0
- data/docs/ResourceNotFoundError.md +22 -0
- data/docs/SyncHDWalletXPubYPubZPubR.md +24 -0
- data/docs/SyncHDWalletXPubYPubZPubRB.md +20 -0
- data/docs/SyncHDWalletXPubYPubZPubRBData.md +18 -0
- data/docs/SyncHDWalletXPubYPubZPubRBDataItem.md +18 -0
- data/docs/SyncHDWalletXPubYPubZPubRData.md +18 -0
- data/docs/SyncHDWalletXPubYPubZPubRI.md +18 -0
- data/docs/TokensApi.md +259 -0
- data/docs/TokensForwardingAutomationsLimitReached.md +24 -0
- data/docs/TokensForwardingAutomationsLimitReachedError.md +22 -0
- data/docs/TokensForwardingFail.md +24 -0
- data/docs/TokensForwardingFailData.md +22 -0
- data/docs/TokensForwardingFailDataItem.md +30 -0
- data/docs/TokensForwardingSuccess.md +24 -0
- data/docs/TokensForwardingSuccessData.md +22 -0
- data/docs/TokensForwardingSuccessDataItem.md +36 -0
- data/docs/TokensForwardingSuccessEthereumerc20token.md +26 -0
- data/docs/TokensForwardingSuccessEthereumerc721token.md +24 -0
- data/docs/TokensForwardingSuccessOmnilayertoken.md +26 -0
- data/docs/TokensForwardingSuccessToken.md +51 -0
- data/docs/TransactionMined.md +24 -0
- data/docs/TransactionMinedData.md +22 -0
- data/docs/TransactionMinedDataItem.md +24 -0
- data/docs/TransactionMinedDataItemMinedInBlock.md +22 -0
- data/docs/UTXOBasedApi.md +255 -0
- data/docs/UnexpectedServerError.md +24 -0
- data/docs/UnexpectedServerErrorError.md +22 -0
- data/docs/UnifiedEndpointsApi.md +735 -0
- data/docs/UnsupportedMediaType.md +24 -0
- data/docs/UnsupportedMediaTypeError.md +22 -0
- data/docs/UriNotFound.md +24 -0
- data/docs/UriNotFoundError.md +22 -0
- data/docs/ValidateAddressR.md +24 -0
- data/docs/ValidateAddressRB.md +20 -0
- data/docs/ValidateAddressRBData.md +18 -0
- data/docs/ValidateAddressRBDataItem.md +18 -0
- data/docs/ValidateAddressRData.md +18 -0
- data/docs/ValidateAddressRI.md +20 -0
- data/docs/ValidatingApi.md +87 -0
- data/docs/XRPRippleApi.md +559 -0
- data/docs/XpubNotSynced.md +24 -0
- data/docs/XpubNotSyncedError.md +22 -0
- data/docs/XpubSyncInProgress.md +24 -0
- data/docs/XpubSyncInProgressError.md +22 -0
- data/lib/crypto_apis.rb +554 -0
- data/lib/crypto_apis/api/assets_api.rb +95 -0
- data/lib/crypto_apis/api/automatic_coins_forwarding_api.rb +284 -0
- data/lib/crypto_apis/api/automatic_tokens_forwarding_api.rb +452 -0
- data/lib/crypto_apis/api/create_subscriptions_for_api.rb +710 -0
- data/lib/crypto_apis/api/default_api.rb +110 -0
- data/lib/crypto_apis/api/exchange_rates_api.rb +166 -0
- data/lib/crypto_apis/api/manage_subscriptions_api.rb +198 -0
- data/lib/crypto_apis/api/metadata_api.rb +95 -0
- data/lib/crypto_apis/api/omni_layer_api.rb +756 -0
- data/lib/crypto_apis/api/tokens_api.rb +304 -0
- data/lib/crypto_apis/api/unified_endpoints_api.rb +820 -0
- data/lib/crypto_apis/api/utxo_based_api.rb +304 -0
- data/lib/crypto_apis/api/validating_api.rb +108 -0
- data/lib/crypto_apis/api/xrp_ripple_api.rb +567 -0
- data/lib/crypto_apis/api_client.rb +390 -0
- data/lib/crypto_apis/api_error.rb +57 -0
- data/lib/crypto_apis/configuration.rb +277 -0
- data/lib/crypto_apis/models/add_tokens_to_existing_from_address_r.rb +263 -0
- data/lib/crypto_apis/models/add_tokens_to_existing_from_address_r_data.rb +223 -0
- data/lib/crypto_apis/models/add_tokens_to_existing_from_address_rb.rb +233 -0
- data/lib/crypto_apis/models/add_tokens_to_existing_from_address_rb_data.rb +223 -0
- data/lib/crypto_apis/models/add_tokens_to_existing_from_address_rb_data_item.rb +357 -0
- data/lib/crypto_apis/models/add_tokens_to_existing_from_address_rb_token_data.rb +105 -0
- data/lib/crypto_apis/models/add_tokens_to_existing_from_address_rb_token_data_bitcoin_omni_token.rb +225 -0
- data/lib/crypto_apis/models/add_tokens_to_existing_from_address_rb_token_data_ethereum_erc20_token.rb +225 -0
- data/lib/crypto_apis/models/add_tokens_to_existing_from_address_ri.rb +392 -0
- data/lib/crypto_apis/models/add_tokens_to_existing_from_address_rits.rb +105 -0
- data/lib/crypto_apis/models/add_tokens_to_existing_from_address_ritsbot.rb +225 -0
- data/lib/crypto_apis/models/add_tokens_to_existing_from_address_ritseet.rb +225 -0
- data/lib/crypto_apis/models/address_coins_transaction_confirmed.rb +268 -0
- data/lib/crypto_apis/models/address_coins_transaction_confirmed_data.rb +254 -0
- data/lib/crypto_apis/models/address_coins_transaction_confirmed_data_item.rb +363 -0
- data/lib/crypto_apis/models/address_coins_transaction_confirmed_data_item_mined_in_block.rb +255 -0
- data/lib/crypto_apis/models/address_coins_transaction_confirmed_each_confirmation.rb +268 -0
- data/lib/crypto_apis/models/address_coins_transaction_confirmed_each_confirmation_data.rb +254 -0
- data/lib/crypto_apis/models/address_coins_transaction_confirmed_each_confirmation_data_item.rb +393 -0
- data/lib/crypto_apis/models/address_coins_transaction_confirmed_each_confirmation_data_item_mined_in_block.rb +255 -0
- data/lib/crypto_apis/models/address_coins_transaction_unconfirmed.rb +268 -0
- data/lib/crypto_apis/models/address_coins_transaction_unconfirmed_data.rb +254 -0
- data/lib/crypto_apis/models/address_coins_transaction_unconfirmed_data_item.rb +376 -0
- data/lib/crypto_apis/models/address_tokens_transaction_confirmed.rb +268 -0
- data/lib/crypto_apis/models/address_tokens_transaction_confirmed_data.rb +254 -0
- data/lib/crypto_apis/models/address_tokens_transaction_confirmed_data_item.rb +374 -0
- data/lib/crypto_apis/models/address_tokens_transaction_confirmed_data_item_mined_in_block.rb +255 -0
- data/lib/crypto_apis/models/address_tokens_transaction_confirmed_each_confirmation.rb +268 -0
- data/lib/crypto_apis/models/address_tokens_transaction_confirmed_each_confirmation_data.rb +254 -0
- data/lib/crypto_apis/models/address_tokens_transaction_confirmed_each_confirmation_data_item.rb +404 -0
- data/lib/crypto_apis/models/address_tokens_transaction_confirmed_each_confirmation_data_item_mined_in_block.rb +255 -0
- data/lib/crypto_apis/models/address_tokens_transaction_confirmed_each_confirmation_ethereumerc20token.rb +280 -0
- data/lib/crypto_apis/models/address_tokens_transaction_confirmed_each_confirmation_ethereumerc721token.rb +270 -0
- data/lib/crypto_apis/models/address_tokens_transaction_confirmed_each_confirmation_omnilayertoken.rb +285 -0
- data/lib/crypto_apis/models/address_tokens_transaction_confirmed_each_confirmation_token.rb +106 -0
- data/lib/crypto_apis/models/address_tokens_transaction_confirmed_ethereumerc20token.rb +280 -0
- data/lib/crypto_apis/models/address_tokens_transaction_confirmed_ethereumerc721token.rb +270 -0
- data/lib/crypto_apis/models/address_tokens_transaction_confirmed_omnilayertoken.rb +285 -0
- data/lib/crypto_apis/models/address_tokens_transaction_confirmed_token.rb +106 -0
- data/lib/crypto_apis/models/address_tokens_transaction_unconfirmed.rb +268 -0
- data/lib/crypto_apis/models/address_tokens_transaction_unconfirmed_data.rb +254 -0
- data/lib/crypto_apis/models/address_tokens_transaction_unconfirmed_data_item.rb +375 -0
- data/lib/crypto_apis/models/address_tokens_transaction_unconfirmed_ethereumerc20token.rb +280 -0
- data/lib/crypto_apis/models/address_tokens_transaction_unconfirmed_ethereumerc721token.rb +270 -0
- data/lib/crypto_apis/models/address_tokens_transaction_unconfirmed_omnilayertoken.rb +285 -0
- data/lib/crypto_apis/models/address_tokens_transaction_unconfirmed_token.rb +106 -0
- data/lib/crypto_apis/models/already_exists.rb +263 -0
- data/lib/crypto_apis/models/already_exists_error.rb +250 -0
- data/lib/crypto_apis/models/banned_ip_address.rb +263 -0
- data/lib/crypto_apis/models/banned_ip_address_error.rb +250 -0
- data/lib/crypto_apis/models/banned_ip_address_error_details.rb +239 -0
- data/lib/crypto_apis/models/block_mined.rb +268 -0
- data/lib/crypto_apis/models/block_mined_data.rb +254 -0
- data/lib/crypto_apis/models/block_mined_data_item.rb +285 -0
- data/lib/crypto_apis/models/blockchain_data_block_not_found.rb +263 -0
- data/lib/crypto_apis/models/blockchain_data_block_not_found_error.rb +250 -0
- data/lib/crypto_apis/models/blockchain_data_transaction_not_found.rb +263 -0
- data/lib/crypto_apis/models/blockchain_data_transaction_not_found_error.rb +250 -0
- data/lib/crypto_apis/models/blockchain_events_callbacks_limit_reached.rb +263 -0
- data/lib/crypto_apis/models/blockchain_events_callbacks_limit_reached_error.rb +250 -0
- data/lib/crypto_apis/models/coins_forwarding_automations_limit_reached.rb +263 -0
- data/lib/crypto_apis/models/coins_forwarding_automations_limit_reached_error.rb +250 -0
- data/lib/crypto_apis/models/coins_forwarding_fail.rb +268 -0
- data/lib/crypto_apis/models/coins_forwarding_fail_data.rb +254 -0
- data/lib/crypto_apis/models/coins_forwarding_fail_data_item.rb +349 -0
- data/lib/crypto_apis/models/coins_forwarding_success.rb +268 -0
- data/lib/crypto_apis/models/coins_forwarding_success_data.rb +254 -0
- data/lib/crypto_apis/models/coins_forwarding_success_data_item.rb +360 -0
- data/lib/crypto_apis/models/could_not_calculate_rate_for_pair.rb +263 -0
- data/lib/crypto_apis/models/could_not_calculate_rate_for_pair_error.rb +250 -0
- data/lib/crypto_apis/models/create_automatic_coins_forwarding_r.rb +263 -0
- data/lib/crypto_apis/models/create_automatic_coins_forwarding_r_data.rb +223 -0
- data/lib/crypto_apis/models/create_automatic_coins_forwarding_rb.rb +233 -0
- data/lib/crypto_apis/models/create_automatic_coins_forwarding_rb_data.rb +223 -0
- data/lib/crypto_apis/models/create_automatic_coins_forwarding_rb_data_item.rb +333 -0
- data/lib/crypto_apis/models/create_automatic_coins_forwarding_ri.rb +363 -0
- data/lib/crypto_apis/models/create_automatic_tokens_forwarding_r.rb +263 -0
- data/lib/crypto_apis/models/create_automatic_tokens_forwarding_r_data.rb +223 -0
- data/lib/crypto_apis/models/create_automatic_tokens_forwarding_rb.rb +233 -0
- data/lib/crypto_apis/models/create_automatic_tokens_forwarding_rb_data.rb +223 -0
- data/lib/crypto_apis/models/create_automatic_tokens_forwarding_rb_data_item.rb +342 -0
- data/lib/crypto_apis/models/create_automatic_tokens_forwarding_rb_token_data.rb +105 -0
- data/lib/crypto_apis/models/create_automatic_tokens_forwarding_rb_token_data_bitcoin_omni_token.rb +225 -0
- data/lib/crypto_apis/models/create_automatic_tokens_forwarding_rb_token_data_ethereum_token.rb +225 -0
- data/lib/crypto_apis/models/create_automatic_tokens_forwarding_ri.rb +392 -0
- data/lib/crypto_apis/models/create_automatic_tokens_forwarding_rits.rb +105 -0
- data/lib/crypto_apis/models/create_automatic_tokens_forwarding_ritsbot.rb +225 -0
- data/lib/crypto_apis/models/create_automatic_tokens_forwarding_ritset.rb +225 -0
- data/lib/crypto_apis/models/delete_automatic_coins_forwarding_r.rb +263 -0
- data/lib/crypto_apis/models/delete_automatic_coins_forwarding_r_data.rb +223 -0
- data/lib/crypto_apis/models/delete_automatic_coins_forwarding_ri.rb +363 -0
- data/lib/crypto_apis/models/delete_automatic_tokens_forwarding_r.rb +263 -0
- data/lib/crypto_apis/models/delete_automatic_tokens_forwarding_r_data.rb +223 -0
- data/lib/crypto_apis/models/delete_automatic_tokens_forwarding_ri.rb +392 -0
- data/lib/crypto_apis/models/delete_automatic_tokens_forwarding_rits.rb +105 -0
- data/lib/crypto_apis/models/delete_automatic_tokens_forwarding_ritsbot.rb +225 -0
- data/lib/crypto_apis/models/delete_automatic_tokens_forwarding_ritset.rb +225 -0
- data/lib/crypto_apis/models/delete_blockchain_event_subscription_r.rb +263 -0
- data/lib/crypto_apis/models/delete_blockchain_event_subscription_r_data.rb +223 -0
- data/lib/crypto_apis/models/delete_blockchain_event_subscription_ri.rb +284 -0
- data/lib/crypto_apis/models/endpoint_not_allowed_for_api_key.rb +263 -0
- data/lib/crypto_apis/models/endpoint_not_allowed_for_api_key_error.rb +250 -0
- data/lib/crypto_apis/models/endpoint_not_allowed_for_plan.rb +263 -0
- data/lib/crypto_apis/models/endpoint_not_allowed_for_plan_error.rb +250 -0
- data/lib/crypto_apis/models/feature_mainnets_not_allowed_for_plan.rb +263 -0
- data/lib/crypto_apis/models/feature_mainnets_not_allowed_for_plan_error.rb +250 -0
- data/lib/crypto_apis/models/get_address_details_r.rb +263 -0
- data/lib/crypto_apis/models/get_address_details_r_data.rb +223 -0
- data/lib/crypto_apis/models/get_address_details_ri.rb +296 -0
- data/lib/crypto_apis/models/get_address_details_ri_confirmed_balance.rb +239 -0
- data/lib/crypto_apis/models/get_address_details_ri_total_received.rb +239 -0
- data/lib/crypto_apis/models/get_address_details_ri_total_spent.rb +239 -0
- data/lib/crypto_apis/models/get_block_details_by_block_hash_r.rb +263 -0
- data/lib/crypto_apis/models/get_block_details_by_block_hash_r_data.rb +223 -0
- data/lib/crypto_apis/models/get_block_details_by_block_hash_ri.rb +313 -0
- data/lib/crypto_apis/models/get_block_details_by_block_hash_ribs.rb +110 -0
- data/lib/crypto_apis/models/get_block_details_by_block_hash_ribsb.rb +360 -0
- data/lib/crypto_apis/models/get_block_details_by_block_hash_ribsbc.rb +330 -0
- data/lib/crypto_apis/models/get_block_details_by_block_hash_ribsd.rb +345 -0
- data/lib/crypto_apis/models/get_block_details_by_block_hash_ribsd2.rb +330 -0
- data/lib/crypto_apis/models/get_block_details_by_block_hash_ribse.rb +361 -0
- data/lib/crypto_apis/models/get_block_details_by_block_hash_ribsec.rb +361 -0
- data/lib/crypto_apis/models/get_block_details_by_block_hash_ribsl.rb +360 -0
- data/lib/crypto_apis/models/get_block_details_by_block_height_r.rb +263 -0
- data/lib/crypto_apis/models/get_block_details_by_block_height_r_data.rb +223 -0
- data/lib/crypto_apis/models/get_block_details_by_block_height_ri.rb +313 -0
- data/lib/crypto_apis/models/get_block_details_by_block_height_ribs.rb +110 -0
- data/lib/crypto_apis/models/get_block_details_by_block_height_ribsb.rb +360 -0
- data/lib/crypto_apis/models/get_block_details_by_block_height_ribsbc.rb +330 -0
- data/lib/crypto_apis/models/get_block_details_by_block_height_ribsd.rb +345 -0
- data/lib/crypto_apis/models/get_block_details_by_block_height_ribsd2.rb +330 -0
- data/lib/crypto_apis/models/get_block_details_by_block_height_ribse.rb +345 -0
- data/lib/crypto_apis/models/get_block_details_by_block_height_ribsec.rb +345 -0
- data/lib/crypto_apis/models/get_block_details_by_block_height_ribsl.rb +360 -0
- data/lib/crypto_apis/models/get_contract_details_by_address_r.rb +263 -0
- data/lib/crypto_apis/models/get_contract_details_by_address_r_data.rb +223 -0
- data/lib/crypto_apis/models/get_contract_details_by_address_ri.rb +309 -0
- data/lib/crypto_apis/models/get_exchange_rate_by_asset_symbols_r.rb +263 -0
- data/lib/crypto_apis/models/get_exchange_rate_by_asset_symbols_r_data.rb +223 -0
- data/lib/crypto_apis/models/get_exchange_rate_by_asset_symbols_ri.rb +299 -0
- data/lib/crypto_apis/models/get_exchange_rate_by_assets_ids_r.rb +263 -0
- data/lib/crypto_apis/models/get_exchange_rate_by_assets_ids_r_data.rb +223 -0
- data/lib/crypto_apis/models/get_exchange_rate_by_assets_ids_ri.rb +299 -0
- data/lib/crypto_apis/models/get_fee_address_details_r.rb +263 -0
- data/lib/crypto_apis/models/get_fee_address_details_r_data.rb +223 -0
- data/lib/crypto_apis/models/get_fee_address_details_ri.rb +253 -0
- data/lib/crypto_apis/models/get_fee_address_details_ri_balance.rb +240 -0
- data/lib/crypto_apis/models/get_fee_recommendations_r.rb +263 -0
- data/lib/crypto_apis/models/get_fee_recommendations_r_data.rb +223 -0
- data/lib/crypto_apis/models/get_fee_recommendations_ri.rb +269 -0
- data/lib/crypto_apis/models/get_hd_wallet_x_pub_y_pub_z_pub_details_r.rb +263 -0
- data/lib/crypto_apis/models/get_hd_wallet_x_pub_y_pub_z_pub_details_r_data.rb +223 -0
- data/lib/crypto_apis/models/get_hd_wallet_x_pub_y_pub_z_pub_details_ri.rb +254 -0
- data/lib/crypto_apis/models/get_latest_mined_block_r.rb +263 -0
- data/lib/crypto_apis/models/get_latest_mined_block_r_data.rb +223 -0
- data/lib/crypto_apis/models/get_latest_mined_block_ri.rb +298 -0
- data/lib/crypto_apis/models/get_latest_mined_block_ribs.rb +110 -0
- data/lib/crypto_apis/models/get_latest_mined_block_ribsb.rb +360 -0
- data/lib/crypto_apis/models/get_latest_mined_block_ribsbc.rb +330 -0
- data/lib/crypto_apis/models/get_latest_mined_block_ribsd.rb +345 -0
- data/lib/crypto_apis/models/get_latest_mined_block_ribsd2.rb +330 -0
- data/lib/crypto_apis/models/get_latest_mined_block_ribse.rb +345 -0
- data/lib/crypto_apis/models/get_latest_mined_block_ribsec.rb +345 -0
- data/lib/crypto_apis/models/get_latest_mined_block_ribsl.rb +360 -0
- data/lib/crypto_apis/models/get_latest_mined_xrp_ripple_block_r.rb +263 -0
- data/lib/crypto_apis/models/get_latest_mined_xrp_ripple_block_r_data.rb +223 -0
- data/lib/crypto_apis/models/get_latest_mined_xrp_ripple_block_ri.rb +312 -0
- data/lib/crypto_apis/models/get_latest_mined_xrp_ripple_block_ri_total_coins.rb +239 -0
- data/lib/crypto_apis/models/get_latest_mined_xrp_ripple_block_ri_total_fees.rb +239 -0
- data/lib/crypto_apis/models/get_omni_transaction_details_by_transaction_id_txid_r.rb +263 -0
- data/lib/crypto_apis/models/get_omni_transaction_details_by_transaction_id_txid_r_data.rb +223 -0
- data/lib/crypto_apis/models/get_omni_transaction_details_by_transaction_id_txid_ri.rb +422 -0
- data/lib/crypto_apis/models/get_omni_transaction_details_by_transaction_id_txid_ri_senders.rb +239 -0
- data/lib/crypto_apis/models/get_transaction_details_by_transaction_idr.rb +263 -0
- data/lib/crypto_apis/models/get_transaction_details_by_transaction_idr_data.rb +223 -0
- data/lib/crypto_apis/models/get_transaction_details_by_transaction_idri.rb +366 -0
- data/lib/crypto_apis/models/get_transaction_details_by_transaction_idri_fee.rb +239 -0
- data/lib/crypto_apis/models/get_transaction_details_by_transaction_idri_recipients.rb +239 -0
- data/lib/crypto_apis/models/get_transaction_details_by_transaction_idri_senders.rb +239 -0
- data/lib/crypto_apis/models/get_transaction_details_by_transaction_idribs.rb +110 -0
- data/lib/crypto_apis/models/get_transaction_details_by_transaction_idribsb.rb +304 -0
- data/lib/crypto_apis/models/get_transaction_details_by_transaction_idribsb_script_pub_key.rb +286 -0
- data/lib/crypto_apis/models/get_transaction_details_by_transaction_idribsb_script_sig.rb +255 -0
- data/lib/crypto_apis/models/get_transaction_details_by_transaction_idribsb_vin.rb +310 -0
- data/lib/crypto_apis/models/get_transaction_details_by_transaction_idribsb_vout.rb +253 -0
- data/lib/crypto_apis/models/get_transaction_details_by_transaction_idribsbc.rb +289 -0
- data/lib/crypto_apis/models/get_transaction_details_by_transaction_idribsbc_script_pub_key.rb +286 -0
- data/lib/crypto_apis/models/get_transaction_details_by_transaction_idribsbc_vin.rb +310 -0
- data/lib/crypto_apis/models/get_transaction_details_by_transaction_idribsbc_vout.rb +253 -0
- data/lib/crypto_apis/models/get_transaction_details_by_transaction_idribsd.rb +289 -0
- data/lib/crypto_apis/models/get_transaction_details_by_transaction_idribsd2.rb +289 -0
- data/lib/crypto_apis/models/get_transaction_details_by_transaction_idribsd2_script_pub_key.rb +286 -0
- data/lib/crypto_apis/models/get_transaction_details_by_transaction_idribsd2_script_sig.rb +255 -0
- data/lib/crypto_apis/models/get_transaction_details_by_transaction_idribsd2_vin.rb +310 -0
- data/lib/crypto_apis/models/get_transaction_details_by_transaction_idribsd2_vout.rb +253 -0
- data/lib/crypto_apis/models/get_transaction_details_by_transaction_idribsd_script_pub_key.rb +286 -0
- data/lib/crypto_apis/models/get_transaction_details_by_transaction_idribsd_script_sig.rb +255 -0
- data/lib/crypto_apis/models/get_transaction_details_by_transaction_idribsd_vin.rb +315 -0
- data/lib/crypto_apis/models/get_transaction_details_by_transaction_idribsd_vout.rb +253 -0
- data/lib/crypto_apis/models/get_transaction_details_by_transaction_idribse.rb +314 -0
- data/lib/crypto_apis/models/get_transaction_details_by_transaction_idribse_gas_price.rb +239 -0
- data/lib/crypto_apis/models/get_transaction_details_by_transaction_idribsec.rb +299 -0
- data/lib/crypto_apis/models/get_transaction_details_by_transaction_idribsec_gas_price.rb +239 -0
- data/lib/crypto_apis/models/get_transaction_details_by_transaction_idribsl.rb +304 -0
- data/lib/crypto_apis/models/get_transaction_details_by_transaction_idribsl_script_pub_key.rb +286 -0
- data/lib/crypto_apis/models/get_transaction_details_by_transaction_idribsl_script_sig.rb +255 -0
- data/lib/crypto_apis/models/get_transaction_details_by_transaction_idribsl_vin.rb +310 -0
- data/lib/crypto_apis/models/get_transaction_details_by_transaction_idribsl_vout.rb +253 -0
- data/lib/crypto_apis/models/get_unconfirmed_omni_transaction_by_transaction_id_txid_r.rb +263 -0
- data/lib/crypto_apis/models/get_unconfirmed_omni_transaction_by_transaction_id_txid_r_data.rb +223 -0
- data/lib/crypto_apis/models/get_unconfirmed_omni_transaction_by_transaction_id_txid_ri.rb +407 -0
- data/lib/crypto_apis/models/get_unconfirmed_omni_transaction_by_transaction_id_txid_ri_recipients.rb +239 -0
- data/lib/crypto_apis/models/get_unconfirmed_omni_transaction_by_transaction_id_txid_ri_senders.rb +239 -0
- data/lib/crypto_apis/models/get_xrp_ripple_address_details_r.rb +263 -0
- data/lib/crypto_apis/models/get_xrp_ripple_address_details_r_data.rb +223 -0
- data/lib/crypto_apis/models/get_xrp_ripple_address_details_ri.rb +283 -0
- data/lib/crypto_apis/models/get_xrp_ripple_address_details_ri_balance.rb +240 -0
- data/lib/crypto_apis/models/get_xrp_ripple_block_details_by_block_hash_r.rb +263 -0
- data/lib/crypto_apis/models/get_xrp_ripple_block_details_by_block_hash_r_data.rb +223 -0
- data/lib/crypto_apis/models/get_xrp_ripple_block_details_by_block_hash_ri.rb +327 -0
- data/lib/crypto_apis/models/get_xrp_ripple_block_details_by_block_hash_ri_total_coins.rb +237 -0
- data/lib/crypto_apis/models/get_xrp_ripple_block_details_by_block_height_r.rb +263 -0
- data/lib/crypto_apis/models/get_xrp_ripple_block_details_by_block_height_r_data.rb +223 -0
- data/lib/crypto_apis/models/get_xrp_ripple_block_details_by_block_height_ri.rb +327 -0
- data/lib/crypto_apis/models/get_xrp_ripple_block_details_by_block_height_ri_total_coins.rb +240 -0
- data/lib/crypto_apis/models/get_xrp_ripple_block_details_by_block_height_ri_total_fees.rb +240 -0
- data/lib/crypto_apis/models/get_xrp_ripple_transaction_details_by_transaction_idr.rb +263 -0
- data/lib/crypto_apis/models/get_xrp_ripple_transaction_details_by_transaction_idr_data.rb +223 -0
- data/lib/crypto_apis/models/get_xrp_ripple_transaction_details_by_transaction_idri.rb +429 -0
- data/lib/crypto_apis/models/get_xrp_ripple_transaction_details_by_transaction_idri_fee.rb +239 -0
- data/lib/crypto_apis/models/get_xrp_ripple_transaction_details_by_transaction_idri_offer.rb +240 -0
- data/lib/crypto_apis/models/get_xrp_ripple_transaction_details_by_transaction_idri_receive.rb +240 -0
- data/lib/crypto_apis/models/get_xrp_ripple_transaction_details_by_transaction_idri_recipients.rb +239 -0
- data/lib/crypto_apis/models/get_xrp_ripple_transaction_details_by_transaction_idri_senders.rb +239 -0
- data/lib/crypto_apis/models/get_xrp_ripple_transaction_details_by_transaction_idri_value.rb +239 -0
- data/lib/crypto_apis/models/insufficient_credits.rb +263 -0
- data/lib/crypto_apis/models/insufficient_credits_error.rb +250 -0
- data/lib/crypto_apis/models/invalid_api_key.rb +263 -0
- data/lib/crypto_apis/models/invalid_api_key_error.rb +250 -0
- data/lib/crypto_apis/models/invalid_blockchain.rb +263 -0
- data/lib/crypto_apis/models/invalid_blockchain_error.rb +250 -0
- data/lib/crypto_apis/models/invalid_data.rb +263 -0
- data/lib/crypto_apis/models/invalid_data_error.rb +250 -0
- data/lib/crypto_apis/models/invalid_network.rb +263 -0
- data/lib/crypto_apis/models/invalid_network_error.rb +250 -0
- data/lib/crypto_apis/models/invalid_pagination.rb +263 -0
- data/lib/crypto_apis/models/invalid_pagination_error.rb +250 -0
- data/lib/crypto_apis/models/invalid_request_body_structure.rb +263 -0
- data/lib/crypto_apis/models/invalid_request_body_structure_error.rb +250 -0
- data/lib/crypto_apis/models/invalid_xpub.rb +263 -0
- data/lib/crypto_apis/models/invalid_xpub_error.rb +250 -0
- data/lib/crypto_apis/models/limit_greater_than_allowed.rb +263 -0
- data/lib/crypto_apis/models/limit_greater_than_allowed_error.rb +250 -0
- data/lib/crypto_apis/models/list_assets_details_r.rb +263 -0
- data/lib/crypto_apis/models/list_assets_details_r_data.rb +270 -0
- data/lib/crypto_apis/models/list_assets_details_ri.rb +360 -0
- data/lib/crypto_apis/models/list_assets_details_ri_asset_logo.rb +255 -0
- data/lib/crypto_apis/models/list_assets_details_ri_latest_rate.rb +250 -0
- data/lib/crypto_apis/models/list_assets_details_ri_specific_data.rb +105 -0
- data/lib/crypto_apis/models/list_assets_details_ri_specific_data_crypto_type_data.rb +315 -0
- data/lib/crypto_apis/models/list_blockchain_events_subscriptions_r.rb +263 -0
- data/lib/crypto_apis/models/list_blockchain_events_subscriptions_r_data.rb +270 -0
- data/lib/crypto_apis/models/list_blockchain_events_subscriptions_ri.rb +344 -0
- data/lib/crypto_apis/models/list_coins_forwarding_automations_r.rb +263 -0
- data/lib/crypto_apis/models/list_coins_forwarding_automations_r_data.rb +270 -0
- data/lib/crypto_apis/models/list_coins_forwarding_automations_ri.rb +363 -0
- data/lib/crypto_apis/models/list_hd_wallet_x_pub_y_pub_z_pub_transactions_r.rb +263 -0
- data/lib/crypto_apis/models/list_hd_wallet_x_pub_y_pub_z_pub_transactions_r_data.rb +270 -0
- data/lib/crypto_apis/models/list_hd_wallet_x_pub_y_pub_z_pub_transactions_ri.rb +347 -0
- data/lib/crypto_apis/models/list_hd_wallet_x_pub_y_pub_z_pub_transactions_ri_fee.rb +224 -0
- data/lib/crypto_apis/models/list_hd_wallet_x_pub_y_pub_z_pub_transactions_ri_recipients.rb +254 -0
- data/lib/crypto_apis/models/list_hd_wallet_x_pub_y_pub_z_pub_transactions_ri_senders.rb +254 -0
- data/lib/crypto_apis/models/list_omni_tokens_by_address_r.rb +263 -0
- data/lib/crypto_apis/models/list_omni_tokens_by_address_r_data.rb +270 -0
- data/lib/crypto_apis/models/list_omni_tokens_by_address_ri.rb +284 -0
- data/lib/crypto_apis/models/list_omni_transactions_by_address_r.rb +263 -0
- data/lib/crypto_apis/models/list_omni_transactions_by_address_r_data.rb +270 -0
- data/lib/crypto_apis/models/list_omni_transactions_by_address_ri.rb +422 -0
- data/lib/crypto_apis/models/list_omni_transactions_by_address_ri_fee.rb +239 -0
- data/lib/crypto_apis/models/list_omni_transactions_by_address_ri_recipients.rb +239 -0
- data/lib/crypto_apis/models/list_omni_transactions_by_address_ri_senders.rb +239 -0
- data/lib/crypto_apis/models/list_omni_transactions_by_block_hash_r.rb +263 -0
- data/lib/crypto_apis/models/list_omni_transactions_by_block_hash_r_data.rb +270 -0
- data/lib/crypto_apis/models/list_omni_transactions_by_block_hash_ri.rb +437 -0
- data/lib/crypto_apis/models/list_omni_transactions_by_block_hash_ri_fee.rb +239 -0
- data/lib/crypto_apis/models/list_omni_transactions_by_block_height_r.rb +263 -0
- data/lib/crypto_apis/models/list_omni_transactions_by_block_height_r_data.rb +270 -0
- data/lib/crypto_apis/models/list_omni_transactions_by_block_height_ri.rb +437 -0
- data/lib/crypto_apis/models/list_omni_transactions_by_block_height_ri_fee.rb +239 -0
- data/lib/crypto_apis/models/list_omni_transactions_by_block_height_ri_recipients.rb +239 -0
- data/lib/crypto_apis/models/list_omni_transactions_by_block_height_ri_senders.rb +239 -0
- data/lib/crypto_apis/models/list_supported_assets_r.rb +263 -0
- data/lib/crypto_apis/models/list_supported_assets_r_data.rb +270 -0
- data/lib/crypto_apis/models/list_supported_assets_ri.rb +318 -0
- data/lib/crypto_apis/models/list_tokens_by_address_r.rb +263 -0
- data/lib/crypto_apis/models/list_tokens_by_address_r_data.rb +270 -0
- data/lib/crypto_apis/models/list_tokens_by_address_ri.rb +284 -0
- data/lib/crypto_apis/models/list_tokens_forwarding_automations_r.rb +263 -0
- data/lib/crypto_apis/models/list_tokens_forwarding_automations_r_data.rb +270 -0
- data/lib/crypto_apis/models/list_tokens_forwarding_automations_ri.rb +387 -0
- data/lib/crypto_apis/models/list_tokens_forwarding_automations_rits.rb +105 -0
- data/lib/crypto_apis/models/list_tokens_forwarding_automations_ritsbot.rb +225 -0
- data/lib/crypto_apis/models/list_tokens_forwarding_automations_ritset.rb +225 -0
- data/lib/crypto_apis/models/list_tokens_transfers_by_address_r.rb +263 -0
- data/lib/crypto_apis/models/list_tokens_transfers_by_address_r_data.rb +270 -0
- data/lib/crypto_apis/models/list_tokens_transfers_by_address_ri.rb +374 -0
- data/lib/crypto_apis/models/list_tokens_transfers_by_transaction_hash_r.rb +263 -0
- data/lib/crypto_apis/models/list_tokens_transfers_by_transaction_hash_r_data.rb +270 -0
- data/lib/crypto_apis/models/list_tokens_transfers_by_transaction_hash_ri.rb +374 -0
- data/lib/crypto_apis/models/list_transactions_by_address_r.rb +263 -0
- data/lib/crypto_apis/models/list_transactions_by_address_r_data.rb +270 -0
- data/lib/crypto_apis/models/list_transactions_by_address_ri.rb +351 -0
- data/lib/crypto_apis/models/list_transactions_by_address_ribs.rb +110 -0
- data/lib/crypto_apis/models/list_transactions_by_address_ribsb.rb +304 -0
- data/lib/crypto_apis/models/list_transactions_by_address_ribsb_script_pub_key.rb +286 -0
- data/lib/crypto_apis/models/list_transactions_by_address_ribsb_vin.rb +310 -0
- data/lib/crypto_apis/models/list_transactions_by_address_ribsb_vout.rb +253 -0
- data/lib/crypto_apis/models/list_transactions_by_address_ribsbc.rb +289 -0
- data/lib/crypto_apis/models/list_transactions_by_address_ribsbc_vin.rb +320 -0
- data/lib/crypto_apis/models/list_transactions_by_address_ribsd.rb +289 -0
- data/lib/crypto_apis/models/list_transactions_by_address_ribsd2.rb +289 -0
- data/lib/crypto_apis/models/list_transactions_by_address_ribsd2_script_pub_key.rb +286 -0
- data/lib/crypto_apis/models/list_transactions_by_address_ribsd2_script_sig.rb +255 -0
- data/lib/crypto_apis/models/list_transactions_by_address_ribsd2_vin.rb +315 -0
- data/lib/crypto_apis/models/list_transactions_by_address_ribsd2_vout.rb +253 -0
- data/lib/crypto_apis/models/list_transactions_by_address_ribsd_script_sig.rb +255 -0
- data/lib/crypto_apis/models/list_transactions_by_address_ribsd_vin.rb +320 -0
- data/lib/crypto_apis/models/list_transactions_by_address_ribse.rb +299 -0
- data/lib/crypto_apis/models/list_transactions_by_address_ribse_gas_price.rb +239 -0
- data/lib/crypto_apis/models/list_transactions_by_address_ribsec.rb +314 -0
- data/lib/crypto_apis/models/list_transactions_by_address_ribsec_gas_price.rb +239 -0
- data/lib/crypto_apis/models/list_transactions_by_address_ribsl.rb +304 -0
- data/lib/crypto_apis/models/list_transactions_by_address_ribsl_script_sig.rb +255 -0
- data/lib/crypto_apis/models/list_transactions_by_address_ribsl_vin.rb +315 -0
- data/lib/crypto_apis/models/list_transactions_by_block_hash_r.rb +263 -0
- data/lib/crypto_apis/models/list_transactions_by_block_hash_r_data.rb +270 -0
- data/lib/crypto_apis/models/list_transactions_by_block_hash_ri.rb +361 -0
- data/lib/crypto_apis/models/list_transactions_by_block_hash_ri_fee.rb +239 -0
- data/lib/crypto_apis/models/list_transactions_by_block_hash_ri_recipients.rb +239 -0
- data/lib/crypto_apis/models/list_transactions_by_block_hash_ri_senders.rb +239 -0
- data/lib/crypto_apis/models/list_transactions_by_block_hash_ribs.rb +110 -0
- data/lib/crypto_apis/models/list_transactions_by_block_hash_ribsb.rb +304 -0
- data/lib/crypto_apis/models/list_transactions_by_block_hash_ribsb_vin.rb +330 -0
- data/lib/crypto_apis/models/list_transactions_by_block_hash_ribsbc.rb +289 -0
- data/lib/crypto_apis/models/list_transactions_by_block_hash_ribsbc_script_pub_key.rb +286 -0
- data/lib/crypto_apis/models/list_transactions_by_block_hash_ribsbc_vin.rb +330 -0
- data/lib/crypto_apis/models/list_transactions_by_block_hash_ribsbc_vout.rb +253 -0
- data/lib/crypto_apis/models/list_transactions_by_block_hash_ribsd.rb +289 -0
- data/lib/crypto_apis/models/list_transactions_by_block_hash_ribsd2.rb +289 -0
- data/lib/crypto_apis/models/list_transactions_by_block_hash_ribsd2_script_pub_key.rb +286 -0
- data/lib/crypto_apis/models/list_transactions_by_block_hash_ribsd2_script_sig.rb +255 -0
- data/lib/crypto_apis/models/list_transactions_by_block_hash_ribsd2_vin.rb +315 -0
- data/lib/crypto_apis/models/list_transactions_by_block_hash_ribsd2_vout.rb +253 -0
- data/lib/crypto_apis/models/list_transactions_by_block_hash_ribsd_script_pub_key.rb +286 -0
- data/lib/crypto_apis/models/list_transactions_by_block_hash_ribsd_vin.rb +315 -0
- data/lib/crypto_apis/models/list_transactions_by_block_hash_ribsd_vout.rb +253 -0
- data/lib/crypto_apis/models/list_transactions_by_block_hash_ribse.rb +314 -0
- data/lib/crypto_apis/models/list_transactions_by_block_hash_ribse_gas_price.rb +239 -0
- data/lib/crypto_apis/models/list_transactions_by_block_hash_ribsec.rb +314 -0
- data/lib/crypto_apis/models/list_transactions_by_block_hash_ribsl.rb +304 -0
- data/lib/crypto_apis/models/list_transactions_by_block_hash_ribsl_script_pub_key.rb +286 -0
- data/lib/crypto_apis/models/list_transactions_by_block_hash_ribsl_vin.rb +325 -0
- data/lib/crypto_apis/models/list_transactions_by_block_hash_ribsl_vout.rb +253 -0
- data/lib/crypto_apis/models/list_transactions_by_block_height_r.rb +263 -0
- data/lib/crypto_apis/models/list_transactions_by_block_height_r_data.rb +270 -0
- data/lib/crypto_apis/models/list_transactions_by_block_height_ri.rb +361 -0
- data/lib/crypto_apis/models/list_transactions_by_block_height_ri_fee.rb +239 -0
- data/lib/crypto_apis/models/list_transactions_by_block_height_ribs.rb +110 -0
- data/lib/crypto_apis/models/list_transactions_by_block_height_ribsb.rb +304 -0
- data/lib/crypto_apis/models/list_transactions_by_block_height_ribsb_script_pub_key.rb +286 -0
- data/lib/crypto_apis/models/list_transactions_by_block_height_ribsb_vout.rb +253 -0
- data/lib/crypto_apis/models/list_transactions_by_block_height_ribsbc.rb +289 -0
- data/lib/crypto_apis/models/list_transactions_by_block_height_ribsd.rb +289 -0
- data/lib/crypto_apis/models/list_transactions_by_block_height_ribsd2.rb +289 -0
- data/lib/crypto_apis/models/list_transactions_by_block_height_ribsd2_vin.rb +320 -0
- data/lib/crypto_apis/models/list_transactions_by_block_height_ribsd_script_pub_key.rb +286 -0
- data/lib/crypto_apis/models/list_transactions_by_block_height_ribsd_script_sig.rb +255 -0
- data/lib/crypto_apis/models/list_transactions_by_block_height_ribsd_vin.rb +320 -0
- data/lib/crypto_apis/models/list_transactions_by_block_height_ribsd_vout.rb +253 -0
- data/lib/crypto_apis/models/list_transactions_by_block_height_ribse.rb +314 -0
- data/lib/crypto_apis/models/list_transactions_by_block_height_ribsec.rb +299 -0
- data/lib/crypto_apis/models/list_transactions_by_block_height_ribsec_gas_price.rb +239 -0
- data/lib/crypto_apis/models/list_transactions_by_block_height_ribsl.rb +304 -0
- data/lib/crypto_apis/models/list_transactions_by_block_height_ribsl_script_pub_key.rb +286 -0
- data/lib/crypto_apis/models/list_transactions_by_block_height_ribsl_script_sig.rb +255 -0
- data/lib/crypto_apis/models/list_transactions_by_block_height_ribsl_vin.rb +325 -0
- data/lib/crypto_apis/models/list_transactions_by_block_height_ribsl_vout.rb +253 -0
- data/lib/crypto_apis/models/list_unconfirmed_omni_transactions_by_address_r.rb +263 -0
- data/lib/crypto_apis/models/list_unconfirmed_omni_transactions_by_address_r_data.rb +270 -0
- data/lib/crypto_apis/models/list_unconfirmed_omni_transactions_by_address_ri.rb +407 -0
- data/lib/crypto_apis/models/list_unconfirmed_omni_transactions_by_address_ri_fee.rb +239 -0
- data/lib/crypto_apis/models/list_unconfirmed_omni_transactions_by_address_ri_senders.rb +239 -0
- data/lib/crypto_apis/models/list_unconfirmed_omni_transactions_by_property_idr.rb +263 -0
- data/lib/crypto_apis/models/list_unconfirmed_omni_transactions_by_property_idr_data.rb +270 -0
- data/lib/crypto_apis/models/list_unconfirmed_omni_transactions_by_property_idri.rb +407 -0
- data/lib/crypto_apis/models/list_xrp_ripple_transactions_by_address_r.rb +263 -0
- data/lib/crypto_apis/models/list_xrp_ripple_transactions_by_address_r_data.rb +270 -0
- data/lib/crypto_apis/models/list_xrp_ripple_transactions_by_address_ri.rb +434 -0
- data/lib/crypto_apis/models/list_xrp_ripple_transactions_by_address_ri_fee.rb +239 -0
- data/lib/crypto_apis/models/list_xrp_ripple_transactions_by_address_ri_offer.rb +239 -0
- data/lib/crypto_apis/models/list_xrp_ripple_transactions_by_address_ri_receive.rb +239 -0
- data/lib/crypto_apis/models/list_xrp_ripple_transactions_by_address_ri_value.rb +239 -0
- data/lib/crypto_apis/models/list_xrp_ripple_transactions_by_block_hash_r.rb +263 -0
- data/lib/crypto_apis/models/list_xrp_ripple_transactions_by_block_hash_r_data.rb +270 -0
- data/lib/crypto_apis/models/list_xrp_ripple_transactions_by_block_hash_ri.rb +429 -0
- data/lib/crypto_apis/models/list_xrp_ripple_transactions_by_block_hash_ri_fee.rb +239 -0
- data/lib/crypto_apis/models/list_xrp_ripple_transactions_by_block_hash_ri_offer.rb +239 -0
- data/lib/crypto_apis/models/list_xrp_ripple_transactions_by_block_hash_ri_receive.rb +239 -0
- data/lib/crypto_apis/models/list_xrp_ripple_transactions_by_block_hash_ri_recipients.rb +239 -0
- data/lib/crypto_apis/models/list_xrp_ripple_transactions_by_block_hash_ri_senders.rb +239 -0
- data/lib/crypto_apis/models/list_xrp_ripple_transactions_by_block_hash_ri_value.rb +239 -0
- data/lib/crypto_apis/models/mined_transaction_r.rb +263 -0
- data/lib/crypto_apis/models/mined_transaction_r_data.rb +223 -0
- data/lib/crypto_apis/models/mined_transaction_rb.rb +233 -0
- data/lib/crypto_apis/models/mined_transaction_rb_data.rb +223 -0
- data/lib/crypto_apis/models/mined_transaction_rb_data_item.rb +259 -0
- data/lib/crypto_apis/models/mined_transaction_ri.rb +344 -0
- data/lib/crypto_apis/models/missing_api_key.rb +263 -0
- data/lib/crypto_apis/models/missing_api_key_error.rb +250 -0
- data/lib/crypto_apis/models/new_block_r.rb +263 -0
- data/lib/crypto_apis/models/new_block_r_data.rb +223 -0
- data/lib/crypto_apis/models/new_block_rb.rb +233 -0
- data/lib/crypto_apis/models/new_block_rb_data.rb +223 -0
- data/lib/crypto_apis/models/new_block_rb_data_item.rb +246 -0
- data/lib/crypto_apis/models/new_block_ri.rb +284 -0
- data/lib/crypto_apis/models/new_confirmed_coins_transactions_and_each_confirmation_r.rb +263 -0
- data/lib/crypto_apis/models/new_confirmed_coins_transactions_and_each_confirmation_r_data.rb +223 -0
- data/lib/crypto_apis/models/new_confirmed_coins_transactions_and_each_confirmation_rb.rb +233 -0
- data/lib/crypto_apis/models/new_confirmed_coins_transactions_and_each_confirmation_rb_data.rb +223 -0
- data/lib/crypto_apis/models/new_confirmed_coins_transactions_and_each_confirmation_rb_data_item.rb +276 -0
- data/lib/crypto_apis/models/new_confirmed_coins_transactions_and_each_confirmation_ri.rb +344 -0
- data/lib/crypto_apis/models/new_confirmed_coins_transactions_r.rb +263 -0
- data/lib/crypto_apis/models/new_confirmed_coins_transactions_r_data.rb +223 -0
- data/lib/crypto_apis/models/new_confirmed_coins_transactions_rb.rb +233 -0
- data/lib/crypto_apis/models/new_confirmed_coins_transactions_rb_data.rb +223 -0
- data/lib/crypto_apis/models/new_confirmed_coins_transactions_rb_data_item.rb +261 -0
- data/lib/crypto_apis/models/new_confirmed_coins_transactions_ri.rb +344 -0
- data/lib/crypto_apis/models/new_confirmed_tokens_transactions_and_each_confirmation_r.rb +263 -0
- data/lib/crypto_apis/models/new_confirmed_tokens_transactions_and_each_confirmation_r_data.rb +223 -0
- data/lib/crypto_apis/models/new_confirmed_tokens_transactions_and_each_confirmation_rb.rb +233 -0
- data/lib/crypto_apis/models/new_confirmed_tokens_transactions_and_each_confirmation_rb_data.rb +223 -0
- data/lib/crypto_apis/models/new_confirmed_tokens_transactions_and_each_confirmation_rb_data_item.rb +271 -0
- data/lib/crypto_apis/models/new_confirmed_tokens_transactions_and_each_confirmation_ri.rb +284 -0
- data/lib/crypto_apis/models/new_confirmed_tokens_transactions_r.rb +263 -0
- data/lib/crypto_apis/models/new_confirmed_tokens_transactions_r_data.rb +223 -0
- data/lib/crypto_apis/models/new_confirmed_tokens_transactions_rb.rb +233 -0
- data/lib/crypto_apis/models/new_confirmed_tokens_transactions_ri.rb +344 -0
- data/lib/crypto_apis/models/new_unconfirmed_coins_transactions_r.rb +263 -0
- data/lib/crypto_apis/models/new_unconfirmed_coins_transactions_r_data.rb +223 -0
- data/lib/crypto_apis/models/new_unconfirmed_coins_transactions_rb.rb +233 -0
- data/lib/crypto_apis/models/new_unconfirmed_coins_transactions_rb_data.rb +223 -0
- data/lib/crypto_apis/models/new_unconfirmed_coins_transactions_rb_data_item.rb +261 -0
- data/lib/crypto_apis/models/new_unconfirmed_coins_transactions_ri.rb +329 -0
- data/lib/crypto_apis/models/new_unconfirmed_tokens_transactions_r.rb +263 -0
- data/lib/crypto_apis/models/new_unconfirmed_tokens_transactions_r_data.rb +223 -0
- data/lib/crypto_apis/models/new_unconfirmed_tokens_transactions_rb.rb +233 -0
- data/lib/crypto_apis/models/new_unconfirmed_tokens_transactions_rb_data.rb +223 -0
- data/lib/crypto_apis/models/new_unconfirmed_tokens_transactions_rb_data_item.rb +261 -0
- data/lib/crypto_apis/models/new_unconfirmed_tokens_transactions_ri.rb +329 -0
- data/lib/crypto_apis/models/request_limit_reached.rb +263 -0
- data/lib/crypto_apis/models/request_limit_reached_error.rb +250 -0
- data/lib/crypto_apis/models/resource_not_found.rb +263 -0
- data/lib/crypto_apis/models/resource_not_found_error.rb +250 -0
- data/lib/crypto_apis/models/sync_hd_wallet_x_pub_y_pub_z_pub_r.rb +263 -0
- data/lib/crypto_apis/models/sync_hd_wallet_x_pub_y_pub_z_pub_r_data.rb +223 -0
- data/lib/crypto_apis/models/sync_hd_wallet_x_pub_y_pub_z_pub_rb.rb +233 -0
- data/lib/crypto_apis/models/sync_hd_wallet_x_pub_y_pub_z_pub_rb_data.rb +223 -0
- data/lib/crypto_apis/models/sync_hd_wallet_x_pub_y_pub_z_pub_rb_data_item.rb +224 -0
- data/lib/crypto_apis/models/sync_hd_wallet_x_pub_y_pub_z_pub_ri.rb +224 -0
- data/lib/crypto_apis/models/tokens_forwarding_automations_limit_reached.rb +263 -0
- data/lib/crypto_apis/models/tokens_forwarding_automations_limit_reached_error.rb +250 -0
- data/lib/crypto_apis/models/tokens_forwarding_fail.rb +268 -0
- data/lib/crypto_apis/models/tokens_forwarding_fail_data.rb +254 -0
- data/lib/crypto_apis/models/tokens_forwarding_fail_data_item.rb +349 -0
- data/lib/crypto_apis/models/tokens_forwarding_success.rb +268 -0
- data/lib/crypto_apis/models/tokens_forwarding_success_data.rb +254 -0
- data/lib/crypto_apis/models/tokens_forwarding_success_data_item.rb +393 -0
- data/lib/crypto_apis/models/tokens_forwarding_success_ethereumerc20token.rb +280 -0
- data/lib/crypto_apis/models/tokens_forwarding_success_ethereumerc721token.rb +270 -0
- data/lib/crypto_apis/models/tokens_forwarding_success_omnilayertoken.rb +285 -0
- data/lib/crypto_apis/models/tokens_forwarding_success_token.rb +106 -0
- data/lib/crypto_apis/models/transaction_mined.rb +268 -0
- data/lib/crypto_apis/models/transaction_mined_data.rb +254 -0
- data/lib/crypto_apis/models/transaction_mined_data_item.rb +269 -0
- data/lib/crypto_apis/models/transaction_mined_data_item_mined_in_block.rb +255 -0
- data/lib/crypto_apis/models/unexpected_server_error.rb +263 -0
- data/lib/crypto_apis/models/unexpected_server_error_error.rb +250 -0
- data/lib/crypto_apis/models/unsupported_media_type.rb +263 -0
- data/lib/crypto_apis/models/unsupported_media_type_error.rb +250 -0
- data/lib/crypto_apis/models/uri_not_found.rb +263 -0
- data/lib/crypto_apis/models/uri_not_found_error.rb +250 -0
- data/lib/crypto_apis/models/validate_address_r.rb +263 -0
- data/lib/crypto_apis/models/validate_address_r_data.rb +223 -0
- data/lib/crypto_apis/models/validate_address_rb.rb +233 -0
- data/lib/crypto_apis/models/validate_address_rb_data.rb +223 -0
- data/lib/crypto_apis/models/validate_address_rb_data_item.rb +224 -0
- data/lib/crypto_apis/models/validate_address_ri.rb +239 -0
- data/lib/crypto_apis/models/xpub_not_synced.rb +263 -0
- data/lib/crypto_apis/models/xpub_not_synced_error.rb +250 -0
- data/lib/crypto_apis/models/xpub_sync_in_progress.rb +263 -0
- data/lib/crypto_apis/models/xpub_sync_in_progress_error.rb +250 -0
- data/lib/crypto_apis/version.rb +15 -0
- data/spec/api/assets_api_spec.rb +50 -0
- data/spec/api/automatic_coins_forwarding_api_spec.rb +81 -0
- data/spec/api/automatic_tokens_forwarding_api_spec.rb +110 -0
- data/spec/api/create_subscriptions_for_api_spec.rb +155 -0
- data/spec/api/default_api_spec.rb +50 -0
- data/spec/api/exchange_rates_api_spec.rb +63 -0
- data/spec/api/manage_subscriptions_api_spec.rb +66 -0
- data/spec/api/metadata_api_spec.rb +50 -0
- data/spec/api/omni_layer_api_spec.rb +165 -0
- data/spec/api/tokens_api_spec.rb +86 -0
- data/spec/api/unified_endpoints_api_spec.rb +174 -0
- data/spec/api/utxo_based_api_spec.rb +84 -0
- data/spec/api/validating_api_spec.rb +50 -0
- data/spec/api/xrp_ripple_api_spec.rb +136 -0
- data/spec/api_client_spec.rb +226 -0
- data/spec/configuration_spec.rb +42 -0
- data/spec/models/add_tokens_to_existing_from_address_r_data_spec.rb +34 -0
- data/spec/models/add_tokens_to_existing_from_address_r_spec.rb +52 -0
- data/spec/models/add_tokens_to_existing_from_address_rb_data_item_spec.rb +80 -0
- data/spec/models/add_tokens_to_existing_from_address_rb_data_spec.rb +34 -0
- data/spec/models/add_tokens_to_existing_from_address_rb_spec.rb +40 -0
- data/spec/models/add_tokens_to_existing_from_address_rb_token_data_bitcoin_omni_token_spec.rb +34 -0
- data/spec/models/add_tokens_to_existing_from_address_rb_token_data_ethereum_erc20_token_spec.rb +34 -0
- data/spec/models/add_tokens_to_existing_from_address_rb_token_data_spec.rb +31 -0
- data/spec/models/add_tokens_to_existing_from_address_ri_spec.rb +92 -0
- data/spec/models/add_tokens_to_existing_from_address_rits_spec.rb +31 -0
- data/spec/models/add_tokens_to_existing_from_address_ritsbot_spec.rb +34 -0
- data/spec/models/add_tokens_to_existing_from_address_ritseet_spec.rb +34 -0
- data/spec/models/address_coins_transaction_confirmed_data_item_mined_in_block_spec.rb +46 -0
- data/spec/models/address_coins_transaction_confirmed_data_item_spec.rb +80 -0
- data/spec/models/address_coins_transaction_confirmed_data_spec.rb +46 -0
- data/spec/models/address_coins_transaction_confirmed_each_confirmation_data_item_mined_in_block_spec.rb +46 -0
- data/spec/models/address_coins_transaction_confirmed_each_confirmation_data_item_spec.rb +92 -0
- data/spec/models/address_coins_transaction_confirmed_each_confirmation_data_spec.rb +46 -0
- data/spec/models/address_coins_transaction_confirmed_each_confirmation_spec.rb +52 -0
- data/spec/models/address_coins_transaction_confirmed_spec.rb +52 -0
- data/spec/models/address_coins_transaction_unconfirmed_data_item_spec.rb +84 -0
- data/spec/models/address_coins_transaction_unconfirmed_data_spec.rb +46 -0
- data/spec/models/address_coins_transaction_unconfirmed_spec.rb +52 -0
- data/spec/models/address_tokens_transaction_confirmed_data_item_mined_in_block_spec.rb +46 -0
- data/spec/models/address_tokens_transaction_confirmed_data_item_spec.rb +84 -0
- data/spec/models/address_tokens_transaction_confirmed_data_spec.rb +46 -0
- data/spec/models/address_tokens_transaction_confirmed_each_confirmation_data_item_mined_in_block_spec.rb +46 -0
- data/spec/models/address_tokens_transaction_confirmed_each_confirmation_data_item_spec.rb +96 -0
- data/spec/models/address_tokens_transaction_confirmed_each_confirmation_data_spec.rb +46 -0
- data/spec/models/address_tokens_transaction_confirmed_each_confirmation_ethereumerc20token_spec.rb +58 -0
- data/spec/models/address_tokens_transaction_confirmed_each_confirmation_ethereumerc721token_spec.rb +52 -0
- data/spec/models/address_tokens_transaction_confirmed_each_confirmation_omnilayertoken_spec.rb +58 -0
- data/spec/models/address_tokens_transaction_confirmed_each_confirmation_spec.rb +52 -0
- data/spec/models/address_tokens_transaction_confirmed_each_confirmation_token_spec.rb +31 -0
- data/spec/models/address_tokens_transaction_confirmed_ethereumerc20token_spec.rb +58 -0
- data/spec/models/address_tokens_transaction_confirmed_ethereumerc721token_spec.rb +52 -0
- data/spec/models/address_tokens_transaction_confirmed_omnilayertoken_spec.rb +58 -0
- data/spec/models/address_tokens_transaction_confirmed_spec.rb +52 -0
- data/spec/models/address_tokens_transaction_confirmed_token_spec.rb +31 -0
- data/spec/models/address_tokens_transaction_unconfirmed_data_item_spec.rb +84 -0
- data/spec/models/address_tokens_transaction_unconfirmed_data_spec.rb +46 -0
- data/spec/models/address_tokens_transaction_unconfirmed_ethereumerc20token_spec.rb +58 -0
- data/spec/models/address_tokens_transaction_unconfirmed_ethereumerc721token_spec.rb +52 -0
- data/spec/models/address_tokens_transaction_unconfirmed_omnilayertoken_spec.rb +58 -0
- data/spec/models/address_tokens_transaction_unconfirmed_spec.rb +52 -0
- data/spec/models/address_tokens_transaction_unconfirmed_token_spec.rb +31 -0
- data/spec/models/already_exists_error_spec.rb +46 -0
- data/spec/models/already_exists_spec.rb +52 -0
- data/spec/models/banned_ip_address_error_details_spec.rb +40 -0
- data/spec/models/banned_ip_address_error_spec.rb +46 -0
- data/spec/models/banned_ip_address_spec.rb +52 -0
- data/spec/models/block_mined_data_item_spec.rb +58 -0
- data/spec/models/block_mined_data_spec.rb +46 -0
- data/spec/models/block_mined_spec.rb +52 -0
- data/spec/models/blockchain_data_block_not_found_error_spec.rb +46 -0
- data/spec/models/blockchain_data_block_not_found_spec.rb +52 -0
- data/spec/models/blockchain_data_transaction_not_found_error_spec.rb +46 -0
- data/spec/models/blockchain_data_transaction_not_found_spec.rb +52 -0
- data/spec/models/blockchain_events_callbacks_limit_reached_error_spec.rb +46 -0
- data/spec/models/blockchain_events_callbacks_limit_reached_spec.rb +52 -0
- data/spec/models/coins_forwarding_automations_limit_reached_error_spec.rb +46 -0
- data/spec/models/coins_forwarding_automations_limit_reached_spec.rb +52 -0
- data/spec/models/coins_forwarding_fail_data_item_spec.rb +74 -0
- data/spec/models/coins_forwarding_fail_data_spec.rb +46 -0
- data/spec/models/coins_forwarding_fail_spec.rb +52 -0
- data/spec/models/coins_forwarding_success_data_item_spec.rb +88 -0
- data/spec/models/coins_forwarding_success_data_spec.rb +46 -0
- data/spec/models/coins_forwarding_success_spec.rb +52 -0
- data/spec/models/could_not_calculate_rate_for_pair_error_spec.rb +46 -0
- data/spec/models/could_not_calculate_rate_for_pair_spec.rb +52 -0
- data/spec/models/create_automatic_coins_forwarding_r_data_spec.rb +34 -0
- data/spec/models/create_automatic_coins_forwarding_r_spec.rb +52 -0
- data/spec/models/create_automatic_coins_forwarding_rb_data_item_spec.rb +68 -0
- data/spec/models/create_automatic_coins_forwarding_rb_data_spec.rb +34 -0
- data/spec/models/create_automatic_coins_forwarding_rb_spec.rb +40 -0
- data/spec/models/create_automatic_coins_forwarding_ri_spec.rb +80 -0
- data/spec/models/create_automatic_tokens_forwarding_r_data_spec.rb +34 -0
- data/spec/models/create_automatic_tokens_forwarding_r_spec.rb +52 -0
- data/spec/models/create_automatic_tokens_forwarding_rb_data_item_spec.rb +74 -0
- data/spec/models/create_automatic_tokens_forwarding_rb_data_spec.rb +34 -0
- data/spec/models/create_automatic_tokens_forwarding_rb_spec.rb +40 -0
- data/spec/models/create_automatic_tokens_forwarding_rb_token_data_bitcoin_omni_token_spec.rb +34 -0
- data/spec/models/create_automatic_tokens_forwarding_rb_token_data_ethereum_token_spec.rb +34 -0
- data/spec/models/create_automatic_tokens_forwarding_rb_token_data_spec.rb +31 -0
- data/spec/models/create_automatic_tokens_forwarding_ri_spec.rb +92 -0
- data/spec/models/create_automatic_tokens_forwarding_rits_spec.rb +31 -0
- data/spec/models/create_automatic_tokens_forwarding_ritsbot_spec.rb +34 -0
- data/spec/models/create_automatic_tokens_forwarding_ritset_spec.rb +34 -0
- data/spec/models/delete_automatic_coins_forwarding_r_data_spec.rb +34 -0
- data/spec/models/delete_automatic_coins_forwarding_r_spec.rb +52 -0
- data/spec/models/delete_automatic_coins_forwarding_ri_spec.rb +80 -0
- data/spec/models/delete_automatic_tokens_forwarding_r_data_spec.rb +34 -0
- data/spec/models/delete_automatic_tokens_forwarding_r_spec.rb +52 -0
- data/spec/models/delete_automatic_tokens_forwarding_ri_spec.rb +92 -0
- data/spec/models/delete_automatic_tokens_forwarding_rits_spec.rb +31 -0
- data/spec/models/delete_automatic_tokens_forwarding_ritsbot_spec.rb +34 -0
- data/spec/models/delete_automatic_tokens_forwarding_ritset_spec.rb +34 -0
- data/spec/models/delete_blockchain_event_subscription_r_data_spec.rb +34 -0
- data/spec/models/delete_blockchain_event_subscription_r_spec.rb +52 -0
- data/spec/models/delete_blockchain_event_subscription_ri_spec.rb +58 -0
- data/spec/models/endpoint_not_allowed_for_api_key_error_spec.rb +46 -0
- data/spec/models/endpoint_not_allowed_for_api_key_spec.rb +52 -0
- data/spec/models/endpoint_not_allowed_for_plan_error_spec.rb +46 -0
- data/spec/models/endpoint_not_allowed_for_plan_spec.rb +52 -0
- data/spec/models/feature_mainnets_not_allowed_for_plan_error_spec.rb +46 -0
- data/spec/models/feature_mainnets_not_allowed_for_plan_spec.rb +52 -0
- data/spec/models/get_address_details_r_data_spec.rb +34 -0
- data/spec/models/get_address_details_r_spec.rb +52 -0
- data/spec/models/get_address_details_ri_confirmed_balance_spec.rb +40 -0
- data/spec/models/get_address_details_ri_spec.rb +64 -0
- data/spec/models/get_address_details_ri_total_received_spec.rb +40 -0
- data/spec/models/get_address_details_ri_total_spent_spec.rb +40 -0
- data/spec/models/get_block_details_by_block_hash_r_data_spec.rb +34 -0
- data/spec/models/get_block_details_by_block_hash_r_spec.rb +52 -0
- data/spec/models/get_block_details_by_block_hash_ri_spec.rb +70 -0
- data/spec/models/get_block_details_by_block_hash_ribs_spec.rb +31 -0
- data/spec/models/get_block_details_by_block_hash_ribsb_spec.rb +88 -0
- data/spec/models/get_block_details_by_block_hash_ribsbc_spec.rb +76 -0
- data/spec/models/get_block_details_by_block_hash_ribsd2_spec.rb +76 -0
- data/spec/models/get_block_details_by_block_hash_ribsd_spec.rb +82 -0
- data/spec/models/get_block_details_by_block_hash_ribse_spec.rb +88 -0
- data/spec/models/get_block_details_by_block_hash_ribsec_spec.rb +88 -0
- data/spec/models/get_block_details_by_block_hash_ribsl_spec.rb +88 -0
- data/spec/models/get_block_details_by_block_height_r_data_spec.rb +34 -0
- data/spec/models/get_block_details_by_block_height_r_spec.rb +52 -0
- data/spec/models/get_block_details_by_block_height_ri_spec.rb +70 -0
- data/spec/models/get_block_details_by_block_height_ribs_spec.rb +31 -0
- data/spec/models/get_block_details_by_block_height_ribsb_spec.rb +88 -0
- data/spec/models/get_block_details_by_block_height_ribsbc_spec.rb +76 -0
- data/spec/models/get_block_details_by_block_height_ribsd2_spec.rb +76 -0
- data/spec/models/get_block_details_by_block_height_ribsd_spec.rb +82 -0
- data/spec/models/get_block_details_by_block_height_ribse_spec.rb +82 -0
- data/spec/models/get_block_details_by_block_height_ribsec_spec.rb +82 -0
- data/spec/models/get_block_details_by_block_height_ribsl_spec.rb +88 -0
- data/spec/models/get_contract_details_by_address_r_data_spec.rb +34 -0
- data/spec/models/get_contract_details_by_address_r_spec.rb +52 -0
- data/spec/models/get_contract_details_by_address_ri_spec.rb +76 -0
- data/spec/models/get_exchange_rate_by_asset_symbols_r_data_spec.rb +34 -0
- data/spec/models/get_exchange_rate_by_asset_symbols_r_spec.rb +52 -0
- data/spec/models/get_exchange_rate_by_asset_symbols_ri_spec.rb +64 -0
- data/spec/models/get_exchange_rate_by_assets_ids_r_data_spec.rb +34 -0
- data/spec/models/get_exchange_rate_by_assets_ids_r_spec.rb +52 -0
- data/spec/models/get_exchange_rate_by_assets_ids_ri_spec.rb +64 -0
- data/spec/models/get_fee_address_details_r_data_spec.rb +34 -0
- data/spec/models/get_fee_address_details_r_spec.rb +52 -0
- data/spec/models/get_fee_address_details_ri_balance_spec.rb +40 -0
- data/spec/models/get_fee_address_details_ri_spec.rb +46 -0
- data/spec/models/get_fee_recommendations_r_data_spec.rb +34 -0
- data/spec/models/get_fee_recommendations_r_spec.rb +52 -0
- data/spec/models/get_fee_recommendations_ri_spec.rb +52 -0
- data/spec/models/get_hd_wallet_x_pub_y_pub_z_pub_details_r_data_spec.rb +34 -0
- data/spec/models/get_hd_wallet_x_pub_y_pub_z_pub_details_r_spec.rb +52 -0
- data/spec/models/get_hd_wallet_x_pub_y_pub_z_pub_details_ri_spec.rb +46 -0
- data/spec/models/get_latest_mined_block_r_data_spec.rb +34 -0
- data/spec/models/get_latest_mined_block_r_spec.rb +52 -0
- data/spec/models/get_latest_mined_block_ri_spec.rb +64 -0
- data/spec/models/get_latest_mined_block_ribs_spec.rb +31 -0
- data/spec/models/get_latest_mined_block_ribsb_spec.rb +88 -0
- data/spec/models/get_latest_mined_block_ribsbc_spec.rb +76 -0
- data/spec/models/get_latest_mined_block_ribsd2_spec.rb +76 -0
- data/spec/models/get_latest_mined_block_ribsd_spec.rb +82 -0
- data/spec/models/get_latest_mined_block_ribse_spec.rb +82 -0
- data/spec/models/get_latest_mined_block_ribsec_spec.rb +82 -0
- data/spec/models/get_latest_mined_block_ribsl_spec.rb +88 -0
- data/spec/models/get_latest_mined_xrp_ripple_block_r_data_spec.rb +34 -0
- data/spec/models/get_latest_mined_xrp_ripple_block_r_spec.rb +52 -0
- data/spec/models/get_latest_mined_xrp_ripple_block_ri_spec.rb +70 -0
- data/spec/models/get_latest_mined_xrp_ripple_block_ri_total_coins_spec.rb +40 -0
- data/spec/models/get_latest_mined_xrp_ripple_block_ri_total_fees_spec.rb +40 -0
- data/spec/models/get_omni_transaction_details_by_transaction_id_txid_r_data_spec.rb +34 -0
- data/spec/models/get_omni_transaction_details_by_transaction_id_txid_r_spec.rb +52 -0
- data/spec/models/get_omni_transaction_details_by_transaction_id_txid_ri_senders_spec.rb +40 -0
- data/spec/models/get_omni_transaction_details_by_transaction_id_txid_ri_spec.rb +112 -0
- data/spec/models/get_transaction_details_by_transaction_idr_data_spec.rb +34 -0
- data/spec/models/get_transaction_details_by_transaction_idr_spec.rb +52 -0
- data/spec/models/get_transaction_details_by_transaction_idri_fee_spec.rb +40 -0
- data/spec/models/get_transaction_details_by_transaction_idri_recipients_spec.rb +40 -0
- data/spec/models/get_transaction_details_by_transaction_idri_senders_spec.rb +40 -0
- data/spec/models/get_transaction_details_by_transaction_idri_spec.rb +94 -0
- data/spec/models/get_transaction_details_by_transaction_idribs_spec.rb +31 -0
- data/spec/models/get_transaction_details_by_transaction_idribsb_script_pub_key_spec.rb +58 -0
- data/spec/models/get_transaction_details_by_transaction_idribsb_script_sig_spec.rb +46 -0
- data/spec/models/get_transaction_details_by_transaction_idribsb_spec.rb +64 -0
- data/spec/models/get_transaction_details_by_transaction_idribsb_vin_spec.rb +76 -0
- data/spec/models/get_transaction_details_by_transaction_idribsb_vout_spec.rb +46 -0
- data/spec/models/get_transaction_details_by_transaction_idribsbc_script_pub_key_spec.rb +58 -0
- data/spec/models/get_transaction_details_by_transaction_idribsbc_spec.rb +58 -0
- data/spec/models/get_transaction_details_by_transaction_idribsbc_vin_spec.rb +76 -0
- data/spec/models/get_transaction_details_by_transaction_idribsbc_vout_spec.rb +46 -0
- data/spec/models/get_transaction_details_by_transaction_idribsd2_script_pub_key_spec.rb +58 -0
- data/spec/models/get_transaction_details_by_transaction_idribsd2_script_sig_spec.rb +46 -0
- data/spec/models/get_transaction_details_by_transaction_idribsd2_spec.rb +58 -0
- data/spec/models/get_transaction_details_by_transaction_idribsd2_vin_spec.rb +76 -0
- data/spec/models/get_transaction_details_by_transaction_idribsd2_vout_spec.rb +46 -0
- data/spec/models/get_transaction_details_by_transaction_idribsd_script_pub_key_spec.rb +58 -0
- data/spec/models/get_transaction_details_by_transaction_idribsd_script_sig_spec.rb +46 -0
- data/spec/models/get_transaction_details_by_transaction_idribsd_spec.rb +58 -0
- data/spec/models/get_transaction_details_by_transaction_idribsd_vin_spec.rb +76 -0
- data/spec/models/get_transaction_details_by_transaction_idribsd_vout_spec.rb +46 -0
- data/spec/models/get_transaction_details_by_transaction_idribse_gas_price_spec.rb +40 -0
- data/spec/models/get_transaction_details_by_transaction_idribse_spec.rb +70 -0
- data/spec/models/get_transaction_details_by_transaction_idribsec_gas_price_spec.rb +40 -0
- data/spec/models/get_transaction_details_by_transaction_idribsec_spec.rb +64 -0
- data/spec/models/get_transaction_details_by_transaction_idribsl_script_pub_key_spec.rb +58 -0
- data/spec/models/get_transaction_details_by_transaction_idribsl_script_sig_spec.rb +46 -0
- data/spec/models/get_transaction_details_by_transaction_idribsl_spec.rb +64 -0
- data/spec/models/get_transaction_details_by_transaction_idribsl_vin_spec.rb +76 -0
- data/spec/models/get_transaction_details_by_transaction_idribsl_vout_spec.rb +46 -0
- data/spec/models/get_unconfirmed_omni_transaction_by_transaction_id_txid_r_data_spec.rb +34 -0
- data/spec/models/get_unconfirmed_omni_transaction_by_transaction_id_txid_r_spec.rb +52 -0
- data/spec/models/get_unconfirmed_omni_transaction_by_transaction_id_txid_ri_recipients_spec.rb +40 -0
- data/spec/models/get_unconfirmed_omni_transaction_by_transaction_id_txid_ri_senders_spec.rb +40 -0
- data/spec/models/get_unconfirmed_omni_transaction_by_transaction_id_txid_ri_spec.rb +106 -0
- data/spec/models/get_xrp_ripple_address_details_r_data_spec.rb +34 -0
- data/spec/models/get_xrp_ripple_address_details_r_spec.rb +52 -0
- data/spec/models/get_xrp_ripple_address_details_ri_balance_spec.rb +40 -0
- data/spec/models/get_xrp_ripple_address_details_ri_spec.rb +58 -0
- data/spec/models/get_xrp_ripple_block_details_by_block_hash_r_data_spec.rb +34 -0
- data/spec/models/get_xrp_ripple_block_details_by_block_hash_r_spec.rb +52 -0
- data/spec/models/get_xrp_ripple_block_details_by_block_hash_ri_spec.rb +76 -0
- data/spec/models/get_xrp_ripple_block_details_by_block_hash_ri_total_coins_spec.rb +40 -0
- data/spec/models/get_xrp_ripple_block_details_by_block_height_r_data_spec.rb +34 -0
- data/spec/models/get_xrp_ripple_block_details_by_block_height_r_spec.rb +52 -0
- data/spec/models/get_xrp_ripple_block_details_by_block_height_ri_spec.rb +76 -0
- data/spec/models/get_xrp_ripple_block_details_by_block_height_ri_total_coins_spec.rb +40 -0
- data/spec/models/get_xrp_ripple_block_details_by_block_height_ri_total_fees_spec.rb +40 -0
- data/spec/models/get_xrp_ripple_transaction_details_by_transaction_idr_data_spec.rb +34 -0
- data/spec/models/get_xrp_ripple_transaction_details_by_transaction_idr_spec.rb +52 -0
- data/spec/models/get_xrp_ripple_transaction_details_by_transaction_idri_fee_spec.rb +40 -0
- data/spec/models/get_xrp_ripple_transaction_details_by_transaction_idri_offer_spec.rb +40 -0
- data/spec/models/get_xrp_ripple_transaction_details_by_transaction_idri_receive_spec.rb +40 -0
- data/spec/models/get_xrp_ripple_transaction_details_by_transaction_idri_recipients_spec.rb +40 -0
- data/spec/models/get_xrp_ripple_transaction_details_by_transaction_idri_senders_spec.rb +40 -0
- data/spec/models/get_xrp_ripple_transaction_details_by_transaction_idri_spec.rb +118 -0
- data/spec/models/get_xrp_ripple_transaction_details_by_transaction_idri_value_spec.rb +40 -0
- data/spec/models/insufficient_credits_error_spec.rb +46 -0
- data/spec/models/insufficient_credits_spec.rb +52 -0
- data/spec/models/invalid_api_key_error_spec.rb +46 -0
- data/spec/models/invalid_api_key_spec.rb +52 -0
- data/spec/models/invalid_blockchain_error_spec.rb +46 -0
- data/spec/models/invalid_blockchain_spec.rb +52 -0
- data/spec/models/invalid_data_error_spec.rb +46 -0
- data/spec/models/invalid_data_spec.rb +52 -0
- data/spec/models/invalid_network_error_spec.rb +46 -0
- data/spec/models/invalid_network_spec.rb +52 -0
- data/spec/models/invalid_pagination_error_spec.rb +46 -0
- data/spec/models/invalid_pagination_spec.rb +52 -0
- data/spec/models/invalid_request_body_structure_error_spec.rb +46 -0
- data/spec/models/invalid_request_body_structure_spec.rb +52 -0
- data/spec/models/invalid_xpub_error_spec.rb +46 -0
- data/spec/models/invalid_xpub_spec.rb +52 -0
- data/spec/models/limit_greater_than_allowed_error_spec.rb +46 -0
- data/spec/models/limit_greater_than_allowed_spec.rb +52 -0
- data/spec/models/list_assets_details_r_data_spec.rb +52 -0
- data/spec/models/list_assets_details_r_spec.rb +52 -0
- data/spec/models/list_assets_details_ri_asset_logo_spec.rb +46 -0
- data/spec/models/list_assets_details_ri_latest_rate_spec.rb +46 -0
- data/spec/models/list_assets_details_ri_spec.rb +80 -0
- data/spec/models/list_assets_details_ri_specific_data_crypto_type_data_spec.rb +70 -0
- data/spec/models/list_assets_details_ri_specific_data_spec.rb +31 -0
- data/spec/models/list_blockchain_events_subscriptions_r_data_spec.rb +52 -0
- data/spec/models/list_blockchain_events_subscriptions_r_spec.rb +52 -0
- data/spec/models/list_blockchain_events_subscriptions_ri_spec.rb +82 -0
- data/spec/models/list_coins_forwarding_automations_r_data_spec.rb +52 -0
- data/spec/models/list_coins_forwarding_automations_r_spec.rb +52 -0
- data/spec/models/list_coins_forwarding_automations_ri_spec.rb +80 -0
- data/spec/models/list_hd_wallet_x_pub_y_pub_z_pub_transactions_r_data_spec.rb +52 -0
- data/spec/models/list_hd_wallet_x_pub_y_pub_z_pub_transactions_r_spec.rb +52 -0
- data/spec/models/list_hd_wallet_x_pub_y_pub_z_pub_transactions_ri_fee_spec.rb +34 -0
- data/spec/models/list_hd_wallet_x_pub_y_pub_z_pub_transactions_ri_recipients_spec.rb +46 -0
- data/spec/models/list_hd_wallet_x_pub_y_pub_z_pub_transactions_ri_senders_spec.rb +46 -0
- data/spec/models/list_hd_wallet_x_pub_y_pub_z_pub_transactions_ri_spec.rb +82 -0
- data/spec/models/list_omni_tokens_by_address_r_data_spec.rb +52 -0
- data/spec/models/list_omni_tokens_by_address_r_spec.rb +52 -0
- data/spec/models/list_omni_tokens_by_address_ri_spec.rb +58 -0
- data/spec/models/list_omni_transactions_by_address_r_data_spec.rb +52 -0
- data/spec/models/list_omni_transactions_by_address_r_spec.rb +52 -0
- data/spec/models/list_omni_transactions_by_address_ri_fee_spec.rb +40 -0
- data/spec/models/list_omni_transactions_by_address_ri_recipients_spec.rb +40 -0
- data/spec/models/list_omni_transactions_by_address_ri_senders_spec.rb +40 -0
- data/spec/models/list_omni_transactions_by_address_ri_spec.rb +112 -0
- data/spec/models/list_omni_transactions_by_block_hash_r_data_spec.rb +52 -0
- data/spec/models/list_omni_transactions_by_block_hash_r_spec.rb +52 -0
- data/spec/models/list_omni_transactions_by_block_hash_ri_fee_spec.rb +40 -0
- data/spec/models/list_omni_transactions_by_block_hash_ri_spec.rb +118 -0
- data/spec/models/list_omni_transactions_by_block_height_r_data_spec.rb +52 -0
- data/spec/models/list_omni_transactions_by_block_height_r_spec.rb +52 -0
- data/spec/models/list_omni_transactions_by_block_height_ri_fee_spec.rb +40 -0
- data/spec/models/list_omni_transactions_by_block_height_ri_recipients_spec.rb +40 -0
- data/spec/models/list_omni_transactions_by_block_height_ri_senders_spec.rb +40 -0
- data/spec/models/list_omni_transactions_by_block_height_ri_spec.rb +118 -0
- data/spec/models/list_supported_assets_r_data_spec.rb +52 -0
- data/spec/models/list_supported_assets_r_spec.rb +52 -0
- data/spec/models/list_supported_assets_ri_spec.rb +62 -0
- data/spec/models/list_tokens_by_address_r_data_spec.rb +52 -0
- data/spec/models/list_tokens_by_address_r_spec.rb +52 -0
- data/spec/models/list_tokens_by_address_ri_spec.rb +58 -0
- data/spec/models/list_tokens_forwarding_automations_r_data_spec.rb +52 -0
- data/spec/models/list_tokens_forwarding_automations_r_spec.rb +52 -0
- data/spec/models/list_tokens_forwarding_automations_ri_spec.rb +92 -0
- data/spec/models/list_tokens_forwarding_automations_rits_spec.rb +31 -0
- data/spec/models/list_tokens_forwarding_automations_ritsbot_spec.rb +34 -0
- data/spec/models/list_tokens_forwarding_automations_ritset_spec.rb +34 -0
- data/spec/models/list_tokens_transfers_by_address_r_data_spec.rb +52 -0
- data/spec/models/list_tokens_transfers_by_address_r_spec.rb +52 -0
- data/spec/models/list_tokens_transfers_by_address_ri_spec.rb +94 -0
- data/spec/models/list_tokens_transfers_by_transaction_hash_r_data_spec.rb +52 -0
- data/spec/models/list_tokens_transfers_by_transaction_hash_r_spec.rb +52 -0
- data/spec/models/list_tokens_transfers_by_transaction_hash_ri_spec.rb +94 -0
- data/spec/models/list_transactions_by_address_r_data_spec.rb +52 -0
- data/spec/models/list_transactions_by_address_r_spec.rb +52 -0
- data/spec/models/list_transactions_by_address_ri_spec.rb +88 -0
- data/spec/models/list_transactions_by_address_ribs_spec.rb +31 -0
- data/spec/models/list_transactions_by_address_ribsb_script_pub_key_spec.rb +58 -0
- data/spec/models/list_transactions_by_address_ribsb_spec.rb +64 -0
- data/spec/models/list_transactions_by_address_ribsb_vin_spec.rb +76 -0
- data/spec/models/list_transactions_by_address_ribsb_vout_spec.rb +46 -0
- data/spec/models/list_transactions_by_address_ribsbc_spec.rb +58 -0
- data/spec/models/list_transactions_by_address_ribsbc_vin_spec.rb +76 -0
- data/spec/models/list_transactions_by_address_ribsd2_script_pub_key_spec.rb +58 -0
- data/spec/models/list_transactions_by_address_ribsd2_script_sig_spec.rb +46 -0
- data/spec/models/list_transactions_by_address_ribsd2_spec.rb +58 -0
- data/spec/models/list_transactions_by_address_ribsd2_vin_spec.rb +76 -0
- data/spec/models/list_transactions_by_address_ribsd2_vout_spec.rb +46 -0
- data/spec/models/list_transactions_by_address_ribsd_script_sig_spec.rb +46 -0
- data/spec/models/list_transactions_by_address_ribsd_spec.rb +58 -0
- data/spec/models/list_transactions_by_address_ribsd_vin_spec.rb +76 -0
- data/spec/models/list_transactions_by_address_ribse_gas_price_spec.rb +40 -0
- data/spec/models/list_transactions_by_address_ribse_spec.rb +64 -0
- data/spec/models/list_transactions_by_address_ribsec_gas_price_spec.rb +40 -0
- data/spec/models/list_transactions_by_address_ribsec_spec.rb +70 -0
- data/spec/models/list_transactions_by_address_ribsl_script_sig_spec.rb +46 -0
- data/spec/models/list_transactions_by_address_ribsl_spec.rb +64 -0
- data/spec/models/list_transactions_by_address_ribsl_vin_spec.rb +76 -0
- data/spec/models/list_transactions_by_block_hash_r_data_spec.rb +52 -0
- data/spec/models/list_transactions_by_block_hash_r_spec.rb +52 -0
- data/spec/models/list_transactions_by_block_hash_ri_fee_spec.rb +40 -0
- data/spec/models/list_transactions_by_block_hash_ri_recipients_spec.rb +40 -0
- data/spec/models/list_transactions_by_block_hash_ri_senders_spec.rb +40 -0
- data/spec/models/list_transactions_by_block_hash_ri_spec.rb +88 -0
- data/spec/models/list_transactions_by_block_hash_ribs_spec.rb +31 -0
- data/spec/models/list_transactions_by_block_hash_ribsb_spec.rb +64 -0
- data/spec/models/list_transactions_by_block_hash_ribsb_vin_spec.rb +76 -0
- data/spec/models/list_transactions_by_block_hash_ribsbc_script_pub_key_spec.rb +58 -0
- data/spec/models/list_transactions_by_block_hash_ribsbc_spec.rb +58 -0
- data/spec/models/list_transactions_by_block_hash_ribsbc_vin_spec.rb +76 -0
- data/spec/models/list_transactions_by_block_hash_ribsbc_vout_spec.rb +46 -0
- data/spec/models/list_transactions_by_block_hash_ribsd2_script_pub_key_spec.rb +58 -0
- data/spec/models/list_transactions_by_block_hash_ribsd2_script_sig_spec.rb +46 -0
- data/spec/models/list_transactions_by_block_hash_ribsd2_spec.rb +58 -0
- data/spec/models/list_transactions_by_block_hash_ribsd2_vin_spec.rb +76 -0
- data/spec/models/list_transactions_by_block_hash_ribsd2_vout_spec.rb +46 -0
- data/spec/models/list_transactions_by_block_hash_ribsd_script_pub_key_spec.rb +58 -0
- data/spec/models/list_transactions_by_block_hash_ribsd_spec.rb +58 -0
- data/spec/models/list_transactions_by_block_hash_ribsd_vin_spec.rb +76 -0
- data/spec/models/list_transactions_by_block_hash_ribsd_vout_spec.rb +46 -0
- data/spec/models/list_transactions_by_block_hash_ribse_gas_price_spec.rb +40 -0
- data/spec/models/list_transactions_by_block_hash_ribse_spec.rb +70 -0
- data/spec/models/list_transactions_by_block_hash_ribsec_spec.rb +70 -0
- data/spec/models/list_transactions_by_block_hash_ribsl_script_pub_key_spec.rb +58 -0
- data/spec/models/list_transactions_by_block_hash_ribsl_spec.rb +64 -0
- data/spec/models/list_transactions_by_block_hash_ribsl_vin_spec.rb +76 -0
- data/spec/models/list_transactions_by_block_hash_ribsl_vout_spec.rb +46 -0
- data/spec/models/list_transactions_by_block_height_r_data_spec.rb +52 -0
- data/spec/models/list_transactions_by_block_height_r_spec.rb +52 -0
- data/spec/models/list_transactions_by_block_height_ri_fee_spec.rb +40 -0
- data/spec/models/list_transactions_by_block_height_ri_spec.rb +88 -0
- data/spec/models/list_transactions_by_block_height_ribs_spec.rb +31 -0
- data/spec/models/list_transactions_by_block_height_ribsb_script_pub_key_spec.rb +58 -0
- data/spec/models/list_transactions_by_block_height_ribsb_spec.rb +64 -0
- data/spec/models/list_transactions_by_block_height_ribsb_vout_spec.rb +46 -0
- data/spec/models/list_transactions_by_block_height_ribsbc_spec.rb +58 -0
- data/spec/models/list_transactions_by_block_height_ribsd2_spec.rb +58 -0
- data/spec/models/list_transactions_by_block_height_ribsd2_vin_spec.rb +76 -0
- data/spec/models/list_transactions_by_block_height_ribsd_script_pub_key_spec.rb +58 -0
- data/spec/models/list_transactions_by_block_height_ribsd_script_sig_spec.rb +46 -0
- data/spec/models/list_transactions_by_block_height_ribsd_spec.rb +58 -0
- data/spec/models/list_transactions_by_block_height_ribsd_vin_spec.rb +76 -0
- data/spec/models/list_transactions_by_block_height_ribsd_vout_spec.rb +46 -0
- data/spec/models/list_transactions_by_block_height_ribse_spec.rb +70 -0
- data/spec/models/list_transactions_by_block_height_ribsec_gas_price_spec.rb +40 -0
- data/spec/models/list_transactions_by_block_height_ribsec_spec.rb +64 -0
- data/spec/models/list_transactions_by_block_height_ribsl_script_pub_key_spec.rb +58 -0
- data/spec/models/list_transactions_by_block_height_ribsl_script_sig_spec.rb +46 -0
- data/spec/models/list_transactions_by_block_height_ribsl_spec.rb +64 -0
- data/spec/models/list_transactions_by_block_height_ribsl_vin_spec.rb +76 -0
- data/spec/models/list_transactions_by_block_height_ribsl_vout_spec.rb +46 -0
- data/spec/models/list_unconfirmed_omni_transactions_by_address_r_data_spec.rb +52 -0
- data/spec/models/list_unconfirmed_omni_transactions_by_address_r_spec.rb +52 -0
- data/spec/models/list_unconfirmed_omni_transactions_by_address_ri_fee_spec.rb +40 -0
- data/spec/models/list_unconfirmed_omni_transactions_by_address_ri_senders_spec.rb +40 -0
- data/spec/models/list_unconfirmed_omni_transactions_by_address_ri_spec.rb +106 -0
- data/spec/models/list_unconfirmed_omni_transactions_by_property_idr_data_spec.rb +52 -0
- data/spec/models/list_unconfirmed_omni_transactions_by_property_idr_spec.rb +52 -0
- data/spec/models/list_unconfirmed_omni_transactions_by_property_idri_spec.rb +106 -0
- data/spec/models/list_xrp_ripple_transactions_by_address_r_data_spec.rb +52 -0
- data/spec/models/list_xrp_ripple_transactions_by_address_r_spec.rb +52 -0
- data/spec/models/list_xrp_ripple_transactions_by_address_ri_fee_spec.rb +40 -0
- data/spec/models/list_xrp_ripple_transactions_by_address_ri_offer_spec.rb +40 -0
- data/spec/models/list_xrp_ripple_transactions_by_address_ri_receive_spec.rb +40 -0
- data/spec/models/list_xrp_ripple_transactions_by_address_ri_spec.rb +118 -0
- data/spec/models/list_xrp_ripple_transactions_by_address_ri_value_spec.rb +40 -0
- data/spec/models/list_xrp_ripple_transactions_by_block_hash_r_data_spec.rb +52 -0
- data/spec/models/list_xrp_ripple_transactions_by_block_hash_r_spec.rb +52 -0
- data/spec/models/list_xrp_ripple_transactions_by_block_hash_ri_fee_spec.rb +40 -0
- data/spec/models/list_xrp_ripple_transactions_by_block_hash_ri_offer_spec.rb +40 -0
- data/spec/models/list_xrp_ripple_transactions_by_block_hash_ri_receive_spec.rb +40 -0
- data/spec/models/list_xrp_ripple_transactions_by_block_hash_ri_recipients_spec.rb +40 -0
- data/spec/models/list_xrp_ripple_transactions_by_block_hash_ri_senders_spec.rb +40 -0
- data/spec/models/list_xrp_ripple_transactions_by_block_hash_ri_spec.rb +118 -0
- data/spec/models/list_xrp_ripple_transactions_by_block_hash_ri_value_spec.rb +40 -0
- data/spec/models/mined_transaction_r_data_spec.rb +34 -0
- data/spec/models/mined_transaction_r_spec.rb +52 -0
- data/spec/models/mined_transaction_rb_data_item_spec.rb +52 -0
- data/spec/models/mined_transaction_rb_data_spec.rb +34 -0
- data/spec/models/mined_transaction_rb_spec.rb +40 -0
- data/spec/models/mined_transaction_ri_spec.rb +82 -0
- data/spec/models/missing_api_key_error_spec.rb +46 -0
- data/spec/models/missing_api_key_spec.rb +52 -0
- data/spec/models/new_block_r_data_spec.rb +34 -0
- data/spec/models/new_block_r_spec.rb +52 -0
- data/spec/models/new_block_rb_data_item_spec.rb +46 -0
- data/spec/models/new_block_rb_data_spec.rb +34 -0
- data/spec/models/new_block_rb_spec.rb +40 -0
- data/spec/models/new_block_ri_spec.rb +58 -0
- data/spec/models/new_confirmed_coins_transactions_and_each_confirmation_r_data_spec.rb +34 -0
- data/spec/models/new_confirmed_coins_transactions_and_each_confirmation_r_spec.rb +52 -0
- data/spec/models/new_confirmed_coins_transactions_and_each_confirmation_rb_data_item_spec.rb +58 -0
- data/spec/models/new_confirmed_coins_transactions_and_each_confirmation_rb_data_spec.rb +34 -0
- data/spec/models/new_confirmed_coins_transactions_and_each_confirmation_rb_spec.rb +40 -0
- data/spec/models/new_confirmed_coins_transactions_and_each_confirmation_ri_spec.rb +82 -0
- data/spec/models/new_confirmed_coins_transactions_r_data_spec.rb +34 -0
- data/spec/models/new_confirmed_coins_transactions_r_spec.rb +52 -0
- data/spec/models/new_confirmed_coins_transactions_rb_data_item_spec.rb +52 -0
- data/spec/models/new_confirmed_coins_transactions_rb_data_spec.rb +34 -0
- data/spec/models/new_confirmed_coins_transactions_rb_spec.rb +40 -0
- data/spec/models/new_confirmed_coins_transactions_ri_spec.rb +82 -0
- data/spec/models/new_confirmed_tokens_transactions_and_each_confirmation_r_data_spec.rb +34 -0
- data/spec/models/new_confirmed_tokens_transactions_and_each_confirmation_r_spec.rb +52 -0
- data/spec/models/new_confirmed_tokens_transactions_and_each_confirmation_rb_data_item_spec.rb +58 -0
- data/spec/models/new_confirmed_tokens_transactions_and_each_confirmation_rb_data_spec.rb +34 -0
- data/spec/models/new_confirmed_tokens_transactions_and_each_confirmation_rb_spec.rb +40 -0
- data/spec/models/new_confirmed_tokens_transactions_and_each_confirmation_ri_spec.rb +58 -0
- data/spec/models/new_confirmed_tokens_transactions_r_data_spec.rb +34 -0
- data/spec/models/new_confirmed_tokens_transactions_r_spec.rb +52 -0
- data/spec/models/new_confirmed_tokens_transactions_rb_spec.rb +40 -0
- data/spec/models/new_confirmed_tokens_transactions_ri_spec.rb +82 -0
- data/spec/models/new_unconfirmed_coins_transactions_r_data_spec.rb +34 -0
- data/spec/models/new_unconfirmed_coins_transactions_r_spec.rb +52 -0
- data/spec/models/new_unconfirmed_coins_transactions_rb_data_item_spec.rb +52 -0
- data/spec/models/new_unconfirmed_coins_transactions_rb_data_spec.rb +34 -0
- data/spec/models/new_unconfirmed_coins_transactions_rb_spec.rb +40 -0
- data/spec/models/new_unconfirmed_coins_transactions_ri_spec.rb +76 -0
- data/spec/models/new_unconfirmed_tokens_transactions_r_data_spec.rb +34 -0
- data/spec/models/new_unconfirmed_tokens_transactions_r_spec.rb +52 -0
- data/spec/models/new_unconfirmed_tokens_transactions_rb_data_item_spec.rb +52 -0
- data/spec/models/new_unconfirmed_tokens_transactions_rb_data_spec.rb +34 -0
- data/spec/models/new_unconfirmed_tokens_transactions_rb_spec.rb +40 -0
- data/spec/models/new_unconfirmed_tokens_transactions_ri_spec.rb +76 -0
- data/spec/models/request_limit_reached_error_spec.rb +46 -0
- data/spec/models/request_limit_reached_spec.rb +52 -0
- data/spec/models/resource_not_found_error_spec.rb +46 -0
- data/spec/models/resource_not_found_spec.rb +52 -0
- data/spec/models/sync_hd_wallet_x_pub_y_pub_z_pub_r_data_spec.rb +34 -0
- data/spec/models/sync_hd_wallet_x_pub_y_pub_z_pub_r_spec.rb +52 -0
- data/spec/models/sync_hd_wallet_x_pub_y_pub_z_pub_rb_data_item_spec.rb +34 -0
- data/spec/models/sync_hd_wallet_x_pub_y_pub_z_pub_rb_data_spec.rb +34 -0
- data/spec/models/sync_hd_wallet_x_pub_y_pub_z_pub_rb_spec.rb +40 -0
- data/spec/models/sync_hd_wallet_x_pub_y_pub_z_pub_ri_spec.rb +34 -0
- data/spec/models/tokens_forwarding_automations_limit_reached_error_spec.rb +46 -0
- data/spec/models/tokens_forwarding_automations_limit_reached_spec.rb +52 -0
- data/spec/models/tokens_forwarding_fail_data_item_spec.rb +74 -0
- data/spec/models/tokens_forwarding_fail_data_spec.rb +46 -0
- data/spec/models/tokens_forwarding_fail_spec.rb +52 -0
- data/spec/models/tokens_forwarding_success_data_item_spec.rb +92 -0
- data/spec/models/tokens_forwarding_success_data_spec.rb +46 -0
- data/spec/models/tokens_forwarding_success_ethereumerc20token_spec.rb +58 -0
- data/spec/models/tokens_forwarding_success_ethereumerc721token_spec.rb +52 -0
- data/spec/models/tokens_forwarding_success_omnilayertoken_spec.rb +58 -0
- data/spec/models/tokens_forwarding_success_spec.rb +52 -0
- data/spec/models/tokens_forwarding_success_token_spec.rb +31 -0
- data/spec/models/transaction_mined_data_item_mined_in_block_spec.rb +46 -0
- data/spec/models/transaction_mined_data_item_spec.rb +52 -0
- data/spec/models/transaction_mined_data_spec.rb +46 -0
- data/spec/models/transaction_mined_spec.rb +52 -0
- data/spec/models/unexpected_server_error_error_spec.rb +46 -0
- data/spec/models/unexpected_server_error_spec.rb +52 -0
- data/spec/models/unsupported_media_type_error_spec.rb +46 -0
- data/spec/models/unsupported_media_type_spec.rb +52 -0
- data/spec/models/uri_not_found_error_spec.rb +46 -0
- data/spec/models/uri_not_found_spec.rb +52 -0
- data/spec/models/validate_address_r_data_spec.rb +34 -0
- data/spec/models/validate_address_r_spec.rb +52 -0
- data/spec/models/validate_address_rb_data_item_spec.rb +34 -0
- data/spec/models/validate_address_rb_data_spec.rb +34 -0
- data/spec/models/validate_address_rb_spec.rb +40 -0
- data/spec/models/validate_address_ri_spec.rb +40 -0
- data/spec/models/xpub_not_synced_error_spec.rb +46 -0
- data/spec/models/xpub_not_synced_spec.rb +52 -0
- data/spec/models/xpub_sync_in_progress_error_spec.rb +46 -0
- data/spec/models/xpub_sync_in_progress_spec.rb +52 -0
- data/spec/spec_helper.rb +111 -0
- metadata +2161 -0
@@ -0,0 +1,63 @@
|
|
1
|
+
=begin
|
2
|
+
#CryptoAPIs
|
3
|
+
|
4
|
+
#Crypto APIs 2.0 is a complex and innovative infrastructure layer that radically simplifies the development of any Blockchain and Crypto related applications. Organized around REST, Crypto APIs 2.0 can assist both novice Bitcoin/Ethereum enthusiasts and crypto experts with the development of their blockchain applications. Crypto APIs 2.0 provides unified endpoints and data, raw data, automatic tokens and coins forwardings, callback functionalities, and much more.
|
5
|
+
|
6
|
+
The version of the OpenAPI document: 2.0.0
|
7
|
+
Contact: developers@cryptoapis.io
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 5.1.1-SNAPSHOT
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
|
16
|
+
# Unit tests for CryptoApis::ExchangeRatesApi
|
17
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
18
|
+
# Please update as you see appropriate
|
19
|
+
describe 'ExchangeRatesApi' do
|
20
|
+
before do
|
21
|
+
# run before each test
|
22
|
+
@api_instance = CryptoApis::ExchangeRatesApi.new
|
23
|
+
end
|
24
|
+
|
25
|
+
after do
|
26
|
+
# run after each test
|
27
|
+
end
|
28
|
+
|
29
|
+
describe 'test an instance of ExchangeRatesApi' do
|
30
|
+
it 'should create an instance of ExchangeRatesApi' do
|
31
|
+
expect(@api_instance).to be_instance_of(CryptoApis::ExchangeRatesApi)
|
32
|
+
end
|
33
|
+
end
|
34
|
+
|
35
|
+
# unit tests for get_exchange_rate_by_asset_symbols
|
36
|
+
# Get Exchange Rate By Asset Symbols
|
37
|
+
# Through this endpoint customers can obtain exchange rates by asset symbols. The process represents the exchange rate value of a single unit of one asset versus another one. Data is provided per unique asset symbol.
|
38
|
+
# @param from_asset_symbol Defines the base asset symbol to get a rate for.
|
39
|
+
# @param to_asset_symbol Defines the relation asset symbol in which the base asset rate will be displayed.
|
40
|
+
# @param [Hash] opts the optional parameters
|
41
|
+
# @option opts [String] :context In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. `context` is specified by the user.
|
42
|
+
# @return [GetExchangeRateByAssetSymbolsR]
|
43
|
+
describe 'get_exchange_rate_by_asset_symbols test' do
|
44
|
+
it 'should work' do
|
45
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
46
|
+
end
|
47
|
+
end
|
48
|
+
|
49
|
+
# unit tests for get_exchange_rate_by_assets_ids
|
50
|
+
# Get Exchange Rate By Assets IDs
|
51
|
+
# Through this endpoint customers can obtain exchange rates by asset IDs. The process represents the exchange rate value of a single unit of one asset versus another one. Data is provided per unique asset Reference ID.
|
52
|
+
# @param from_asset_id Defines the base asset Reference ID to get a rate for.
|
53
|
+
# @param to_asset_id Defines the relation asset Reference ID in which the base asset rate will be displayed.
|
54
|
+
# @param [Hash] opts the optional parameters
|
55
|
+
# @option opts [String] :context In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. `context` is specified by the user.
|
56
|
+
# @return [GetExchangeRateByAssetsIDsR]
|
57
|
+
describe 'get_exchange_rate_by_assets_ids test' do
|
58
|
+
it 'should work' do
|
59
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
60
|
+
end
|
61
|
+
end
|
62
|
+
|
63
|
+
end
|
@@ -0,0 +1,66 @@
|
|
1
|
+
=begin
|
2
|
+
#CryptoAPIs
|
3
|
+
|
4
|
+
#Crypto APIs 2.0 is a complex and innovative infrastructure layer that radically simplifies the development of any Blockchain and Crypto related applications. Organized around REST, Crypto APIs 2.0 can assist both novice Bitcoin/Ethereum enthusiasts and crypto experts with the development of their blockchain applications. Crypto APIs 2.0 provides unified endpoints and data, raw data, automatic tokens and coins forwardings, callback functionalities, and much more.
|
5
|
+
|
6
|
+
The version of the OpenAPI document: 2.0.0
|
7
|
+
Contact: developers@cryptoapis.io
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 5.1.1-SNAPSHOT
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
|
16
|
+
# Unit tests for CryptoApis::ManageSubscriptionsApi
|
17
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
18
|
+
# Please update as you see appropriate
|
19
|
+
describe 'ManageSubscriptionsApi' do
|
20
|
+
before do
|
21
|
+
# run before each test
|
22
|
+
@api_instance = CryptoApis::ManageSubscriptionsApi.new
|
23
|
+
end
|
24
|
+
|
25
|
+
after do
|
26
|
+
# run after each test
|
27
|
+
end
|
28
|
+
|
29
|
+
describe 'test an instance of ManageSubscriptionsApi' do
|
30
|
+
it 'should create an instance of ManageSubscriptionsApi' do
|
31
|
+
expect(@api_instance).to be_instance_of(CryptoApis::ManageSubscriptionsApi)
|
32
|
+
end
|
33
|
+
end
|
34
|
+
|
35
|
+
# unit tests for delete_blockchain_event_subscription
|
36
|
+
# Delete Blockchain Event Subscription
|
37
|
+
# Through this endpoint the customer can delete blockchain event subscriptions they have by attributes `referenceId` and `network`. 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}
|
38
|
+
# @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
|
39
|
+
# @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
|
40
|
+
# @param reference_id Represents a unique ID used to reference the specific callback subscription.
|
41
|
+
# @param [Hash] opts the optional parameters
|
42
|
+
# @option opts [String] :context In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. `context` is specified by the user.
|
43
|
+
# @return [DeleteBlockchainEventSubscriptionR]
|
44
|
+
describe 'delete_blockchain_event_subscription test' do
|
45
|
+
it 'should work' do
|
46
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
47
|
+
end
|
48
|
+
end
|
49
|
+
|
50
|
+
# unit tests for list_blockchain_events_subscriptions
|
51
|
+
# List Blockchain Events Subscriptions
|
52
|
+
# 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}
|
53
|
+
# @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
|
54
|
+
# @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
|
55
|
+
# @param [Hash] opts the optional parameters
|
56
|
+
# @option opts [String] :context In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. `context` is specified by the user.
|
57
|
+
# @option opts [Integer] :limit Defines how many items should be returned in the response per page basis.
|
58
|
+
# @option opts [Integer] :offset The starting index of the response items, i.e. where the response should start listing the returned items.
|
59
|
+
# @return [ListBlockchainEventsSubscriptionsR]
|
60
|
+
describe 'list_blockchain_events_subscriptions test' do
|
61
|
+
it 'should work' do
|
62
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
63
|
+
end
|
64
|
+
end
|
65
|
+
|
66
|
+
end
|
@@ -0,0 +1,50 @@
|
|
1
|
+
=begin
|
2
|
+
#CryptoAPIs
|
3
|
+
|
4
|
+
#Crypto APIs 2.0 is a complex and innovative infrastructure layer that radically simplifies the development of any Blockchain and Crypto related applications. Organized around REST, Crypto APIs 2.0 can assist both novice Bitcoin/Ethereum enthusiasts and crypto experts with the development of their blockchain applications. Crypto APIs 2.0 provides unified endpoints and data, raw data, automatic tokens and coins forwardings, callback functionalities, and much more.
|
5
|
+
|
6
|
+
The version of the OpenAPI document: 2.0.0
|
7
|
+
Contact: developers@cryptoapis.io
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 5.1.1-SNAPSHOT
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
|
16
|
+
# Unit tests for CryptoApis::MetadataApi
|
17
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
18
|
+
# Please update as you see appropriate
|
19
|
+
describe 'MetadataApi' do
|
20
|
+
before do
|
21
|
+
# run before each test
|
22
|
+
@api_instance = CryptoApis::MetadataApi.new
|
23
|
+
end
|
24
|
+
|
25
|
+
after do
|
26
|
+
# run after each test
|
27
|
+
end
|
28
|
+
|
29
|
+
describe 'test an instance of MetadataApi' do
|
30
|
+
it 'should create an instance of MetadataApi' do
|
31
|
+
expect(@api_instance).to be_instance_of(CryptoApis::MetadataApi)
|
32
|
+
end
|
33
|
+
end
|
34
|
+
|
35
|
+
# unit tests for list_supported_assets
|
36
|
+
# List Supported Assets
|
37
|
+
# 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\".
|
38
|
+
# @param [Hash] opts the optional parameters
|
39
|
+
# @option opts [String] :context In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. `context` is specified by the user.
|
40
|
+
# @option opts [String] :asset_type Defines the type of the supported asset. This could be either \"crypto\" or \"fiat\".
|
41
|
+
# @option opts [Integer] :limit Defines how many items should be returned in the response per page basis.
|
42
|
+
# @option opts [Integer] :offset The starting index of the response items, i.e. where the response should start listing the returned items.
|
43
|
+
# @return [ListSupportedAssetsR]
|
44
|
+
describe 'list_supported_assets test' do
|
45
|
+
it 'should work' do
|
46
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
47
|
+
end
|
48
|
+
end
|
49
|
+
|
50
|
+
end
|
@@ -0,0 +1,165 @@
|
|
1
|
+
=begin
|
2
|
+
#CryptoAPIs
|
3
|
+
|
4
|
+
#Crypto APIs 2.0 is a complex and innovative infrastructure layer that radically simplifies the development of any Blockchain and Crypto related applications. Organized around REST, Crypto APIs 2.0 can assist both novice Bitcoin/Ethereum enthusiasts and crypto experts with the development of their blockchain applications. Crypto APIs 2.0 provides unified endpoints and data, raw data, automatic tokens and coins forwardings, callback functionalities, and much more.
|
5
|
+
|
6
|
+
The version of the OpenAPI document: 2.0.0
|
7
|
+
Contact: developers@cryptoapis.io
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 5.1.1-SNAPSHOT
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
|
16
|
+
# Unit tests for CryptoApis::OmniLayerApi
|
17
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
18
|
+
# Please update as you see appropriate
|
19
|
+
describe 'OmniLayerApi' do
|
20
|
+
before do
|
21
|
+
# run before each test
|
22
|
+
@api_instance = CryptoApis::OmniLayerApi.new
|
23
|
+
end
|
24
|
+
|
25
|
+
after do
|
26
|
+
# run after each test
|
27
|
+
end
|
28
|
+
|
29
|
+
describe 'test an instance of OmniLayerApi' do
|
30
|
+
it 'should create an instance of OmniLayerApi' do
|
31
|
+
expect(@api_instance).to be_instance_of(CryptoApis::OmniLayerApi)
|
32
|
+
end
|
33
|
+
end
|
34
|
+
|
35
|
+
# unit tests for get_omni_transaction_details_by_transaction_id__txid
|
36
|
+
# Get Omni Transaction Details By Transaction ID (Txid)
|
37
|
+
# Through this endpoint customers can obtain details about an Omni transaction by the transaction's unique identifier. The transaction can return information such as hash, height, time of creation in Unix timestamp, etc.
|
38
|
+
# @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
|
39
|
+
# @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
|
40
|
+
# @param transaction_id Represents the unique identifier of a transaction, i.e. it could be `transactionId` in UTXO-based protocols like Bitcoin, and transaction `hash` in Ethereum blockchain.
|
41
|
+
# @param [Hash] opts the optional parameters
|
42
|
+
# @option opts [String] :context In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. `context` is specified by the user.
|
43
|
+
# @return [GetOmniTransactionDetailsByTransactionIDTxidR]
|
44
|
+
describe 'get_omni_transaction_details_by_transaction_id__txid test' do
|
45
|
+
it 'should work' do
|
46
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
47
|
+
end
|
48
|
+
end
|
49
|
+
|
50
|
+
# unit tests for get_unconfirmed_omni_transaction_by_transaction_id__txid
|
51
|
+
# Get Unconfirmed Omni Transaction By Transaction ID (Txid)
|
52
|
+
# Through this endpoint customers can obtain information on unconfirmed Omni transactions by an attribute `transactionId`. The transaction can have 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.
|
53
|
+
# @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
|
54
|
+
# @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
|
55
|
+
# @param transaction_id Represents the unique identifier of a transaction, i.e. it could be `transactionId` in UTXO-based protocols like Bitcoin, and transaction `hash` in Ethereum blockchain.
|
56
|
+
# @param [Hash] opts the optional parameters
|
57
|
+
# @option opts [String] :context In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. `context` is specified by the user.
|
58
|
+
# @return [GetUnconfirmedOmniTransactionByTransactionIDTxidR]
|
59
|
+
describe 'get_unconfirmed_omni_transaction_by_transaction_id__txid test' do
|
60
|
+
it 'should work' do
|
61
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
62
|
+
end
|
63
|
+
end
|
64
|
+
|
65
|
+
# unit tests for list_omni_tokens_by_address
|
66
|
+
# List Omni Tokens By Address
|
67
|
+
# 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.
|
68
|
+
# @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
|
69
|
+
# @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
|
70
|
+
# @param address Represents the public address, which is a compressed and shortened form of a public key.
|
71
|
+
# @param [Hash] opts the optional parameters
|
72
|
+
# @option opts [String] :context In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. `context` is specified by the user.
|
73
|
+
# @return [ListOmniTokensByAddressR]
|
74
|
+
describe 'list_omni_tokens_by_address test' do
|
75
|
+
it 'should work' do
|
76
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
77
|
+
end
|
78
|
+
end
|
79
|
+
|
80
|
+
# unit tests for list_omni_transactions_by_address
|
81
|
+
# List Omni Transactions By Address
|
82
|
+
# 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.
|
83
|
+
# @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
|
84
|
+
# @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
|
85
|
+
# @param address Represents the public address, which is a compressed and shortened form of a public key.
|
86
|
+
# @param [Hash] opts the optional parameters
|
87
|
+
# @option opts [String] :context In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. `context` is specified by the user.
|
88
|
+
# @option opts [Integer] :limit Defines how many items should be returned in the response per page basis.
|
89
|
+
# @option opts [Integer] :offset The starting index of the response items, i.e. where the response should start listing the returned items.
|
90
|
+
# @return [ListOmniTransactionsByAddressR]
|
91
|
+
describe 'list_omni_transactions_by_address test' do
|
92
|
+
it 'should work' do
|
93
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
94
|
+
end
|
95
|
+
end
|
96
|
+
|
97
|
+
# unit tests for list_omni_transactions_by_block_hash
|
98
|
+
# List Omni Transactions By Block Hash
|
99
|
+
# 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.
|
100
|
+
# @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
|
101
|
+
# @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
|
102
|
+
# @param block_hash Represents the hash of the block, which is its unique identifier. It represents a cryptographic digital fingerprint made by hashing the block header twice through the SHA256 algorithm.
|
103
|
+
# @param [Hash] opts the optional parameters
|
104
|
+
# @option opts [String] :context In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. `context` is specified by the user.
|
105
|
+
# @option opts [Integer] :limit Defines how many items should be returned in the response per page basis.
|
106
|
+
# @option opts [Integer] :offset The starting index of the response items, i.e. where the response should start listing the returned items.
|
107
|
+
# @return [ListOmniTransactionsByBlockHashR]
|
108
|
+
describe 'list_omni_transactions_by_block_hash test' do
|
109
|
+
it 'should work' do
|
110
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
111
|
+
end
|
112
|
+
end
|
113
|
+
|
114
|
+
# unit tests for list_omni_transactions_by_block_height
|
115
|
+
# List Omni Transactions By Block Height
|
116
|
+
# 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.
|
117
|
+
# @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
|
118
|
+
# @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
|
119
|
+
# @param block_height Represents the number of blocks in the blockchain preceding this specific block. Block numbers have no gaps. A blockchain usually starts with block 0 called the \"Genesis block\".
|
120
|
+
# @param [Hash] opts the optional parameters
|
121
|
+
# @option opts [String] :context In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. `context` is specified by the user.
|
122
|
+
# @option opts [Integer] :limit Defines how many items should be returned in the response per page basis.
|
123
|
+
# @option opts [Integer] :offset The starting index of the response items, i.e. where the response should start listing the returned items.
|
124
|
+
# @return [ListOmniTransactionsByBlockHeightR]
|
125
|
+
describe 'list_omni_transactions_by_block_height test' do
|
126
|
+
it 'should work' do
|
127
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
128
|
+
end
|
129
|
+
end
|
130
|
+
|
131
|
+
# unit tests for list_unconfirmed_omni_transactions_by_address
|
132
|
+
# List Unconfirmed Omni Transactions By Address
|
133
|
+
# 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.
|
134
|
+
# @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
|
135
|
+
# @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
|
136
|
+
# @param address Represents the public address, which is a compressed and shortened form of a public key.
|
137
|
+
# @param [Hash] opts the optional parameters
|
138
|
+
# @option opts [String] :context In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. `context` is specified by the user.
|
139
|
+
# @option opts [Integer] :limit Defines how many items should be returned in the response per page basis.
|
140
|
+
# @option opts [Integer] :offset The starting index of the response items, i.e. where the response should start listing the returned items.
|
141
|
+
# @return [ListUnconfirmedOmniTransactionsByAddressR]
|
142
|
+
describe 'list_unconfirmed_omni_transactions_by_address test' do
|
143
|
+
it 'should work' do
|
144
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
145
|
+
end
|
146
|
+
end
|
147
|
+
|
148
|
+
# unit tests for list_unconfirmed_omni_transactions_by_property_id
|
149
|
+
# List Unconfirmed Omni Transactions By Property ID
|
150
|
+
# 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.
|
151
|
+
# @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
|
152
|
+
# @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
|
153
|
+
# @param property_id Represents the identifier of the tokens to send.
|
154
|
+
# @param [Hash] opts the optional parameters
|
155
|
+
# @option opts [String] :context In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. `context` is specified by the user.
|
156
|
+
# @option opts [Integer] :limit Defines how many items should be returned in the response per page basis.
|
157
|
+
# @option opts [Integer] :offset The starting index of the response items, i.e. where the response should start listing the returned items.
|
158
|
+
# @return [ListUnconfirmedOmniTransactionsByPropertyIDR]
|
159
|
+
describe 'list_unconfirmed_omni_transactions_by_property_id test' do
|
160
|
+
it 'should work' do
|
161
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
162
|
+
end
|
163
|
+
end
|
164
|
+
|
165
|
+
end
|
@@ -0,0 +1,86 @@
|
|
1
|
+
=begin
|
2
|
+
#CryptoAPIs
|
3
|
+
|
4
|
+
#Crypto APIs 2.0 is a complex and innovative infrastructure layer that radically simplifies the development of any Blockchain and Crypto related applications. Organized around REST, Crypto APIs 2.0 can assist both novice Bitcoin/Ethereum enthusiasts and crypto experts with the development of their blockchain applications. Crypto APIs 2.0 provides unified endpoints and data, raw data, automatic tokens and coins forwardings, callback functionalities, and much more.
|
5
|
+
|
6
|
+
The version of the OpenAPI document: 2.0.0
|
7
|
+
Contact: developers@cryptoapis.io
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 5.1.1-SNAPSHOT
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
|
16
|
+
# Unit tests for CryptoApis::TokensApi
|
17
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
18
|
+
# Please update as you see appropriate
|
19
|
+
describe 'TokensApi' do
|
20
|
+
before do
|
21
|
+
# run before each test
|
22
|
+
@api_instance = CryptoApis::TokensApi.new
|
23
|
+
end
|
24
|
+
|
25
|
+
after do
|
26
|
+
# run after each test
|
27
|
+
end
|
28
|
+
|
29
|
+
describe 'test an instance of TokensApi' do
|
30
|
+
it 'should create an instance of TokensApi' do
|
31
|
+
expect(@api_instance).to be_instance_of(CryptoApis::TokensApi)
|
32
|
+
end
|
33
|
+
end
|
34
|
+
|
35
|
+
# unit tests for list_tokens_by_address
|
36
|
+
# List Tokens By Address
|
37
|
+
# 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.
|
38
|
+
# @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Ethereum Classic, etc.
|
39
|
+
# @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"ropsten\", \"rinkeby\" are test networks.
|
40
|
+
# @param address Represents the public address, which is a compressed and shortened form of a public key.
|
41
|
+
# @param [Hash] opts the optional parameters
|
42
|
+
# @option opts [String] :context In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. `context` is specified by the user.
|
43
|
+
# @option opts [Integer] :limit Defines how many items should be returned in the response per page basis.
|
44
|
+
# @option opts [Integer] :offset The starting index of the response items, i.e. where the response should start listing the returned items.
|
45
|
+
# @return [ListTokensByAddressR]
|
46
|
+
describe 'list_tokens_by_address test' do
|
47
|
+
it 'should work' do
|
48
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
49
|
+
end
|
50
|
+
end
|
51
|
+
|
52
|
+
# unit tests for list_tokens_transfers_by_address
|
53
|
+
# List Tokens Transfers By Address
|
54
|
+
# 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}
|
55
|
+
# @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Ethereum Classic, etc.
|
56
|
+
# @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"ropsten\", \"rinkeby\" are test networks.
|
57
|
+
# @param address Represents the public address, which is a compressed and shortened form of a public key.
|
58
|
+
# @param [Hash] opts the optional parameters
|
59
|
+
# @option opts [String] :context In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. `context` is specified by the user.
|
60
|
+
# @option opts [Integer] :limit Defines how many items should be returned in the response per page basis.
|
61
|
+
# @option opts [Integer] :offset The starting index of the response items, i.e. where the response should start listing the returned items.
|
62
|
+
# @return [ListTokensTransfersByAddressR]
|
63
|
+
describe 'list_tokens_transfers_by_address test' do
|
64
|
+
it 'should work' do
|
65
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
66
|
+
end
|
67
|
+
end
|
68
|
+
|
69
|
+
# unit tests for list_tokens_transfers_by_transaction_hash
|
70
|
+
# List Tokens Transfers By Transaction Hash
|
71
|
+
# 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}
|
72
|
+
# @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Ethereum Classic, etc.
|
73
|
+
# @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"ropsten\", \"rinkeby\" are test networks.
|
74
|
+
# @param transaction_hash Represents the hash of the transaction, which is its unique identifier. It represents a cryptographic digital fingerprint made by hashing the block header twice through the SHA256 algorithm.
|
75
|
+
# @param [Hash] opts the optional parameters
|
76
|
+
# @option opts [String] :context In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. `context` is specified by the user.
|
77
|
+
# @option opts [Integer] :limit Defines how many items should be returned in the response per page basis.
|
78
|
+
# @option opts [Integer] :offset The starting index of the response items, i.e. where the response should start listing the returned items.
|
79
|
+
# @return [ListTokensTransfersByTransactionHashR]
|
80
|
+
describe 'list_tokens_transfers_by_transaction_hash test' do
|
81
|
+
it 'should work' do
|
82
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
83
|
+
end
|
84
|
+
end
|
85
|
+
|
86
|
+
end
|
@@ -0,0 +1,174 @@
|
|
1
|
+
=begin
|
2
|
+
#CryptoAPIs
|
3
|
+
|
4
|
+
#Crypto APIs 2.0 is a complex and innovative infrastructure layer that radically simplifies the development of any Blockchain and Crypto related applications. Organized around REST, Crypto APIs 2.0 can assist both novice Bitcoin/Ethereum enthusiasts and crypto experts with the development of their blockchain applications. Crypto APIs 2.0 provides unified endpoints and data, raw data, automatic tokens and coins forwardings, callback functionalities, and much more.
|
5
|
+
|
6
|
+
The version of the OpenAPI document: 2.0.0
|
7
|
+
Contact: developers@cryptoapis.io
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 5.1.1-SNAPSHOT
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
|
16
|
+
# Unit tests for CryptoApis::UnifiedEndpointsApi
|
17
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
18
|
+
# Please update as you see appropriate
|
19
|
+
describe 'UnifiedEndpointsApi' do
|
20
|
+
before do
|
21
|
+
# run before each test
|
22
|
+
@api_instance = CryptoApis::UnifiedEndpointsApi.new
|
23
|
+
end
|
24
|
+
|
25
|
+
after do
|
26
|
+
# run after each test
|
27
|
+
end
|
28
|
+
|
29
|
+
describe 'test an instance of UnifiedEndpointsApi' do
|
30
|
+
it 'should create an instance of UnifiedEndpointsApi' do
|
31
|
+
expect(@api_instance).to be_instance_of(CryptoApis::UnifiedEndpointsApi)
|
32
|
+
end
|
33
|
+
end
|
34
|
+
|
35
|
+
# unit tests for get_address_details
|
36
|
+
# Get Address Details
|
37
|
+
# Through this endpoint the customer can receive basic information about a given 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.
|
38
|
+
# @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
|
39
|
+
# @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
|
40
|
+
# @param address Represents the public address, which is a compressed and shortened form of a public key.
|
41
|
+
# @param [Hash] opts the optional parameters
|
42
|
+
# @option opts [String] :context In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. `context` is specified by the user.
|
43
|
+
# @return [GetAddressDetailsR]
|
44
|
+
describe 'get_address_details test' do
|
45
|
+
it 'should work' do
|
46
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
47
|
+
end
|
48
|
+
end
|
49
|
+
|
50
|
+
# unit tests for get_block_details_by_block_hash
|
51
|
+
# Get Block Details By Block Hash
|
52
|
+
# Through this endpoint customers can obtain basic information about a given mined block, specifically by using the `hash` parameter. These block details could include the hash of the specific, the previous and the next block, its transactions count, its height, etc. Blockchain specific data is information such as version, nonce, size, bits, merkleroot, etc.
|
53
|
+
# @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
|
54
|
+
# @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
|
55
|
+
# @param block_hash Represents the hash of the block, which is its unique identifier. It represents a cryptographic digital fingerprint made by hashing the block header twice through the SHA256 algorithm.
|
56
|
+
# @param [Hash] opts the optional parameters
|
57
|
+
# @option opts [String] :context In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. `context` is specified by the user.
|
58
|
+
# @return [GetBlockDetailsByBlockHashR]
|
59
|
+
describe 'get_block_details_by_block_hash test' do
|
60
|
+
it 'should work' do
|
61
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
62
|
+
end
|
63
|
+
end
|
64
|
+
|
65
|
+
# unit tests for get_block_details_by_block_height
|
66
|
+
# Get Block Details By Block Height
|
67
|
+
# Through this endpoint customers can obtain basic information about a given mined block, specifically by using the `height` parameter. These block details could include the hash of the specific, the previous and the next block, its transactions count, its height, etc. Blockchain specific data is information such as version, nonce, size, bits, merkleroot, etc.
|
68
|
+
# @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
|
69
|
+
# @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
|
70
|
+
# @param height Represents the number of blocks in the blockchain preceding this specific block. Block numbers have no gaps. A blockchain usually starts with block 0 called the \"Genesis block\".
|
71
|
+
# @param [Hash] opts the optional parameters
|
72
|
+
# @option opts [String] :context In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. `context` is specified by the user.
|
73
|
+
# @return [GetBlockDetailsByBlockHeightR]
|
74
|
+
describe 'get_block_details_by_block_height test' do
|
75
|
+
it 'should work' do
|
76
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
77
|
+
end
|
78
|
+
end
|
79
|
+
|
80
|
+
# unit tests for get_fee_recommendations
|
81
|
+
# Get Fee Recommendations
|
82
|
+
# Through this endpoint customers can obtain fee recommendations. Our fees recommendations are based on Mempool data which makes them much more accurate than fees based on already mined blocks. Calculations are done in real time live. Using this endpoint customers can get gas price for Ethereum, fee per byte for Bitcoin, etc.
|
83
|
+
# @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
|
84
|
+
# @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
|
85
|
+
# @param [Hash] opts the optional parameters
|
86
|
+
# @option opts [String] :context In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. `context` is specified by the user.
|
87
|
+
# @return [GetFeeRecommendationsR]
|
88
|
+
describe 'get_fee_recommendations test' do
|
89
|
+
it 'should work' do
|
90
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
91
|
+
end
|
92
|
+
end
|
93
|
+
|
94
|
+
# unit tests for get_latest_mined_block
|
95
|
+
# Get Latest Mined Block
|
96
|
+
# Through this endpoint customers can fetch the last mined block in a specific blockchain network, along with its details. These could include the hash of the specific, the previous and the next block, its transactions count, its height, etc. Blockchain specific data is information such as version, nonce, size, bits, merkleroot, etc.
|
97
|
+
# @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
|
98
|
+
# @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
|
99
|
+
# @param [Hash] opts the optional parameters
|
100
|
+
# @option opts [String] :context In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. `context` is specified by the user.
|
101
|
+
# @return [GetLatestMinedBlockR]
|
102
|
+
describe 'get_latest_mined_block test' do
|
103
|
+
it 'should work' do
|
104
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
105
|
+
end
|
106
|
+
end
|
107
|
+
|
108
|
+
# unit tests for get_transaction_details_by_transaction_id
|
109
|
+
# Get Transaction Details By Transaction ID
|
110
|
+
# Through this endpoint customers can obtain details about a transaction by the transaction's unique identifier. In UTXO-based protocols like BTC there are attributes such as `transactionId` and transaction `hash`. They still could be different. In protocols like Ethereum there is only one unique value and it's `hash`.
|
111
|
+
# @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
|
112
|
+
# @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
|
113
|
+
# @param transaction_id Represents the unique identifier of a transaction, i.e. it could be `transactionId` in UTXO-based protocols like Bitcoin, and transaction `hash` in Ethereum blockchain.
|
114
|
+
# @param [Hash] opts the optional parameters
|
115
|
+
# @option opts [String] :context In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. `context` is specified by the user.
|
116
|
+
# @return [GetTransactionDetailsByTransactionIDR]
|
117
|
+
describe 'get_transaction_details_by_transaction_id test' do
|
118
|
+
it 'should work' do
|
119
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
120
|
+
end
|
121
|
+
end
|
122
|
+
|
123
|
+
# unit tests for list_transactions_by_address
|
124
|
+
# List Transactions By Address
|
125
|
+
# 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.
|
126
|
+
# @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
|
127
|
+
# @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
|
128
|
+
# @param address Represents the public address, which is a compressed and shortened form of a public key.
|
129
|
+
# @param [Hash] opts the optional parameters
|
130
|
+
# @option opts [String] :context In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. `context` is specified by the user.
|
131
|
+
# @option opts [Integer] :limit Defines how many items should be returned in the response per page basis.
|
132
|
+
# @option opts [Integer] :offset The starting index of the response items, i.e. where the response should start listing the returned items.
|
133
|
+
# @return [ListTransactionsByAddressR]
|
134
|
+
describe 'list_transactions_by_address test' do
|
135
|
+
it 'should work' do
|
136
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
137
|
+
end
|
138
|
+
end
|
139
|
+
|
140
|
+
# unit tests for list_transactions_by_block_hash
|
141
|
+
# List Transactions by Block Hash
|
142
|
+
# 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.
|
143
|
+
# @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
|
144
|
+
# @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
|
145
|
+
# @param block_hash Represents the hash of the block, which is its unique identifier. It represents a cryptographic digital fingerprint made by hashing the block header twice through the SHA256 algorithm.
|
146
|
+
# @param [Hash] opts the optional parameters
|
147
|
+
# @option opts [String] :context In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. `context` is specified by the user.
|
148
|
+
# @option opts [Integer] :limit Defines how many items should be returned in the response per page basis.
|
149
|
+
# @option opts [Integer] :offset The starting index of the response items, i.e. where the response should start listing the returned items.
|
150
|
+
# @return [ListTransactionsByBlockHashR]
|
151
|
+
describe 'list_transactions_by_block_hash test' do
|
152
|
+
it 'should work' do
|
153
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
154
|
+
end
|
155
|
+
end
|
156
|
+
|
157
|
+
# unit tests for list_transactions_by_block_height
|
158
|
+
# List Transactions by Block Height
|
159
|
+
# 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.
|
160
|
+
# @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
|
161
|
+
# @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
|
162
|
+
# @param height Represents the number of blocks in the blockchain preceding this specific block. Block numbers have no gaps. A blockchain usually starts with block 0 called the \"Genesis block\".
|
163
|
+
# @param [Hash] opts the optional parameters
|
164
|
+
# @option opts [String] :context In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. `context` is specified by the user.
|
165
|
+
# @option opts [Integer] :limit Defines how many items should be returned in the response per page basis.
|
166
|
+
# @option opts [Integer] :offset The starting index of the response items, i.e. where the response should start listing the returned items.
|
167
|
+
# @return [ListTransactionsByBlockHeightR]
|
168
|
+
describe 'list_transactions_by_block_height test' do
|
169
|
+
it 'should work' do
|
170
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
171
|
+
end
|
172
|
+
end
|
173
|
+
|
174
|
+
end
|