{
  "fetchedAt": "2026-06-04T07:42:00.163Z",
  "schemas": [
    {
      "id": "blockchain-data",
      "title": "Blockchain Data",
      "version": "1.2",
      "source": "https://docs.tatum.io/openapi/blockchain-data-1.json",
      "openapi": "3.1.0",
      "pathCount": 106,
      "operationCount": 107,
      "tags": [
        "Blockchains API",
        "DeFi API",
        "Exchange rate",
        "Fee Estimation API",
        "Malicious address",
        "Marketplace",
        "Mining API",
        "NFT API",
        "Prediction API",
        "Staking",
        "Storage API",
        "Token API",
        "Transactions API",
        "Wallet API",
        "Web3 Name Service"
      ],
      "operations": [
        {
          "method": "get",
          "path": "/v4/data/defi/swaps/quote",
          "operationId": "GetV4DataDefiSwapsQuote",
          "summary": "Get best swap rate",
          "tags": [
            "DeFi API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/defi/swaps/quotes",
          "operationId": "GetV4DataDefiSwapsQuotes",
          "summary": "Get multi-protocol rates",
          "tags": [
            "DeFi API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/collections",
          "operationId": "GetCollectionsV4",
          "summary": "Get tokens from a collection",
          "tags": [
            "NFT API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/metadata",
          "operationId": "GetMetadataV4",
          "summary": "Get token metadata",
          "tags": [
            "NFT API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/wallet/portfolio",
          "operationId": "GetWalletPortfolioV4",
          "summary": "Get wallet portfolio",
          "tags": [
            "Wallet API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/wallet/balance/time",
          "operationId": "GetWalletBalanceByTimeV4",
          "summary": "Get balances by time of addresses",
          "tags": [
            "Wallet API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/wallet/reputation",
          "operationId": "GetWalletReputationV4",
          "summary": "Get wallet reputation",
          "tags": [
            "Wallet API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/wallet/reputation/portfolio",
          "summary": "Get wallet reputation portfolio",
          "tags": [
            "Wallet API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/wallet/reputation/tokens",
          "operationId": "GetWalletReputationTokensV4",
          "summary": "Get wallet reputation by tokens",
          "tags": [
            "Wallet API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/ns/name",
          "operationId": "NameToAddressV4",
          "summary": "Resolve address by domain",
          "tags": [
            "Web3 Name Service"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/owners",
          "operationId": "GetOwnersV4",
          "summary": "Get owners of a token",
          "tags": [
            "NFT API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/owners/address",
          "operationId": "CheckOwnerV4",
          "summary": "Check owner of token",
          "tags": [
            "NFT API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/nft/balances",
          "operationId": "GetNftBalancesV4",
          "summary": "Get NFT balance of a wallet address",
          "tags": [
            "NFT API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/multitoken/balances",
          "operationId": "GetMultiTokenBalanceV4",
          "summary": "Get Multi Token balances of a wallet address",
          "tags": [
            "NFT API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/transaction/history",
          "operationId": "GetTransactionHistoryV4",
          "summary": "Get transaction history",
          "tags": [
            "Transactions API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/transactions/hash",
          "operationId": "GetTransactionsByHashV4",
          "summary": "Get transactions by hash",
          "tags": [
            "Transactions API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/defi/events",
          "operationId": "GetDefiEventsV4",
          "summary": "Get specified events",
          "tags": [
            "DeFi API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/defi/blocks",
          "operationId": "GetDefiBlocksV4",
          "summary": "Get specified blocks",
          "tags": [
            "DeFi API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/defi/blocks/latest",
          "operationId": "GetLatestDefiBlockV4",
          "summary": "Get latest block",
          "tags": [
            "DeFi API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/block/time",
          "operationId": "GetBlockByTimeV4",
          "summary": "Get block by time",
          "tags": [
            "DeFi API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/blockchains/block/current",
          "operationId": "GetCurrentBlockBlockchainsApi",
          "summary": "Get current block height",
          "tags": [
            "Blockchains API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/blockchains/block",
          "operationId": "GetBlockBlockchainsApi",
          "summary": "Get block by hash or height",
          "tags": [
            "Blockchains API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/blockchains/block/hash",
          "operationId": "GetBlockHashBlockchainsApi",
          "summary": "Get block hash by block number",
          "tags": [
            "Blockchains API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/blockchains/utxo/info",
          "operationId": "GetUtxoInfoBlockchainsApi",
          "summary": "Get UTXO info by tx hash and index",
          "tags": [
            "Blockchains API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/blockchains/mempool",
          "operationId": "GetMempoolBlockchainsApi",
          "summary": "Get mempool transaction hashes",
          "tags": [
            "Blockchains API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/blockchains/transaction",
          "operationId": "GetTransactionBlockchainsApi",
          "summary": "Get transaction by hash",
          "tags": [
            "Blockchains API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/blockchains/transaction/internal",
          "operationId": "GetInternalTransactionsBlockchainsApi",
          "summary": "Get internal transactions by address",
          "tags": [
            "Blockchains API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/blockchains/balance",
          "operationId": "GetBalanceBlockchainsApi",
          "summary": "Get native balance",
          "tags": [
            "Blockchains API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/blockchains/balance/batch",
          "operationId": "GetBalanceBatchBlockchainsApi",
          "summary": "Get native balance (batch)",
          "tags": [
            "Blockchains API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/blockchains/transaction/count",
          "operationId": "GetTransactionCountBlockchainsApi",
          "summary": "Get outgoing transaction count",
          "tags": [
            "Blockchains API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/blockchains/transaction/history/utxos",
          "operationId": "GetTransactionHistoryUtxosBlockchainsApi",
          "summary": "Get transaction history (UTXO)",
          "tags": [
            "Blockchains API"
          ]
        },
        {
          "method": "post",
          "path": "/v4/data/blockchains/transaction/history/utxos/batch",
          "operationId": "GetTransactionHistoryUtxosBatchBlockchainsApi",
          "summary": "Get transaction history (UTXO) batch",
          "tags": [
            "Blockchains API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/tokens",
          "operationId": "GetTokensV4",
          "summary": "Get information about collection or token",
          "tags": [
            "Token API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/tokens/trending",
          "operationId": "GetTrendingTokensV4",
          "summary": "Get trending tokens",
          "tags": [
            "Token API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/tokens/newest",
          "operationId": "GetNewestTokensV4",
          "summary": "Get newest tokens",
          "tags": [
            "Token API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/tokens/popular",
          "operationId": "GetPopularTokensV4",
          "summary": "Get popular tokens",
          "tags": [
            "Token API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/tokens/popular/history",
          "operationId": "GetPopularTokensHistoryV4",
          "summary": "Get popular tokens history",
          "tags": [
            "Token API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/transactions/dna",
          "operationId": "GetTransfersDnaV4",
          "summary": "Get transactions DNA",
          "tags": [
            "Token API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/rate/history",
          "operationId": "getExchangeRateHistoryBySymbol",
          "summary": "Get Exchange Rate History by Symbol",
          "tags": [
            "Token API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/utxos",
          "operationId": "GetUtxosByAddressV4",
          "summary": "Get unspent UTXOs for an address",
          "tags": [
            "Wallet API"
          ]
        },
        {
          "method": "post",
          "path": "/v4/data/utxos/batch",
          "operationId": "GetUtxosByAddressBatchV4",
          "summary": "Get unspent UTXOs for a batch of addresses",
          "tags": [
            "Wallet API"
          ]
        },
        {
          "method": "get",
          "path": "/v3/security/address/{address}",
          "operationId": "CheckMalicousAddress",
          "summary": "Check malicous address",
          "tags": [
            "Malicious address"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/rate/symbol",
          "operationId": "getExchangeRateBySymbol",
          "summary": "Get Exchange Rate by Symbol",
          "tags": [
            "Exchange rate"
          ]
        },
        {
          "method": "post",
          "path": "/v4/data/rate/symbol/batch",
          "operationId": "getExchangeRatesBySymbol",
          "summary": "Get Exchange Rate by Symbol - Batch",
          "tags": [
            "Exchange rate"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/rate/symbol/OHLCV",
          "operationId": "getSymbolOHLCV",
          "summary": "Get OHLCV by Symbol",
          "tags": [
            "Exchange rate"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/rate/symbol/OHLCV/batch",
          "operationId": "getSymbolOHLCVBatch",
          "summary": "Get OHLCV by Symbol - Batch",
          "tags": [
            "Exchange rate"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/rate/price-change",
          "operationId": "getPriceChange",
          "summary": "Get Price Change by Symbol",
          "tags": [
            "Exchange rate"
          ]
        },
        {
          "method": "post",
          "path": "/v4/data/rate/price-change/batch",
          "operationId": "getPriceChangeBatch",
          "summary": "Get Price Change by Symbol - Batch",
          "tags": [
            "Exchange rate"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/rate/contract",
          "operationId": "getExchangeRateByContractAddress",
          "summary": "Get Exchange Rate by Contract",
          "tags": [
            "Exchange rate"
          ]
        },
        {
          "method": "post",
          "path": "/v4/data/rate/contract/batch",
          "operationId": "getExchangeRatesByContractAddress",
          "summary": "Get Exchange Rate by Contract - Batch",
          "tags": [
            "Exchange rate"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/staking/native/current-assets",
          "operationId": "GetCurrentStakedAssetsV4",
          "summary": "Get current staked assets",
          "tags": [
            "Staking"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/staking/native/current-assets-by-validator",
          "operationId": "GetCurrentStakedAssetsByValidatorV4",
          "summary": "Get current staked assets by validator",
          "tags": [
            "Staking"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/staking/native/rewards",
          "operationId": "GetStakedAccountRewardsV4",
          "summary": "Get staked account rewards",
          "tags": [
            "Staking"
          ]
        },
        {
          "method": "post",
          "path": "/v4/data/staking/native/rewards/batch",
          "operationId": "GetStakedAccountRewardsBatchV4",
          "summary": "Get staked account rewards - Batch",
          "tags": [
            "Staking"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/staking/native/transactions",
          "operationId": "GetStakingTransactionsV4",
          "summary": "Get staking transactions",
          "tags": [
            "Staking"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/staking/native/pools",
          "operationId": "GetStakingPoolsV4",
          "summary": "Get staking pools",
          "tags": [
            "Staking"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/staking/liquid/current-assets",
          "operationId": "GetLiquidStakingCurrentAssetsV4",
          "summary": "Get liquid staking current assets",
          "tags": [
            "Staking"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/staking/liquid/pools",
          "operationId": "GetLiquidStakingPoolsV4",
          "summary": "Get liquid staking pools",
          "tags": [
            "Staking"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/mining/rewards",
          "operationId": "GetMiningRewardsV4",
          "summary": "Get mining rewards",
          "tags": [
            "Mining API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/mining/totalRewards",
          "operationId": "GetTotalMiningRewardsV4",
          "summary": "Get total mining rewards",
          "tags": [
            "Mining API"
          ]
        },
        {
          "method": "post",
          "path": "/v4/blockchainOperations/gas",
          "operationId": "estimateGas",
          "summary": "Estimate gas for a transfer",
          "tags": [
            "Fee Estimation API"
          ]
        },
        {
          "method": "get",
          "path": "/v3/blockchain/fee/{chain}",
          "operationId": "getBlockchainFee",
          "summary": "Get recommended base fee for a chain",
          "tags": [
            "Fee Estimation API"
          ]
        },
        {
          "method": "post",
          "path": "/v3/blockchain/estimate",
          "operationId": "EstimateFeeBlockchain",
          "summary": "Estimate gas for a transaction",
          "tags": [
            "Fee Estimation API"
          ]
        },
        {
          "method": "post",
          "path": "/v3/ethereum/gas/batch",
          "operationId": "EthEstimateGasBatch",
          "summary": "Estimate the fee for multiple Ethereum transactions",
          "tags": [
            "Fee Estimation API"
          ]
        },
        {
          "method": "post",
          "path": "/v3/xdc/gas",
          "operationId": "XdcEstimateGas",
          "summary": "Estimate the fee for a XinFin transaction",
          "tags": [
            "Fee Estimation API"
          ]
        },
        {
          "method": "post",
          "path": "/v3/vet/transaction/gas",
          "operationId": "VetEstimateGas",
          "summary": "Estimate the gas needed for a VeChain transaction",
          "tags": [
            "Fee Estimation API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/marketplace/cryptoslam/token/trending",
          "operationId": "GetCryptoslamTrendingTokens",
          "summary": "Get trending tokens from Cryptoslam",
          "tags": [
            "Marketplace"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/marketplace/cryptoslam/token/price",
          "operationId": "GetCryptoslamTokenPrice",
          "summary": "Get token prices from Cryptoslam",
          "tags": [
            "Marketplace"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/marketplace/cryptoslam/token/price/history",
          "operationId": "GetCryptoslamTokenPriceHistory",
          "summary": "Get token price history from Cryptoslam",
          "tags": [
            "Marketplace"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/marketplace/cryptoslam/token/price/exotic",
          "operationId": "GetCryptoslamTokenPriceExotic",
          "summary": "Get exotic token prices from Cryptoslam",
          "tags": [
            "Marketplace"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/marketplace/cryptoslam/token/price/exotic/history",
          "operationId": "GetCryptoslamTokenPriceExoticHistory",
          "summary": "Get exotic token price history from Cryptoslam",
          "tags": [
            "Marketplace"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/marketplace/cryptoslam/token/trades",
          "operationId": "GetCryptoslamTokenTrades",
          "summary": "Get token trades from Cryptoslam",
          "tags": [
            "Marketplace"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/marketplace/cryptoslam/token/transfers",
          "operationId": "GetCryptoslamTokenTransfers",
          "summary": "Get token transfers from Cryptoslam",
          "tags": [
            "Marketplace"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/marketplace/cryptoslam/token/transfers/dna",
          "operationId": "GetCryptoslamTokenTransfersDna",
          "summary": "Get token transfers with DNA from Cryptoslam",
          "tags": [
            "Marketplace"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/marketplace/cryptoslam/token/holder/reputation",
          "operationId": "GetCryptoslamTokenHolderReputation",
          "summary": "Get token holder reputation from Cryptoslam",
          "tags": [
            "Marketplace"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/marketplace/cryptoslam/chain/trades",
          "operationId": "GetCryptoslamChainTrades",
          "summary": "Get chain trades from Cryptoslam",
          "tags": [
            "Marketplace"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/marketplace/cryptoslam/chain/trades/dna",
          "operationId": "GetCryptoslamChainTradesDna",
          "summary": "Get chain trades DNA from Cryptoslam",
          "tags": [
            "Marketplace"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/marketplace/cryptoslam/chain/transfers",
          "operationId": "GetCryptoslamChainTransfers",
          "summary": "Get chain transfers from Cryptoslam",
          "tags": [
            "Marketplace"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/marketplace/cryptoslam/chain/transfers/dna",
          "operationId": "GetCryptoslamChainTransfersDna",
          "summary": "Get chain transfers DNA from Cryptoslam",
          "tags": [
            "Marketplace"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/marketplace/cryptoslam/wallet/trades",
          "operationId": "GetCryptoslamWalletTrades",
          "summary": "Get wallet trades from Cryptoslam",
          "tags": [
            "Marketplace"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/marketplace/cryptoslam/wallet/trades/dna",
          "operationId": "GetCryptoslamWalletTradesDna",
          "summary": "Get wallet trades DNA from Cryptoslam",
          "tags": [
            "Marketplace"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/marketplace/cryptoslam/wallet/transfers",
          "operationId": "GetCryptoslamWalletTransfers",
          "summary": "Get wallet transfers from Cryptoslam",
          "tags": [
            "Marketplace"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/marketplace/cryptoslam/wallet/transfers/dna",
          "operationId": "GetCryptoslamWalletTransfersDna",
          "summary": "Get wallet transfers DNA from Cryptoslam",
          "tags": [
            "Marketplace"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/marketplace/cryptoslam/pair/trades",
          "operationId": "GetCryptoslamPairTrades",
          "summary": "Get pair trades from Cryptoslam",
          "tags": [
            "Marketplace"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/marketplace/cryptoslam/pair/trades/dna",
          "operationId": "GetCryptoslamPairTradesDna",
          "summary": "Get pair trades DNA from Cryptoslam",
          "tags": [
            "Marketplace"
          ]
        },
        {
          "method": "post",
          "path": "/v4/data/storage/upload",
          "operationId": "StorageUpload",
          "summary": "Upload a file to Walrus storage",
          "tags": [
            "Storage API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/storage/uploads",
          "operationId": "StorageListUploads",
          "summary": "List Walrus storage uploads",
          "tags": [
            "Storage API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/storage/upload/{jobId}",
          "operationId": "StorageGetUploadStatus",
          "summary": "Get Walrus storage upload status",
          "tags": [
            "Storage API"
          ]
        },
        {
          "method": "delete",
          "path": "/v4/data/storage/upload/{jobId}",
          "operationId": "StorageCancelRenewal",
          "summary": "Cancel Walrus storage renewal",
          "tags": [
            "Storage API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/prediction/events",
          "operationId": "GetPredictionEventsV4",
          "summary": "List prediction-market events",
          "tags": [
            "Prediction API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/prediction/events/{id}",
          "operationId": "GetPredictionEventByIdV4",
          "summary": "Get a prediction-market event by ID",
          "tags": [
            "Prediction API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/prediction/markets",
          "operationId": "GetPredictionMarketsV4",
          "summary": "List prediction markets",
          "tags": [
            "Prediction API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/prediction/markets/{id}",
          "operationId": "GetPredictionMarketByIdV4",
          "summary": "Get a prediction market by ID",
          "tags": [
            "Prediction API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/prediction/markets/{id}/price",
          "operationId": "GetPredictionMarketPriceV4",
          "summary": "Get current market price",
          "tags": [
            "Prediction API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/prediction/markets/{id}/orderbook",
          "operationId": "GetPredictionMarketOrderbookV4",
          "summary": "Get current market orderbook",
          "tags": [
            "Prediction API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/prediction/markets/{id}/history",
          "operationId": "GetPredictionMarketPriceHistoryV4",
          "summary": "Get market price history",
          "tags": [
            "Prediction API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/prediction/markets/{id}/trades",
          "operationId": "GetPredictionMarketTradesV4",
          "summary": "Get recent market trades",
          "tags": [
            "Prediction API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/prediction/markets/{id}/positions",
          "operationId": "GetPredictionMarketPositionsV4",
          "summary": "Get top holders of a market",
          "tags": [
            "Prediction API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/prediction/wallets/{address}/portfolio",
          "operationId": "GetPredictionWalletPortfolioV4",
          "summary": "Get wallet portfolio summary",
          "tags": [
            "Prediction API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/prediction/wallets/{address}/positions",
          "operationId": "GetPredictionWalletPositionsV4",
          "summary": "Get wallet open positions",
          "tags": [
            "Prediction API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/prediction/wallets/{address}/history",
          "operationId": "GetPredictionWalletHistoryV4",
          "summary": "Get wallet closed positions",
          "tags": [
            "Prediction API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/prediction/wallets/{address}/trades",
          "operationId": "GetPredictionWalletTradesV4",
          "summary": "Get wallet trade history",
          "tags": [
            "Prediction API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/prediction/wallets/{address}/activity",
          "operationId": "GetPredictionWalletActivityV4",
          "summary": "Get wallet activity feed",
          "tags": [
            "Prediction API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/prediction/wallets/{address}/value",
          "operationId": "GetPredictionWalletValueV4",
          "summary": "Get wallet open-position notional",
          "tags": [
            "Prediction API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/prediction/wallets/{address}/markets-traded",
          "operationId": "GetPredictionWalletMarketsTradedV4",
          "summary": "Get wallet markets-traded count",
          "tags": [
            "Prediction API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/prediction/top-traders",
          "operationId": "GetPredictionTopTradersV4",
          "summary": "Get top traders leaderboard",
          "tags": [
            "Prediction API"
          ]
        },
        {
          "method": "get",
          "path": "/v4/data/prediction/search",
          "operationId": "GetPredictionSearchV4",
          "summary": "Unified search (events / tags / profiles)",
          "tags": [
            "Prediction API"
          ]
        }
      ]
    },
    {
      "id": "notifications",
      "title": "Blockchain Notifications",
      "version": "3.7.3",
      "source": "https://docs.tatum.io/openapi/notifications-1.json",
      "openapi": "3.1.0",
      "pathCount": 11,
      "operationCount": 19,
      "tags": [
        "Notifications",
        "Subscriptions",
        "Templates"
      ],
      "operations": [
        {
          "method": "get",
          "path": "/v4/subscription",
          "operationId": "getSubscriptionsV4",
          "summary": "List all active subscriptions",
          "tags": [
            "Subscriptions"
          ]
        },
        {
          "method": "post",
          "path": "/v4/subscription",
          "operationId": "createSubscriptionV4",
          "summary": "Create a subscription",
          "tags": [
            "Subscriptions"
          ]
        },
        {
          "method": "put",
          "path": "/v4/subscription",
          "operationId": "enableWebHookHmac",
          "summary": "Enable HMAC webhook digest",
          "tags": [
            "Notifications"
          ]
        },
        {
          "method": "delete",
          "path": "/v4/subscription",
          "operationId": "disableWebHookHmac",
          "summary": "Disable HMAC webhook digest",
          "tags": [
            "Notifications"
          ]
        },
        {
          "method": "get",
          "path": "/v4/subscription/count",
          "operationId": "getSubscriptionsCount",
          "summary": "Count of subscriptions",
          "tags": [
            "Subscriptions"
          ]
        },
        {
          "method": "get",
          "path": "/v4/subscription/{id}",
          "operationId": "getSubscriptionV4",
          "summary": "Get subscription by ID",
          "tags": [
            "Subscriptions"
          ]
        },
        {
          "method": "put",
          "path": "/v4/subscription/{id}",
          "operationId": "updateSubscription",
          "summary": "Update subscription",
          "tags": [
            "Subscriptions"
          ]
        },
        {
          "method": "delete",
          "path": "/v4/subscription/{id}",
          "operationId": "deleteSubscription",
          "summary": "Cancel existing subscription",
          "tags": [
            "Subscriptions"
          ]
        },
        {
          "method": "put",
          "path": "/v4/subscription/batch",
          "operationId": "updateSubscriptionsByChain",
          "summary": "Update subscriptions by chain",
          "tags": [
            "Subscriptions"
          ]
        },
        {
          "method": "get",
          "path": "/v4/subscription/webhook",
          "operationId": "getAllWebhooksV4",
          "summary": "List all executed webhooks",
          "tags": [
            "Notifications"
          ]
        },
        {
          "method": "get",
          "path": "/v4/subscription/webhook/count",
          "operationId": "getAllWebhooksCount",
          "summary": "Count of found entities for get webhook request",
          "tags": [
            "Notifications"
          ]
        },
        {
          "method": "post",
          "path": "/v4/subscription/webhook/{id}/retry",
          "operationId": "retryWebhookV4",
          "summary": "Retry a failed webhook",
          "tags": [
            "Notifications"
          ]
        },
        {
          "method": "get",
          "path": "/v4/subscription/template",
          "operationId": "getNotificationTemplates",
          "summary": "List all notification templates (V4)",
          "tags": [
            "Templates"
          ]
        },
        {
          "method": "post",
          "path": "/v4/subscription/template",
          "operationId": "createNotificationTemplate",
          "summary": "Create a notification template (V4)",
          "tags": [
            "Templates"
          ]
        },
        {
          "method": "get",
          "path": "/v4/subscription/template/default",
          "operationId": "getDefaultNotificationTemplate",
          "summary": "Get the default notification template",
          "tags": [
            "Templates"
          ]
        },
        {
          "method": "put",
          "path": "/v4/subscription/template/default",
          "operationId": "updateDefaultNotificationTemplate",
          "summary": "Update the default notification template",
          "tags": [
            "Templates"
          ]
        },
        {
          "method": "put",
          "path": "/v4/subscription/template/{id}",
          "operationId": "updateNotificationTemplate",
          "summary": "Update notification template (V4)",
          "tags": [
            "Templates"
          ]
        },
        {
          "method": "delete",
          "path": "/v4/subscription/template/{id}",
          "operationId": "deleteNotificationTemplate",
          "summary": "Delete notification template (V4)",
          "tags": [
            "Templates"
          ]
        },
        {
          "method": "post",
          "path": "/v3/subscription",
          "operationId": "createSubscription",
          "summary": "Create a subscription",
          "tags": [
            "Subscriptions"
          ]
        }
      ]
    }
  ]
}