Dfns TypeScript SDK - v0.8.3
    Preparing search index...

    Type Alias GetWalletHistoryResponse

    type GetWalletHistoryResponse = {
        items: (
            | {
                balanceId?: string;
                blockNumber: number;
                decimals: number;
                direction: "In"
                | "Out";
                fee?: string;
                from?: string;
                index?: string;
                kind: "NativeTransfer";
                liquidityPool?: string;
                memo?: string;
                metadata: {
                    asset: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                    fee?: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                };
                network: | "Algorand"
                | "AlgorandTestnet"
                | "Aptos"
                | "AptosTestnet"
                | "ArbitrumOne"
                | "ArbitrumGoerli"
                | "ArbitrumSepolia"
                | "AvalancheC"
                | "AvalancheCFuji"
                | "Adi"
                | "AdiTestnet"
                | "AdiTestnetAb"
                | "BabylonGenesis"
                | "BabylonTestnet5"
                | "Base"
                | "BaseGoerli"
                | "BaseSepolia"
                | "Berachain"
                | "BerachainBArtio"
                | "BerachainBepolia"
                | "Bitcoin"
                | "BitcoinSignet"
                | "BitcoinTestnet3"
                | "BitcoinCash"
                | "BitcoinCashTestnet"
                | "Bob"
                | "BobSepolia"
                | "Bsc"
                | "BscTestnet"
                | "Canton"
                | "CantonDevnet"
                | "CantonTestnet"
                | "Cardano"
                | "CardanoPreprod"
                | "Celo"
                | "CeloAlfajores"
                | "Codex"
                | "CodexSepolia"
                | "CosmosHub4"
                | "CosmosIcsTestnet"
                | "Dogecoin"
                | "DogecoinTestnet"
                | "Ethereum"
                | "EthereumGoerli"
                | "EthereumSepolia"
                | "EthereumHolesky"
                | "EthereumHoodi"
                | "FantomOpera"
                | "FantomTestnet"
                | "FlareC"
                | "FlareCCoston2"
                | "FlowEvm"
                | "FlowEvmTestnet"
                | "Hedera"
                | "HederaTestnet"
                | "Ink"
                | "InkSepolia"
                | "InternetComputer"
                | "Ion"
                | "IonTestnet"
                | "Iota"
                | "IotaTestnet"
                | "IotaZodianet"
                | "Kaspa"
                | "KaspaTestnet11"
                | "Kusama"
                | "KusamaAssetHub"
                | "Litecoin"
                | "LitecoinTestnet"
                | "Near"
                | "NearTestnet"
                | "Optimism"
                | "OptimismGoerli"
                | "OptimismSepolia"
                | "Origyn"
                | "Plasma"
                | "PlasmaTestnet"
                | "Plume"
                | "PlumeSepolia"
                | "Paseo"
                | "PaseoAssetHub"
                | "Polkadot"
                | "PolkadotAssetHub"
                | "Polygon"
                | "PolygonAmoy"
                | "PolygonMumbai"
                | "Polymesh"
                | "PolymeshTestnet"
                | "Race"
                | "RaceSepolia"
                | "SeiAtlantic2"
                | "SeiPacific1"
                | "Solana"
                | "SolanaDevnet"
                | "Sonic"
                | "SonicTestnet"
                | "Starknet"
                | "StarknetSepolia"
                | "Stellar"
                | "StellarTestnet"
                | "Sui"
                | "SuiTestnet"
                | "Tsc"
                | "TscTestnet1"
                | "Tezos"
                | "TezosGhostnet"
                | "Ton"
                | "TonTestnet"
                | "Tron"
                | "TronNile"
                | "Westend"
                | "WestendAssetHub"
                | "XrpLedger"
                | "XrpLedgerTestnet";
                symbol: string;
                timestamp: string;
                to?: string;
                txHash: string;
                value: string;
                verified?: boolean;
                walletId: string;
            }
            | {
                blockNumber: number;
                direction: "In"
                | "Out";
                fee?: string;
                from: string;
                index?: string;
                kind: "Aip21Transfer";
                metadata: {
                    asset: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                    fee?: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                };
                metadataAddress: string;
                network: | "Algorand"
                | "AlgorandTestnet"
                | "Aptos"
                | "AptosTestnet"
                | "ArbitrumOne"
                | "ArbitrumGoerli"
                | "ArbitrumSepolia"
                | "AvalancheC"
                | "AvalancheCFuji"
                | "Adi"
                | "AdiTestnet"
                | "AdiTestnetAb"
                | "BabylonGenesis"
                | "BabylonTestnet5"
                | "Base"
                | "BaseGoerli"
                | "BaseSepolia"
                | "Berachain"
                | "BerachainBArtio"
                | "BerachainBepolia"
                | "Bitcoin"
                | "BitcoinSignet"
                | "BitcoinTestnet3"
                | "BitcoinCash"
                | "BitcoinCashTestnet"
                | "Bob"
                | "BobSepolia"
                | "Bsc"
                | "BscTestnet"
                | "Canton"
                | "CantonDevnet"
                | "CantonTestnet"
                | "Cardano"
                | "CardanoPreprod"
                | "Celo"
                | "CeloAlfajores"
                | "Codex"
                | "CodexSepolia"
                | "CosmosHub4"
                | "CosmosIcsTestnet"
                | "Dogecoin"
                | "DogecoinTestnet"
                | "Ethereum"
                | "EthereumGoerli"
                | "EthereumSepolia"
                | "EthereumHolesky"
                | "EthereumHoodi"
                | "FantomOpera"
                | "FantomTestnet"
                | "FlareC"
                | "FlareCCoston2"
                | "FlowEvm"
                | "FlowEvmTestnet"
                | "Hedera"
                | "HederaTestnet"
                | "Ink"
                | "InkSepolia"
                | "InternetComputer"
                | "Ion"
                | "IonTestnet"
                | "Iota"
                | "IotaTestnet"
                | "IotaZodianet"
                | "Kaspa"
                | "KaspaTestnet11"
                | "Kusama"
                | "KusamaAssetHub"
                | "Litecoin"
                | "LitecoinTestnet"
                | "Near"
                | "NearTestnet"
                | "Optimism"
                | "OptimismGoerli"
                | "OptimismSepolia"
                | "Origyn"
                | "Plasma"
                | "PlasmaTestnet"
                | "Plume"
                | "PlumeSepolia"
                | "Paseo"
                | "PaseoAssetHub"
                | "Polkadot"
                | "PolkadotAssetHub"
                | "Polygon"
                | "PolygonAmoy"
                | "PolygonMumbai"
                | "Polymesh"
                | "PolymeshTestnet"
                | "Race"
                | "RaceSepolia"
                | "SeiAtlantic2"
                | "SeiPacific1"
                | "Solana"
                | "SolanaDevnet"
                | "Sonic"
                | "SonicTestnet"
                | "Starknet"
                | "StarknetSepolia"
                | "Stellar"
                | "StellarTestnet"
                | "Sui"
                | "SuiTestnet"
                | "Tsc"
                | "TscTestnet1"
                | "Tezos"
                | "TezosGhostnet"
                | "Ton"
                | "TonTestnet"
                | "Tron"
                | "TronNile"
                | "Westend"
                | "WestendAssetHub"
                | "XrpLedger"
                | "XrpLedgerTestnet";
                timestamp: string;
                to: string;
                txHash: string;
                value: string;
                walletId: string;
            }
            | {
                assetId: string;
                blockNumber: number;
                clawback?: boolean;
                direction: "In"
                | "Out";
                fee?: string;
                from: string;
                index?: string;
                kind: "AsaTransfer";
                metadata: {
                    asset: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                    fee?: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                };
                network: | "Algorand"
                | "AlgorandTestnet"
                | "Aptos"
                | "AptosTestnet"
                | "ArbitrumOne"
                | "ArbitrumGoerli"
                | "ArbitrumSepolia"
                | "AvalancheC"
                | "AvalancheCFuji"
                | "Adi"
                | "AdiTestnet"
                | "AdiTestnetAb"
                | "BabylonGenesis"
                | "BabylonTestnet5"
                | "Base"
                | "BaseGoerli"
                | "BaseSepolia"
                | "Berachain"
                | "BerachainBArtio"
                | "BerachainBepolia"
                | "Bitcoin"
                | "BitcoinSignet"
                | "BitcoinTestnet3"
                | "BitcoinCash"
                | "BitcoinCashTestnet"
                | "Bob"
                | "BobSepolia"
                | "Bsc"
                | "BscTestnet"
                | "Canton"
                | "CantonDevnet"
                | "CantonTestnet"
                | "Cardano"
                | "CardanoPreprod"
                | "Celo"
                | "CeloAlfajores"
                | "Codex"
                | "CodexSepolia"
                | "CosmosHub4"
                | "CosmosIcsTestnet"
                | "Dogecoin"
                | "DogecoinTestnet"
                | "Ethereum"
                | "EthereumGoerli"
                | "EthereumSepolia"
                | "EthereumHolesky"
                | "EthereumHoodi"
                | "FantomOpera"
                | "FantomTestnet"
                | "FlareC"
                | "FlareCCoston2"
                | "FlowEvm"
                | "FlowEvmTestnet"
                | "Hedera"
                | "HederaTestnet"
                | "Ink"
                | "InkSepolia"
                | "InternetComputer"
                | "Ion"
                | "IonTestnet"
                | "Iota"
                | "IotaTestnet"
                | "IotaZodianet"
                | "Kaspa"
                | "KaspaTestnet11"
                | "Kusama"
                | "KusamaAssetHub"
                | "Litecoin"
                | "LitecoinTestnet"
                | "Near"
                | "NearTestnet"
                | "Optimism"
                | "OptimismGoerli"
                | "OptimismSepolia"
                | "Origyn"
                | "Plasma"
                | "PlasmaTestnet"
                | "Plume"
                | "PlumeSepolia"
                | "Paseo"
                | "PaseoAssetHub"
                | "Polkadot"
                | "PolkadotAssetHub"
                | "Polygon"
                | "PolygonAmoy"
                | "PolygonMumbai"
                | "Polymesh"
                | "PolymeshTestnet"
                | "Race"
                | "RaceSepolia"
                | "SeiAtlantic2"
                | "SeiPacific1"
                | "Solana"
                | "SolanaDevnet"
                | "Sonic"
                | "SonicTestnet"
                | "Starknet"
                | "StarknetSepolia"
                | "Stellar"
                | "StellarTestnet"
                | "Sui"
                | "SuiTestnet"
                | "Tsc"
                | "TscTestnet1"
                | "Tezos"
                | "TezosGhostnet"
                | "Ton"
                | "TonTestnet"
                | "Tron"
                | "TronNile"
                | "Westend"
                | "WestendAssetHub"
                | "XrpLedger"
                | "XrpLedgerTestnet";
                optIn?: boolean;
                optOut?: boolean;
                timestamp: string;
                to: string;
                txHash: string;
                value: string;
                walletId: string;
            }
            | {
                assetId: string;
                blockNumber: number;
                direction: "In"
                | "Out";
                fee?: string;
                from?: string;
                index?: string;
                kind: "AssetTransfer";
                metadata: {
                    asset: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                    fee?: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                };
                network: | "Algorand"
                | "AlgorandTestnet"
                | "Aptos"
                | "AptosTestnet"
                | "ArbitrumOne"
                | "ArbitrumGoerli"
                | "ArbitrumSepolia"
                | "AvalancheC"
                | "AvalancheCFuji"
                | "Adi"
                | "AdiTestnet"
                | "AdiTestnetAb"
                | "BabylonGenesis"
                | "BabylonTestnet5"
                | "Base"
                | "BaseGoerli"
                | "BaseSepolia"
                | "Berachain"
                | "BerachainBArtio"
                | "BerachainBepolia"
                | "Bitcoin"
                | "BitcoinSignet"
                | "BitcoinTestnet3"
                | "BitcoinCash"
                | "BitcoinCashTestnet"
                | "Bob"
                | "BobSepolia"
                | "Bsc"
                | "BscTestnet"
                | "Canton"
                | "CantonDevnet"
                | "CantonTestnet"
                | "Cardano"
                | "CardanoPreprod"
                | "Celo"
                | "CeloAlfajores"
                | "Codex"
                | "CodexSepolia"
                | "CosmosHub4"
                | "CosmosIcsTestnet"
                | "Dogecoin"
                | "DogecoinTestnet"
                | "Ethereum"
                | "EthereumGoerli"
                | "EthereumSepolia"
                | "EthereumHolesky"
                | "EthereumHoodi"
                | "FantomOpera"
                | "FantomTestnet"
                | "FlareC"
                | "FlareCCoston2"
                | "FlowEvm"
                | "FlowEvmTestnet"
                | "Hedera"
                | "HederaTestnet"
                | "Ink"
                | "InkSepolia"
                | "InternetComputer"
                | "Ion"
                | "IonTestnet"
                | "Iota"
                | "IotaTestnet"
                | "IotaZodianet"
                | "Kaspa"
                | "KaspaTestnet11"
                | "Kusama"
                | "KusamaAssetHub"
                | "Litecoin"
                | "LitecoinTestnet"
                | "Near"
                | "NearTestnet"
                | "Optimism"
                | "OptimismGoerli"
                | "OptimismSepolia"
                | "Origyn"
                | "Plasma"
                | "PlasmaTestnet"
                | "Plume"
                | "PlumeSepolia"
                | "Paseo"
                | "PaseoAssetHub"
                | "Polkadot"
                | "PolkadotAssetHub"
                | "Polygon"
                | "PolygonAmoy"
                | "PolygonMumbai"
                | "Polymesh"
                | "PolymeshTestnet"
                | "Race"
                | "RaceSepolia"
                | "SeiAtlantic2"
                | "SeiPacific1"
                | "Solana"
                | "SolanaDevnet"
                | "Sonic"
                | "SonicTestnet"
                | "Starknet"
                | "StarknetSepolia"
                | "Stellar"
                | "StellarTestnet"
                | "Sui"
                | "SuiTestnet"
                | "Tsc"
                | "TscTestnet1"
                | "Tezos"
                | "TezosGhostnet"
                | "Ton"
                | "TonTestnet"
                | "Tron"
                | "TronNile"
                | "Westend"
                | "WestendAssetHub"
                | "XrpLedger"
                | "XrpLedgerTestnet";
                timestamp: string;
                to?: string;
                txHash: string;
                value: string;
                walletId: string;
            }
            | {
                blockNumber: number;
                direction: "In"
                | "Out";
                fee?: string;
                from: string;
                index?: string;
                instrumentAdmin: string;
                instrumentId: string;
                kind: "Cip56Transfer";
                memo?: string;
                metadata: {
                    asset: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                    fee?: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                };
                network: | "Algorand"
                | "AlgorandTestnet"
                | "Aptos"
                | "AptosTestnet"
                | "ArbitrumOne"
                | "ArbitrumGoerli"
                | "ArbitrumSepolia"
                | "AvalancheC"
                | "AvalancheCFuji"
                | "Adi"
                | "AdiTestnet"
                | "AdiTestnetAb"
                | "BabylonGenesis"
                | "BabylonTestnet5"
                | "Base"
                | "BaseGoerli"
                | "BaseSepolia"
                | "Berachain"
                | "BerachainBArtio"
                | "BerachainBepolia"
                | "Bitcoin"
                | "BitcoinSignet"
                | "BitcoinTestnet3"
                | "BitcoinCash"
                | "BitcoinCashTestnet"
                | "Bob"
                | "BobSepolia"
                | "Bsc"
                | "BscTestnet"
                | "Canton"
                | "CantonDevnet"
                | "CantonTestnet"
                | "Cardano"
                | "CardanoPreprod"
                | "Celo"
                | "CeloAlfajores"
                | "Codex"
                | "CodexSepolia"
                | "CosmosHub4"
                | "CosmosIcsTestnet"
                | "Dogecoin"
                | "DogecoinTestnet"
                | "Ethereum"
                | "EthereumGoerli"
                | "EthereumSepolia"
                | "EthereumHolesky"
                | "EthereumHoodi"
                | "FantomOpera"
                | "FantomTestnet"
                | "FlareC"
                | "FlareCCoston2"
                | "FlowEvm"
                | "FlowEvmTestnet"
                | "Hedera"
                | "HederaTestnet"
                | "Ink"
                | "InkSepolia"
                | "InternetComputer"
                | "Ion"
                | "IonTestnet"
                | "Iota"
                | "IotaTestnet"
                | "IotaZodianet"
                | "Kaspa"
                | "KaspaTestnet11"
                | "Kusama"
                | "KusamaAssetHub"
                | "Litecoin"
                | "LitecoinTestnet"
                | "Near"
                | "NearTestnet"
                | "Optimism"
                | "OptimismGoerli"
                | "OptimismSepolia"
                | "Origyn"
                | "Plasma"
                | "PlasmaTestnet"
                | "Plume"
                | "PlumeSepolia"
                | "Paseo"
                | "PaseoAssetHub"
                | "Polkadot"
                | "PolkadotAssetHub"
                | "Polygon"
                | "PolygonAmoy"
                | "PolygonMumbai"
                | "Polymesh"
                | "PolymeshTestnet"
                | "Race"
                | "RaceSepolia"
                | "SeiAtlantic2"
                | "SeiPacific1"
                | "Solana"
                | "SolanaDevnet"
                | "Sonic"
                | "SonicTestnet"
                | "Starknet"
                | "StarknetSepolia"
                | "Stellar"
                | "StellarTestnet"
                | "Sui"
                | "SuiTestnet"
                | "Tsc"
                | "TscTestnet1"
                | "Tezos"
                | "TezosGhostnet"
                | "Ton"
                | "TonTestnet"
                | "Tron"
                | "TronNile"
                | "Westend"
                | "WestendAssetHub"
                | "XrpLedger"
                | "XrpLedgerTestnet";
                timestamp: string;
                to: string;
                txHash: string;
                value: string;
                walletId: string;
            }
            | {
                blockNumber: number;
                coin: string;
                direction: "In"
                | "Out";
                fee?: string;
                from: string;
                index?: string;
                kind: "CoinTransfer";
                metadata: {
                    asset: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                    fee?: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                };
                network: | "Algorand"
                | "AlgorandTestnet"
                | "Aptos"
                | "AptosTestnet"
                | "ArbitrumOne"
                | "ArbitrumGoerli"
                | "ArbitrumSepolia"
                | "AvalancheC"
                | "AvalancheCFuji"
                | "Adi"
                | "AdiTestnet"
                | "AdiTestnetAb"
                | "BabylonGenesis"
                | "BabylonTestnet5"
                | "Base"
                | "BaseGoerli"
                | "BaseSepolia"
                | "Berachain"
                | "BerachainBArtio"
                | "BerachainBepolia"
                | "Bitcoin"
                | "BitcoinSignet"
                | "BitcoinTestnet3"
                | "BitcoinCash"
                | "BitcoinCashTestnet"
                | "Bob"
                | "BobSepolia"
                | "Bsc"
                | "BscTestnet"
                | "Canton"
                | "CantonDevnet"
                | "CantonTestnet"
                | "Cardano"
                | "CardanoPreprod"
                | "Celo"
                | "CeloAlfajores"
                | "Codex"
                | "CodexSepolia"
                | "CosmosHub4"
                | "CosmosIcsTestnet"
                | "Dogecoin"
                | "DogecoinTestnet"
                | "Ethereum"
                | "EthereumGoerli"
                | "EthereumSepolia"
                | "EthereumHolesky"
                | "EthereumHoodi"
                | "FantomOpera"
                | "FantomTestnet"
                | "FlareC"
                | "FlareCCoston2"
                | "FlowEvm"
                | "FlowEvmTestnet"
                | "Hedera"
                | "HederaTestnet"
                | "Ink"
                | "InkSepolia"
                | "InternetComputer"
                | "Ion"
                | "IonTestnet"
                | "Iota"
                | "IotaTestnet"
                | "IotaZodianet"
                | "Kaspa"
                | "KaspaTestnet11"
                | "Kusama"
                | "KusamaAssetHub"
                | "Litecoin"
                | "LitecoinTestnet"
                | "Near"
                | "NearTestnet"
                | "Optimism"
                | "OptimismGoerli"
                | "OptimismSepolia"
                | "Origyn"
                | "Plasma"
                | "PlasmaTestnet"
                | "Plume"
                | "PlumeSepolia"
                | "Paseo"
                | "PaseoAssetHub"
                | "Polkadot"
                | "PolkadotAssetHub"
                | "Polygon"
                | "PolygonAmoy"
                | "PolygonMumbai"
                | "Polymesh"
                | "PolymeshTestnet"
                | "Race"
                | "RaceSepolia"
                | "SeiAtlantic2"
                | "SeiPacific1"
                | "Solana"
                | "SolanaDevnet"
                | "Sonic"
                | "SonicTestnet"
                | "Starknet"
                | "StarknetSepolia"
                | "Stellar"
                | "StellarTestnet"
                | "Sui"
                | "SuiTestnet"
                | "Tsc"
                | "TscTestnet1"
                | "Tezos"
                | "TezosGhostnet"
                | "Ton"
                | "TonTestnet"
                | "Tron"
                | "TronNile"
                | "Westend"
                | "WestendAssetHub"
                | "XrpLedger"
                | "XrpLedgerTestnet";
                timestamp: string;
                tos?: string[];
                txHash: string;
                value: string;
                walletId: string;
            }
            | {
                blockNumber: number;
                contract: string;
                decimals: number;
                direction: "In"
                | "Out";
                fee?: string;
                from: string;
                index?: string;
                kind: "Erc20Transfer";
                metadata: {
                    asset: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                    fee?: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                };
                network: | "Algorand"
                | "AlgorandTestnet"
                | "Aptos"
                | "AptosTestnet"
                | "ArbitrumOne"
                | "ArbitrumGoerli"
                | "ArbitrumSepolia"
                | "AvalancheC"
                | "AvalancheCFuji"
                | "Adi"
                | "AdiTestnet"
                | "AdiTestnetAb"
                | "BabylonGenesis"
                | "BabylonTestnet5"
                | "Base"
                | "BaseGoerli"
                | "BaseSepolia"
                | "Berachain"
                | "BerachainBArtio"
                | "BerachainBepolia"
                | "Bitcoin"
                | "BitcoinSignet"
                | "BitcoinTestnet3"
                | "BitcoinCash"
                | "BitcoinCashTestnet"
                | "Bob"
                | "BobSepolia"
                | "Bsc"
                | "BscTestnet"
                | "Canton"
                | "CantonDevnet"
                | "CantonTestnet"
                | "Cardano"
                | "CardanoPreprod"
                | "Celo"
                | "CeloAlfajores"
                | "Codex"
                | "CodexSepolia"
                | "CosmosHub4"
                | "CosmosIcsTestnet"
                | "Dogecoin"
                | "DogecoinTestnet"
                | "Ethereum"
                | "EthereumGoerli"
                | "EthereumSepolia"
                | "EthereumHolesky"
                | "EthereumHoodi"
                | "FantomOpera"
                | "FantomTestnet"
                | "FlareC"
                | "FlareCCoston2"
                | "FlowEvm"
                | "FlowEvmTestnet"
                | "Hedera"
                | "HederaTestnet"
                | "Ink"
                | "InkSepolia"
                | "InternetComputer"
                | "Ion"
                | "IonTestnet"
                | "Iota"
                | "IotaTestnet"
                | "IotaZodianet"
                | "Kaspa"
                | "KaspaTestnet11"
                | "Kusama"
                | "KusamaAssetHub"
                | "Litecoin"
                | "LitecoinTestnet"
                | "Near"
                | "NearTestnet"
                | "Optimism"
                | "OptimismGoerli"
                | "OptimismSepolia"
                | "Origyn"
                | "Plasma"
                | "PlasmaTestnet"
                | "Plume"
                | "PlumeSepolia"
                | "Paseo"
                | "PaseoAssetHub"
                | "Polkadot"
                | "PolkadotAssetHub"
                | "Polygon"
                | "PolygonAmoy"
                | "PolygonMumbai"
                | "Polymesh"
                | "PolymeshTestnet"
                | "Race"
                | "RaceSepolia"
                | "SeiAtlantic2"
                | "SeiPacific1"
                | "Solana"
                | "SolanaDevnet"
                | "Sonic"
                | "SonicTestnet"
                | "Starknet"
                | "StarknetSepolia"
                | "Stellar"
                | "StellarTestnet"
                | "Sui"
                | "SuiTestnet"
                | "Tsc"
                | "TscTestnet1"
                | "Tezos"
                | "TezosGhostnet"
                | "Ton"
                | "TonTestnet"
                | "Tron"
                | "TronNile"
                | "Westend"
                | "WestendAssetHub"
                | "XrpLedger"
                | "XrpLedgerTestnet";
                symbol?: string;
                timestamp: string;
                to: string;
                txHash: string;
                value: string;
                verified?: boolean;
                walletId: string;
            }
            | {
                blockNumber: number;
                contract: string;
                direction: "In"
                | "Out";
                fee?: string;
                from: string;
                index?: string;
                kind: "Erc721Transfer";
                metadata: {
                    asset: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                    fee?: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                };
                network: | "Algorand"
                | "AlgorandTestnet"
                | "Aptos"
                | "AptosTestnet"
                | "ArbitrumOne"
                | "ArbitrumGoerli"
                | "ArbitrumSepolia"
                | "AvalancheC"
                | "AvalancheCFuji"
                | "Adi"
                | "AdiTestnet"
                | "AdiTestnetAb"
                | "BabylonGenesis"
                | "BabylonTestnet5"
                | "Base"
                | "BaseGoerli"
                | "BaseSepolia"
                | "Berachain"
                | "BerachainBArtio"
                | "BerachainBepolia"
                | "Bitcoin"
                | "BitcoinSignet"
                | "BitcoinTestnet3"
                | "BitcoinCash"
                | "BitcoinCashTestnet"
                | "Bob"
                | "BobSepolia"
                | "Bsc"
                | "BscTestnet"
                | "Canton"
                | "CantonDevnet"
                | "CantonTestnet"
                | "Cardano"
                | "CardanoPreprod"
                | "Celo"
                | "CeloAlfajores"
                | "Codex"
                | "CodexSepolia"
                | "CosmosHub4"
                | "CosmosIcsTestnet"
                | "Dogecoin"
                | "DogecoinTestnet"
                | "Ethereum"
                | "EthereumGoerli"
                | "EthereumSepolia"
                | "EthereumHolesky"
                | "EthereumHoodi"
                | "FantomOpera"
                | "FantomTestnet"
                | "FlareC"
                | "FlareCCoston2"
                | "FlowEvm"
                | "FlowEvmTestnet"
                | "Hedera"
                | "HederaTestnet"
                | "Ink"
                | "InkSepolia"
                | "InternetComputer"
                | "Ion"
                | "IonTestnet"
                | "Iota"
                | "IotaTestnet"
                | "IotaZodianet"
                | "Kaspa"
                | "KaspaTestnet11"
                | "Kusama"
                | "KusamaAssetHub"
                | "Litecoin"
                | "LitecoinTestnet"
                | "Near"
                | "NearTestnet"
                | "Optimism"
                | "OptimismGoerli"
                | "OptimismSepolia"
                | "Origyn"
                | "Plasma"
                | "PlasmaTestnet"
                | "Plume"
                | "PlumeSepolia"
                | "Paseo"
                | "PaseoAssetHub"
                | "Polkadot"
                | "PolkadotAssetHub"
                | "Polygon"
                | "PolygonAmoy"
                | "PolygonMumbai"
                | "Polymesh"
                | "PolymeshTestnet"
                | "Race"
                | "RaceSepolia"
                | "SeiAtlantic2"
                | "SeiPacific1"
                | "Solana"
                | "SolanaDevnet"
                | "Sonic"
                | "SonicTestnet"
                | "Starknet"
                | "StarknetSepolia"
                | "Stellar"
                | "StellarTestnet"
                | "Sui"
                | "SuiTestnet"
                | "Tsc"
                | "TscTestnet1"
                | "Tezos"
                | "TezosGhostnet"
                | "Ton"
                | "TonTestnet"
                | "Tron"
                | "TronNile"
                | "Westend"
                | "WestendAssetHub"
                | "XrpLedger"
                | "XrpLedgerTestnet";
                symbol?: string;
                timestamp: string;
                to: string;
                tokenId: string;
                txHash: string;
                verified?: boolean;
                walletId: string;
            }
            | {
                blockNumber: number;
                direction: "In"
                | "Out";
                fee?: string;
                from?: string;
                index?: string;
                kind: "Hip17Transfer";
                metadata: {
                    asset: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                    fee?: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                };
                network: | "Algorand"
                | "AlgorandTestnet"
                | "Aptos"
                | "AptosTestnet"
                | "ArbitrumOne"
                | "ArbitrumGoerli"
                | "ArbitrumSepolia"
                | "AvalancheC"
                | "AvalancheCFuji"
                | "Adi"
                | "AdiTestnet"
                | "AdiTestnetAb"
                | "BabylonGenesis"
                | "BabylonTestnet5"
                | "Base"
                | "BaseGoerli"
                | "BaseSepolia"
                | "Berachain"
                | "BerachainBArtio"
                | "BerachainBepolia"
                | "Bitcoin"
                | "BitcoinSignet"
                | "BitcoinTestnet3"
                | "BitcoinCash"
                | "BitcoinCashTestnet"
                | "Bob"
                | "BobSepolia"
                | "Bsc"
                | "BscTestnet"
                | "Canton"
                | "CantonDevnet"
                | "CantonTestnet"
                | "Cardano"
                | "CardanoPreprod"
                | "Celo"
                | "CeloAlfajores"
                | "Codex"
                | "CodexSepolia"
                | "CosmosHub4"
                | "CosmosIcsTestnet"
                | "Dogecoin"
                | "DogecoinTestnet"
                | "Ethereum"
                | "EthereumGoerli"
                | "EthereumSepolia"
                | "EthereumHolesky"
                | "EthereumHoodi"
                | "FantomOpera"
                | "FantomTestnet"
                | "FlareC"
                | "FlareCCoston2"
                | "FlowEvm"
                | "FlowEvmTestnet"
                | "Hedera"
                | "HederaTestnet"
                | "Ink"
                | "InkSepolia"
                | "InternetComputer"
                | "Ion"
                | "IonTestnet"
                | "Iota"
                | "IotaTestnet"
                | "IotaZodianet"
                | "Kaspa"
                | "KaspaTestnet11"
                | "Kusama"
                | "KusamaAssetHub"
                | "Litecoin"
                | "LitecoinTestnet"
                | "Near"
                | "NearTestnet"
                | "Optimism"
                | "OptimismGoerli"
                | "OptimismSepolia"
                | "Origyn"
                | "Plasma"
                | "PlasmaTestnet"
                | "Plume"
                | "PlumeSepolia"
                | "Paseo"
                | "PaseoAssetHub"
                | "Polkadot"
                | "PolkadotAssetHub"
                | "Polygon"
                | "PolygonAmoy"
                | "PolygonMumbai"
                | "Polymesh"
                | "PolymeshTestnet"
                | "Race"
                | "RaceSepolia"
                | "SeiAtlantic2"
                | "SeiPacific1"
                | "Solana"
                | "SolanaDevnet"
                | "Sonic"
                | "SonicTestnet"
                | "Starknet"
                | "StarknetSepolia"
                | "Stellar"
                | "StellarTestnet"
                | "Sui"
                | "SuiTestnet"
                | "Tsc"
                | "TscTestnet1"
                | "Tezos"
                | "TezosGhostnet"
                | "Ton"
                | "TonTestnet"
                | "Tron"
                | "TronNile"
                | "Westend"
                | "WestendAssetHub"
                | "XrpLedger"
                | "XrpLedgerTestnet";
                serialNumber: string;
                timestamp: string;
                to?: string;
                tokenId: string;
                txHash: string;
                walletId: string;
            }
            | {
                blockNumber: number;
                direction: "In"
                | "Out";
                fee?: string;
                froms: string[];
                index?: string;
                kind: "HtsTransfer";
                metadata: {
                    asset: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                    fee?: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                };
                network: | "Algorand"
                | "AlgorandTestnet"
                | "Aptos"
                | "AptosTestnet"
                | "ArbitrumOne"
                | "ArbitrumGoerli"
                | "ArbitrumSepolia"
                | "AvalancheC"
                | "AvalancheCFuji"
                | "Adi"
                | "AdiTestnet"
                | "AdiTestnetAb"
                | "BabylonGenesis"
                | "BabylonTestnet5"
                | "Base"
                | "BaseGoerli"
                | "BaseSepolia"
                | "Berachain"
                | "BerachainBArtio"
                | "BerachainBepolia"
                | "Bitcoin"
                | "BitcoinSignet"
                | "BitcoinTestnet3"
                | "BitcoinCash"
                | "BitcoinCashTestnet"
                | "Bob"
                | "BobSepolia"
                | "Bsc"
                | "BscTestnet"
                | "Canton"
                | "CantonDevnet"
                | "CantonTestnet"
                | "Cardano"
                | "CardanoPreprod"
                | "Celo"
                | "CeloAlfajores"
                | "Codex"
                | "CodexSepolia"
                | "CosmosHub4"
                | "CosmosIcsTestnet"
                | "Dogecoin"
                | "DogecoinTestnet"
                | "Ethereum"
                | "EthereumGoerli"
                | "EthereumSepolia"
                | "EthereumHolesky"
                | "EthereumHoodi"
                | "FantomOpera"
                | "FantomTestnet"
                | "FlareC"
                | "FlareCCoston2"
                | "FlowEvm"
                | "FlowEvmTestnet"
                | "Hedera"
                | "HederaTestnet"
                | "Ink"
                | "InkSepolia"
                | "InternetComputer"
                | "Ion"
                | "IonTestnet"
                | "Iota"
                | "IotaTestnet"
                | "IotaZodianet"
                | "Kaspa"
                | "KaspaTestnet11"
                | "Kusama"
                | "KusamaAssetHub"
                | "Litecoin"
                | "LitecoinTestnet"
                | "Near"
                | "NearTestnet"
                | "Optimism"
                | "OptimismGoerli"
                | "OptimismSepolia"
                | "Origyn"
                | "Plasma"
                | "PlasmaTestnet"
                | "Plume"
                | "PlumeSepolia"
                | "Paseo"
                | "PaseoAssetHub"
                | "Polkadot"
                | "PolkadotAssetHub"
                | "Polygon"
                | "PolygonAmoy"
                | "PolygonMumbai"
                | "Polymesh"
                | "PolymeshTestnet"
                | "Race"
                | "RaceSepolia"
                | "SeiAtlantic2"
                | "SeiPacific1"
                | "Solana"
                | "SolanaDevnet"
                | "Sonic"
                | "SonicTestnet"
                | "Starknet"
                | "StarknetSepolia"
                | "Stellar"
                | "StellarTestnet"
                | "Sui"
                | "SuiTestnet"
                | "Tsc"
                | "TscTestnet1"
                | "Tezos"
                | "TezosGhostnet"
                | "Ton"
                | "TonTestnet"
                | "Tron"
                | "TronNile"
                | "Westend"
                | "WestendAssetHub"
                | "XrpLedger"
                | "XrpLedgerTestnet";
                timestamp: string;
                tokenId?: string;
                tos: string[];
                txHash: string;
                value: string;
                walletId: string;
            }
            | {
                blockNumber: number;
                coin: string;
                direction: "In"
                | "Out";
                fee?: string;
                from: string;
                index?: string;
                kind: "LockedCoinTransfer";
                metadata: {
                    asset: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                    fee?: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                };
                network: | "Algorand"
                | "AlgorandTestnet"
                | "Aptos"
                | "AptosTestnet"
                | "ArbitrumOne"
                | "ArbitrumGoerli"
                | "ArbitrumSepolia"
                | "AvalancheC"
                | "AvalancheCFuji"
                | "Adi"
                | "AdiTestnet"
                | "AdiTestnetAb"
                | "BabylonGenesis"
                | "BabylonTestnet5"
                | "Base"
                | "BaseGoerli"
                | "BaseSepolia"
                | "Berachain"
                | "BerachainBArtio"
                | "BerachainBepolia"
                | "Bitcoin"
                | "BitcoinSignet"
                | "BitcoinTestnet3"
                | "BitcoinCash"
                | "BitcoinCashTestnet"
                | "Bob"
                | "BobSepolia"
                | "Bsc"
                | "BscTestnet"
                | "Canton"
                | "CantonDevnet"
                | "CantonTestnet"
                | "Cardano"
                | "CardanoPreprod"
                | "Celo"
                | "CeloAlfajores"
                | "Codex"
                | "CodexSepolia"
                | "CosmosHub4"
                | "CosmosIcsTestnet"
                | "Dogecoin"
                | "DogecoinTestnet"
                | "Ethereum"
                | "EthereumGoerli"
                | "EthereumSepolia"
                | "EthereumHolesky"
                | "EthereumHoodi"
                | "FantomOpera"
                | "FantomTestnet"
                | "FlareC"
                | "FlareCCoston2"
                | "FlowEvm"
                | "FlowEvmTestnet"
                | "Hedera"
                | "HederaTestnet"
                | "Ink"
                | "InkSepolia"
                | "InternetComputer"
                | "Ion"
                | "IonTestnet"
                | "Iota"
                | "IotaTestnet"
                | "IotaZodianet"
                | "Kaspa"
                | "KaspaTestnet11"
                | "Kusama"
                | "KusamaAssetHub"
                | "Litecoin"
                | "LitecoinTestnet"
                | "Near"
                | "NearTestnet"
                | "Optimism"
                | "OptimismGoerli"
                | "OptimismSepolia"
                | "Origyn"
                | "Plasma"
                | "PlasmaTestnet"
                | "Plume"
                | "PlumeSepolia"
                | "Paseo"
                | "PaseoAssetHub"
                | "Polkadot"
                | "PolkadotAssetHub"
                | "Polygon"
                | "PolygonAmoy"
                | "PolygonMumbai"
                | "Polymesh"
                | "PolymeshTestnet"
                | "Race"
                | "RaceSepolia"
                | "SeiAtlantic2"
                | "SeiPacific1"
                | "Solana"
                | "SolanaDevnet"
                | "Sonic"
                | "SonicTestnet"
                | "Starknet"
                | "StarknetSepolia"
                | "Stellar"
                | "StellarTestnet"
                | "Sui"
                | "SuiTestnet"
                | "Tsc"
                | "TscTestnet1"
                | "Tezos"
                | "TezosGhostnet"
                | "Ton"
                | "TonTestnet"
                | "Tron"
                | "TronNile"
                | "Westend"
                | "WestendAssetHub"
                | "XrpLedger"
                | "XrpLedgerTestnet";
                timestamp: string;
                tos?: string[];
                txHash: string;
                value: string;
                walletId: string;
            }
            | {
                assetCode: string;
                balanceId?: string;
                blockNumber: number;
                direction: "In"
                | "Out";
                fee?: string;
                from: string;
                index?: string;
                issuer: string;
                kind: "Sep41Transfer";
                liquidityPool?: string;
                memo?: string;
                metadata: {
                    asset: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                    fee?: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                };
                network: | "Algorand"
                | "AlgorandTestnet"
                | "Aptos"
                | "AptosTestnet"
                | "ArbitrumOne"
                | "ArbitrumGoerli"
                | "ArbitrumSepolia"
                | "AvalancheC"
                | "AvalancheCFuji"
                | "Adi"
                | "AdiTestnet"
                | "AdiTestnetAb"
                | "BabylonGenesis"
                | "BabylonTestnet5"
                | "Base"
                | "BaseGoerli"
                | "BaseSepolia"
                | "Berachain"
                | "BerachainBArtio"
                | "BerachainBepolia"
                | "Bitcoin"
                | "BitcoinSignet"
                | "BitcoinTestnet3"
                | "BitcoinCash"
                | "BitcoinCashTestnet"
                | "Bob"
                | "BobSepolia"
                | "Bsc"
                | "BscTestnet"
                | "Canton"
                | "CantonDevnet"
                | "CantonTestnet"
                | "Cardano"
                | "CardanoPreprod"
                | "Celo"
                | "CeloAlfajores"
                | "Codex"
                | "CodexSepolia"
                | "CosmosHub4"
                | "CosmosIcsTestnet"
                | "Dogecoin"
                | "DogecoinTestnet"
                | "Ethereum"
                | "EthereumGoerli"
                | "EthereumSepolia"
                | "EthereumHolesky"
                | "EthereumHoodi"
                | "FantomOpera"
                | "FantomTestnet"
                | "FlareC"
                | "FlareCCoston2"
                | "FlowEvm"
                | "FlowEvmTestnet"
                | "Hedera"
                | "HederaTestnet"
                | "Ink"
                | "InkSepolia"
                | "InternetComputer"
                | "Ion"
                | "IonTestnet"
                | "Iota"
                | "IotaTestnet"
                | "IotaZodianet"
                | "Kaspa"
                | "KaspaTestnet11"
                | "Kusama"
                | "KusamaAssetHub"
                | "Litecoin"
                | "LitecoinTestnet"
                | "Near"
                | "NearTestnet"
                | "Optimism"
                | "OptimismGoerli"
                | "OptimismSepolia"
                | "Origyn"
                | "Plasma"
                | "PlasmaTestnet"
                | "Plume"
                | "PlumeSepolia"
                | "Paseo"
                | "PaseoAssetHub"
                | "Polkadot"
                | "PolkadotAssetHub"
                | "Polygon"
                | "PolygonAmoy"
                | "PolygonMumbai"
                | "Polymesh"
                | "PolymeshTestnet"
                | "Race"
                | "RaceSepolia"
                | "SeiAtlantic2"
                | "SeiPacific1"
                | "Solana"
                | "SolanaDevnet"
                | "Sonic"
                | "SonicTestnet"
                | "Starknet"
                | "StarknetSepolia"
                | "Stellar"
                | "StellarTestnet"
                | "Sui"
                | "SuiTestnet"
                | "Tsc"
                | "TscTestnet1"
                | "Tezos"
                | "TezosGhostnet"
                | "Ton"
                | "TonTestnet"
                | "Tron"
                | "TronNile"
                | "Westend"
                | "WestendAssetHub"
                | "XrpLedger"
                | "XrpLedgerTestnet";
                timestamp: string;
                to: string;
                txHash: string;
                value: string;
                walletId: string;
            }
            | {
                blockNumber: number;
                contract: string;
                direction: "In"
                | "Out";
                fee?: string;
                from: string;
                index?: string;
                kind: "Snip2Transfer";
                metadata: {
                    asset: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                    fee?: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                };
                network: | "Algorand"
                | "AlgorandTestnet"
                | "Aptos"
                | "AptosTestnet"
                | "ArbitrumOne"
                | "ArbitrumGoerli"
                | "ArbitrumSepolia"
                | "AvalancheC"
                | "AvalancheCFuji"
                | "Adi"
                | "AdiTestnet"
                | "AdiTestnetAb"
                | "BabylonGenesis"
                | "BabylonTestnet5"
                | "Base"
                | "BaseGoerli"
                | "BaseSepolia"
                | "Berachain"
                | "BerachainBArtio"
                | "BerachainBepolia"
                | "Bitcoin"
                | "BitcoinSignet"
                | "BitcoinTestnet3"
                | "BitcoinCash"
                | "BitcoinCashTestnet"
                | "Bob"
                | "BobSepolia"
                | "Bsc"
                | "BscTestnet"
                | "Canton"
                | "CantonDevnet"
                | "CantonTestnet"
                | "Cardano"
                | "CardanoPreprod"
                | "Celo"
                | "CeloAlfajores"
                | "Codex"
                | "CodexSepolia"
                | "CosmosHub4"
                | "CosmosIcsTestnet"
                | "Dogecoin"
                | "DogecoinTestnet"
                | "Ethereum"
                | "EthereumGoerli"
                | "EthereumSepolia"
                | "EthereumHolesky"
                | "EthereumHoodi"
                | "FantomOpera"
                | "FantomTestnet"
                | "FlareC"
                | "FlareCCoston2"
                | "FlowEvm"
                | "FlowEvmTestnet"
                | "Hedera"
                | "HederaTestnet"
                | "Ink"
                | "InkSepolia"
                | "InternetComputer"
                | "Ion"
                | "IonTestnet"
                | "Iota"
                | "IotaTestnet"
                | "IotaZodianet"
                | "Kaspa"
                | "KaspaTestnet11"
                | "Kusama"
                | "KusamaAssetHub"
                | "Litecoin"
                | "LitecoinTestnet"
                | "Near"
                | "NearTestnet"
                | "Optimism"
                | "OptimismGoerli"
                | "OptimismSepolia"
                | "Origyn"
                | "Plasma"
                | "PlasmaTestnet"
                | "Plume"
                | "PlumeSepolia"
                | "Paseo"
                | "PaseoAssetHub"
                | "Polkadot"
                | "PolkadotAssetHub"
                | "Polygon"
                | "PolygonAmoy"
                | "PolygonMumbai"
                | "Polymesh"
                | "PolymeshTestnet"
                | "Race"
                | "RaceSepolia"
                | "SeiAtlantic2"
                | "SeiPacific1"
                | "Solana"
                | "SolanaDevnet"
                | "Sonic"
                | "SonicTestnet"
                | "Starknet"
                | "StarknetSepolia"
                | "Stellar"
                | "StellarTestnet"
                | "Sui"
                | "SuiTestnet"
                | "Tsc"
                | "TscTestnet1"
                | "Tezos"
                | "TezosGhostnet"
                | "Ton"
                | "TonTestnet"
                | "Tron"
                | "TronNile"
                | "Westend"
                | "WestendAssetHub"
                | "XrpLedger"
                | "XrpLedgerTestnet";
                timestamp: string;
                to: string;
                txHash: string;
                value: string;
                walletId: string;
            }
            | {
                blockNumber: number;
                contract: string;
                direction: "In"
                | "Out";
                fee?: string;
                from: string;
                index?: string;
                kind: "Snip3Transfer";
                metadata: {
                    asset: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                    fee?: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                };
                network: | "Algorand"
                | "AlgorandTestnet"
                | "Aptos"
                | "AptosTestnet"
                | "ArbitrumOne"
                | "ArbitrumGoerli"
                | "ArbitrumSepolia"
                | "AvalancheC"
                | "AvalancheCFuji"
                | "Adi"
                | "AdiTestnet"
                | "AdiTestnetAb"
                | "BabylonGenesis"
                | "BabylonTestnet5"
                | "Base"
                | "BaseGoerli"
                | "BaseSepolia"
                | "Berachain"
                | "BerachainBArtio"
                | "BerachainBepolia"
                | "Bitcoin"
                | "BitcoinSignet"
                | "BitcoinTestnet3"
                | "BitcoinCash"
                | "BitcoinCashTestnet"
                | "Bob"
                | "BobSepolia"
                | "Bsc"
                | "BscTestnet"
                | "Canton"
                | "CantonDevnet"
                | "CantonTestnet"
                | "Cardano"
                | "CardanoPreprod"
                | "Celo"
                | "CeloAlfajores"
                | "Codex"
                | "CodexSepolia"
                | "CosmosHub4"
                | "CosmosIcsTestnet"
                | "Dogecoin"
                | "DogecoinTestnet"
                | "Ethereum"
                | "EthereumGoerli"
                | "EthereumSepolia"
                | "EthereumHolesky"
                | "EthereumHoodi"
                | "FantomOpera"
                | "FantomTestnet"
                | "FlareC"
                | "FlareCCoston2"
                | "FlowEvm"
                | "FlowEvmTestnet"
                | "Hedera"
                | "HederaTestnet"
                | "Ink"
                | "InkSepolia"
                | "InternetComputer"
                | "Ion"
                | "IonTestnet"
                | "Iota"
                | "IotaTestnet"
                | "IotaZodianet"
                | "Kaspa"
                | "KaspaTestnet11"
                | "Kusama"
                | "KusamaAssetHub"
                | "Litecoin"
                | "LitecoinTestnet"
                | "Near"
                | "NearTestnet"
                | "Optimism"
                | "OptimismGoerli"
                | "OptimismSepolia"
                | "Origyn"
                | "Plasma"
                | "PlasmaTestnet"
                | "Plume"
                | "PlumeSepolia"
                | "Paseo"
                | "PaseoAssetHub"
                | "Polkadot"
                | "PolkadotAssetHub"
                | "Polygon"
                | "PolygonAmoy"
                | "PolygonMumbai"
                | "Polymesh"
                | "PolymeshTestnet"
                | "Race"
                | "RaceSepolia"
                | "SeiAtlantic2"
                | "SeiPacific1"
                | "Solana"
                | "SolanaDevnet"
                | "Sonic"
                | "SonicTestnet"
                | "Starknet"
                | "StarknetSepolia"
                | "Stellar"
                | "StellarTestnet"
                | "Sui"
                | "SuiTestnet"
                | "Tsc"
                | "TscTestnet1"
                | "Tezos"
                | "TezosGhostnet"
                | "Ton"
                | "TonTestnet"
                | "Tron"
                | "TronNile"
                | "Westend"
                | "WestendAssetHub"
                | "XrpLedger"
                | "XrpLedgerTestnet";
                timestamp: string;
                to: string;
                tokenId: string;
                txHash: string;
                walletId: string;
            }
            | {
                blockNumber: number;
                direction: "In"
                | "Out";
                fee?: string;
                from?: string;
                index?: string;
                kind: "SplTransfer" | "Spl2022Transfer";
                metadata: {
                    asset: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                    fee?: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                };
                mint: string;
                network: | "Algorand"
                | "AlgorandTestnet"
                | "Aptos"
                | "AptosTestnet"
                | "ArbitrumOne"
                | "ArbitrumGoerli"
                | "ArbitrumSepolia"
                | "AvalancheC"
                | "AvalancheCFuji"
                | "Adi"
                | "AdiTestnet"
                | "AdiTestnetAb"
                | "BabylonGenesis"
                | "BabylonTestnet5"
                | "Base"
                | "BaseGoerli"
                | "BaseSepolia"
                | "Berachain"
                | "BerachainBArtio"
                | "BerachainBepolia"
                | "Bitcoin"
                | "BitcoinSignet"
                | "BitcoinTestnet3"
                | "BitcoinCash"
                | "BitcoinCashTestnet"
                | "Bob"
                | "BobSepolia"
                | "Bsc"
                | "BscTestnet"
                | "Canton"
                | "CantonDevnet"
                | "CantonTestnet"
                | "Cardano"
                | "CardanoPreprod"
                | "Celo"
                | "CeloAlfajores"
                | "Codex"
                | "CodexSepolia"
                | "CosmosHub4"
                | "CosmosIcsTestnet"
                | "Dogecoin"
                | "DogecoinTestnet"
                | "Ethereum"
                | "EthereumGoerli"
                | "EthereumSepolia"
                | "EthereumHolesky"
                | "EthereumHoodi"
                | "FantomOpera"
                | "FantomTestnet"
                | "FlareC"
                | "FlareCCoston2"
                | "FlowEvm"
                | "FlowEvmTestnet"
                | "Hedera"
                | "HederaTestnet"
                | "Ink"
                | "InkSepolia"
                | "InternetComputer"
                | "Ion"
                | "IonTestnet"
                | "Iota"
                | "IotaTestnet"
                | "IotaZodianet"
                | "Kaspa"
                | "KaspaTestnet11"
                | "Kusama"
                | "KusamaAssetHub"
                | "Litecoin"
                | "LitecoinTestnet"
                | "Near"
                | "NearTestnet"
                | "Optimism"
                | "OptimismGoerli"
                | "OptimismSepolia"
                | "Origyn"
                | "Plasma"
                | "PlasmaTestnet"
                | "Plume"
                | "PlumeSepolia"
                | "Paseo"
                | "PaseoAssetHub"
                | "Polkadot"
                | "PolkadotAssetHub"
                | "Polygon"
                | "PolygonAmoy"
                | "PolygonMumbai"
                | "Polymesh"
                | "PolymeshTestnet"
                | "Race"
                | "RaceSepolia"
                | "SeiAtlantic2"
                | "SeiPacific1"
                | "Solana"
                | "SolanaDevnet"
                | "Sonic"
                | "SonicTestnet"
                | "Starknet"
                | "StarknetSepolia"
                | "Stellar"
                | "StellarTestnet"
                | "Sui"
                | "SuiTestnet"
                | "Tsc"
                | "TscTestnet1"
                | "Tezos"
                | "TezosGhostnet"
                | "Ton"
                | "TonTestnet"
                | "Tron"
                | "TronNile"
                | "Westend"
                | "WestendAssetHub"
                | "XrpLedger"
                | "XrpLedgerTestnet";
                timestamp: string;
                to?: string;
                txHash: string;
                value: string;
                walletId: string;
            }
            | {
                blockNumber: number;
                direction: "In"
                | "Out";
                fee?: string;
                from: string;
                index?: string;
                kind: "Tep74Transfer";
                master: string;
                metadata: {
                    asset: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                    fee?: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                };
                network: | "Algorand"
                | "AlgorandTestnet"
                | "Aptos"
                | "AptosTestnet"
                | "ArbitrumOne"
                | "ArbitrumGoerli"
                | "ArbitrumSepolia"
                | "AvalancheC"
                | "AvalancheCFuji"
                | "Adi"
                | "AdiTestnet"
                | "AdiTestnetAb"
                | "BabylonGenesis"
                | "BabylonTestnet5"
                | "Base"
                | "BaseGoerli"
                | "BaseSepolia"
                | "Berachain"
                | "BerachainBArtio"
                | "BerachainBepolia"
                | "Bitcoin"
                | "BitcoinSignet"
                | "BitcoinTestnet3"
                | "BitcoinCash"
                | "BitcoinCashTestnet"
                | "Bob"
                | "BobSepolia"
                | "Bsc"
                | "BscTestnet"
                | "Canton"
                | "CantonDevnet"
                | "CantonTestnet"
                | "Cardano"
                | "CardanoPreprod"
                | "Celo"
                | "CeloAlfajores"
                | "Codex"
                | "CodexSepolia"
                | "CosmosHub4"
                | "CosmosIcsTestnet"
                | "Dogecoin"
                | "DogecoinTestnet"
                | "Ethereum"
                | "EthereumGoerli"
                | "EthereumSepolia"
                | "EthereumHolesky"
                | "EthereumHoodi"
                | "FantomOpera"
                | "FantomTestnet"
                | "FlareC"
                | "FlareCCoston2"
                | "FlowEvm"
                | "FlowEvmTestnet"
                | "Hedera"
                | "HederaTestnet"
                | "Ink"
                | "InkSepolia"
                | "InternetComputer"
                | "Ion"
                | "IonTestnet"
                | "Iota"
                | "IotaTestnet"
                | "IotaZodianet"
                | "Kaspa"
                | "KaspaTestnet11"
                | "Kusama"
                | "KusamaAssetHub"
                | "Litecoin"
                | "LitecoinTestnet"
                | "Near"
                | "NearTestnet"
                | "Optimism"
                | "OptimismGoerli"
                | "OptimismSepolia"
                | "Origyn"
                | "Plasma"
                | "PlasmaTestnet"
                | "Plume"
                | "PlumeSepolia"
                | "Paseo"
                | "PaseoAssetHub"
                | "Polkadot"
                | "PolkadotAssetHub"
                | "Polygon"
                | "PolygonAmoy"
                | "PolygonMumbai"
                | "Polymesh"
                | "PolymeshTestnet"
                | "Race"
                | "RaceSepolia"
                | "SeiAtlantic2"
                | "SeiPacific1"
                | "Solana"
                | "SolanaDevnet"
                | "Sonic"
                | "SonicTestnet"
                | "Starknet"
                | "StarknetSepolia"
                | "Stellar"
                | "StellarTestnet"
                | "Sui"
                | "SuiTestnet"
                | "Tsc"
                | "TscTestnet1"
                | "Tezos"
                | "TezosGhostnet"
                | "Ton"
                | "TonTestnet"
                | "Tron"
                | "TronNile"
                | "Westend"
                | "WestendAssetHub"
                | "XrpLedger"
                | "XrpLedgerTestnet";
                timestamp: string;
                to?: string;
                txHash: string;
                value: string;
                walletId: string;
            }
            | {
                blockNumber: number;
                direction: "In"
                | "Out";
                fee?: string;
                from: string;
                index?: string;
                kind: "Trc10Transfer";
                metadata: {
                    asset: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                    fee?: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                };
                network: | "Algorand"
                | "AlgorandTestnet"
                | "Aptos"
                | "AptosTestnet"
                | "ArbitrumOne"
                | "ArbitrumGoerli"
                | "ArbitrumSepolia"
                | "AvalancheC"
                | "AvalancheCFuji"
                | "Adi"
                | "AdiTestnet"
                | "AdiTestnetAb"
                | "BabylonGenesis"
                | "BabylonTestnet5"
                | "Base"
                | "BaseGoerli"
                | "BaseSepolia"
                | "Berachain"
                | "BerachainBArtio"
                | "BerachainBepolia"
                | "Bitcoin"
                | "BitcoinSignet"
                | "BitcoinTestnet3"
                | "BitcoinCash"
                | "BitcoinCashTestnet"
                | "Bob"
                | "BobSepolia"
                | "Bsc"
                | "BscTestnet"
                | "Canton"
                | "CantonDevnet"
                | "CantonTestnet"
                | "Cardano"
                | "CardanoPreprod"
                | "Celo"
                | "CeloAlfajores"
                | "Codex"
                | "CodexSepolia"
                | "CosmosHub4"
                | "CosmosIcsTestnet"
                | "Dogecoin"
                | "DogecoinTestnet"
                | "Ethereum"
                | "EthereumGoerli"
                | "EthereumSepolia"
                | "EthereumHolesky"
                | "EthereumHoodi"
                | "FantomOpera"
                | "FantomTestnet"
                | "FlareC"
                | "FlareCCoston2"
                | "FlowEvm"
                | "FlowEvmTestnet"
                | "Hedera"
                | "HederaTestnet"
                | "Ink"
                | "InkSepolia"
                | "InternetComputer"
                | "Ion"
                | "IonTestnet"
                | "Iota"
                | "IotaTestnet"
                | "IotaZodianet"
                | "Kaspa"
                | "KaspaTestnet11"
                | "Kusama"
                | "KusamaAssetHub"
                | "Litecoin"
                | "LitecoinTestnet"
                | "Near"
                | "NearTestnet"
                | "Optimism"
                | "OptimismGoerli"
                | "OptimismSepolia"
                | "Origyn"
                | "Plasma"
                | "PlasmaTestnet"
                | "Plume"
                | "PlumeSepolia"
                | "Paseo"
                | "PaseoAssetHub"
                | "Polkadot"
                | "PolkadotAssetHub"
                | "Polygon"
                | "PolygonAmoy"
                | "PolygonMumbai"
                | "Polymesh"
                | "PolymeshTestnet"
                | "Race"
                | "RaceSepolia"
                | "SeiAtlantic2"
                | "SeiPacific1"
                | "Solana"
                | "SolanaDevnet"
                | "Sonic"
                | "SonicTestnet"
                | "Starknet"
                | "StarknetSepolia"
                | "Stellar"
                | "StellarTestnet"
                | "Sui"
                | "SuiTestnet"
                | "Tsc"
                | "TscTestnet1"
                | "Tezos"
                | "TezosGhostnet"
                | "Ton"
                | "TonTestnet"
                | "Tron"
                | "TronNile"
                | "Westend"
                | "WestendAssetHub"
                | "XrpLedger"
                | "XrpLedgerTestnet";
                timestamp: string;
                to: string;
                tokenId: string;
                txHash: string;
                value: string;
                walletId: string;
            }
            | {
                blockNumber: number;
                contract: string;
                direction: "In"
                | "Out";
                fee?: string;
                from: string;
                index?: string;
                kind: "Trc20Transfer";
                metadata: {
                    asset: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                    fee?: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                };
                network: | "Algorand"
                | "AlgorandTestnet"
                | "Aptos"
                | "AptosTestnet"
                | "ArbitrumOne"
                | "ArbitrumGoerli"
                | "ArbitrumSepolia"
                | "AvalancheC"
                | "AvalancheCFuji"
                | "Adi"
                | "AdiTestnet"
                | "AdiTestnetAb"
                | "BabylonGenesis"
                | "BabylonTestnet5"
                | "Base"
                | "BaseGoerli"
                | "BaseSepolia"
                | "Berachain"
                | "BerachainBArtio"
                | "BerachainBepolia"
                | "Bitcoin"
                | "BitcoinSignet"
                | "BitcoinTestnet3"
                | "BitcoinCash"
                | "BitcoinCashTestnet"
                | "Bob"
                | "BobSepolia"
                | "Bsc"
                | "BscTestnet"
                | "Canton"
                | "CantonDevnet"
                | "CantonTestnet"
                | "Cardano"
                | "CardanoPreprod"
                | "Celo"
                | "CeloAlfajores"
                | "Codex"
                | "CodexSepolia"
                | "CosmosHub4"
                | "CosmosIcsTestnet"
                | "Dogecoin"
                | "DogecoinTestnet"
                | "Ethereum"
                | "EthereumGoerli"
                | "EthereumSepolia"
                | "EthereumHolesky"
                | "EthereumHoodi"
                | "FantomOpera"
                | "FantomTestnet"
                | "FlareC"
                | "FlareCCoston2"
                | "FlowEvm"
                | "FlowEvmTestnet"
                | "Hedera"
                | "HederaTestnet"
                | "Ink"
                | "InkSepolia"
                | "InternetComputer"
                | "Ion"
                | "IonTestnet"
                | "Iota"
                | "IotaTestnet"
                | "IotaZodianet"
                | "Kaspa"
                | "KaspaTestnet11"
                | "Kusama"
                | "KusamaAssetHub"
                | "Litecoin"
                | "LitecoinTestnet"
                | "Near"
                | "NearTestnet"
                | "Optimism"
                | "OptimismGoerli"
                | "OptimismSepolia"
                | "Origyn"
                | "Plasma"
                | "PlasmaTestnet"
                | "Plume"
                | "PlumeSepolia"
                | "Paseo"
                | "PaseoAssetHub"
                | "Polkadot"
                | "PolkadotAssetHub"
                | "Polygon"
                | "PolygonAmoy"
                | "PolygonMumbai"
                | "Polymesh"
                | "PolymeshTestnet"
                | "Race"
                | "RaceSepolia"
                | "SeiAtlantic2"
                | "SeiPacific1"
                | "Solana"
                | "SolanaDevnet"
                | "Sonic"
                | "SonicTestnet"
                | "Starknet"
                | "StarknetSepolia"
                | "Stellar"
                | "StellarTestnet"
                | "Sui"
                | "SuiTestnet"
                | "Tsc"
                | "TscTestnet1"
                | "Tezos"
                | "TezosGhostnet"
                | "Ton"
                | "TonTestnet"
                | "Tron"
                | "TronNile"
                | "Westend"
                | "WestendAssetHub"
                | "XrpLedger"
                | "XrpLedgerTestnet";
                timestamp: string;
                to: string;
                txHash: string;
                value: string;
                walletId: string;
            }
            | {
                blockNumber: number;
                contract: string;
                direction: "In"
                | "Out";
                fee?: string;
                from: string;
                index?: string;
                kind: "Trc721Transfer";
                metadata: {
                    asset: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                    fee?: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                };
                network: | "Algorand"
                | "AlgorandTestnet"
                | "Aptos"
                | "AptosTestnet"
                | "ArbitrumOne"
                | "ArbitrumGoerli"
                | "ArbitrumSepolia"
                | "AvalancheC"
                | "AvalancheCFuji"
                | "Adi"
                | "AdiTestnet"
                | "AdiTestnetAb"
                | "BabylonGenesis"
                | "BabylonTestnet5"
                | "Base"
                | "BaseGoerli"
                | "BaseSepolia"
                | "Berachain"
                | "BerachainBArtio"
                | "BerachainBepolia"
                | "Bitcoin"
                | "BitcoinSignet"
                | "BitcoinTestnet3"
                | "BitcoinCash"
                | "BitcoinCashTestnet"
                | "Bob"
                | "BobSepolia"
                | "Bsc"
                | "BscTestnet"
                | "Canton"
                | "CantonDevnet"
                | "CantonTestnet"
                | "Cardano"
                | "CardanoPreprod"
                | "Celo"
                | "CeloAlfajores"
                | "Codex"
                | "CodexSepolia"
                | "CosmosHub4"
                | "CosmosIcsTestnet"
                | "Dogecoin"
                | "DogecoinTestnet"
                | "Ethereum"
                | "EthereumGoerli"
                | "EthereumSepolia"
                | "EthereumHolesky"
                | "EthereumHoodi"
                | "FantomOpera"
                | "FantomTestnet"
                | "FlareC"
                | "FlareCCoston2"
                | "FlowEvm"
                | "FlowEvmTestnet"
                | "Hedera"
                | "HederaTestnet"
                | "Ink"
                | "InkSepolia"
                | "InternetComputer"
                | "Ion"
                | "IonTestnet"
                | "Iota"
                | "IotaTestnet"
                | "IotaZodianet"
                | "Kaspa"
                | "KaspaTestnet11"
                | "Kusama"
                | "KusamaAssetHub"
                | "Litecoin"
                | "LitecoinTestnet"
                | "Near"
                | "NearTestnet"
                | "Optimism"
                | "OptimismGoerli"
                | "OptimismSepolia"
                | "Origyn"
                | "Plasma"
                | "PlasmaTestnet"
                | "Plume"
                | "PlumeSepolia"
                | "Paseo"
                | "PaseoAssetHub"
                | "Polkadot"
                | "PolkadotAssetHub"
                | "Polygon"
                | "PolygonAmoy"
                | "PolygonMumbai"
                | "Polymesh"
                | "PolymeshTestnet"
                | "Race"
                | "RaceSepolia"
                | "SeiAtlantic2"
                | "SeiPacific1"
                | "Solana"
                | "SolanaDevnet"
                | "Sonic"
                | "SonicTestnet"
                | "Starknet"
                | "StarknetSepolia"
                | "Stellar"
                | "StellarTestnet"
                | "Sui"
                | "SuiTestnet"
                | "Tsc"
                | "TscTestnet1"
                | "Tezos"
                | "TezosGhostnet"
                | "Ton"
                | "TonTestnet"
                | "Tron"
                | "TronNile"
                | "Westend"
                | "WestendAssetHub"
                | "XrpLedger"
                | "XrpLedgerTestnet";
                timestamp: string;
                to: string;
                tokenId: string;
                txHash: string;
                walletId: string;
            }
            | {
                blockNumber: number;
                direction: "In"
                | "Out";
                fee?: string;
                froms: string[];
                index?: string;
                kind: "UtxoTransfer";
                metadata: {
                    asset: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                    fee?: {
                        decimals?: number;
                        quotes?: { [x: string]: number };
                        symbol?: string;
                        verified?: boolean;
                    };
                };
                network: | "Algorand"
                | "AlgorandTestnet"
                | "Aptos"
                | "AptosTestnet"
                | "ArbitrumOne"
                | "ArbitrumGoerli"
                | "ArbitrumSepolia"
                | "AvalancheC"
                | "AvalancheCFuji"
                | "Adi"
                | "AdiTestnet"
                | "AdiTestnetAb"
                | "BabylonGenesis"
                | "BabylonTestnet5"
                | "Base"
                | "BaseGoerli"
                | "BaseSepolia"
                | "Berachain"
                | "BerachainBArtio"
                | "BerachainBepolia"
                | "Bitcoin"
                | "BitcoinSignet"
                | "BitcoinTestnet3"
                | "BitcoinCash"
                | "BitcoinCashTestnet"
                | "Bob"
                | "BobSepolia"
                | "Bsc"
                | "BscTestnet"
                | "Canton"
                | "CantonDevnet"
                | "CantonTestnet"
                | "Cardano"
                | "CardanoPreprod"
                | "Celo"
                | "CeloAlfajores"
                | "Codex"
                | "CodexSepolia"
                | "CosmosHub4"
                | "CosmosIcsTestnet"
                | "Dogecoin"
                | "DogecoinTestnet"
                | "Ethereum"
                | "EthereumGoerli"
                | "EthereumSepolia"
                | "EthereumHolesky"
                | "EthereumHoodi"
                | "FantomOpera"
                | "FantomTestnet"
                | "FlareC"
                | "FlareCCoston2"
                | "FlowEvm"
                | "FlowEvmTestnet"
                | "Hedera"
                | "HederaTestnet"
                | "Ink"
                | "InkSepolia"
                | "InternetComputer"
                | "Ion"
                | "IonTestnet"
                | "Iota"
                | "IotaTestnet"
                | "IotaZodianet"
                | "Kaspa"
                | "KaspaTestnet11"
                | "Kusama"
                | "KusamaAssetHub"
                | "Litecoin"
                | "LitecoinTestnet"
                | "Near"
                | "NearTestnet"
                | "Optimism"
                | "OptimismGoerli"
                | "OptimismSepolia"
                | "Origyn"
                | "Plasma"
                | "PlasmaTestnet"
                | "Plume"
                | "PlumeSepolia"
                | "Paseo"
                | "PaseoAssetHub"
                | "Polkadot"
                | "PolkadotAssetHub"
                | "Polygon"
                | "PolygonAmoy"
                | "PolygonMumbai"
                | "Polymesh"
                | "PolymeshTestnet"
                | "Race"
                | "RaceSepolia"
                | "SeiAtlantic2"
                | "SeiPacific1"
                | "Solana"
                | "SolanaDevnet"
                | "Sonic"
                | "SonicTestnet"
                | "Starknet"
                | "StarknetSepolia"
                | "Stellar"
                | "StellarTestnet"
                | "Sui"
                | "SuiTestnet"
                | "Tsc"
                | "TscTestnet1"
                | "Tezos"
                | "TezosGhostnet"
                | "Ton"
                | "TonTestnet"
                | "Tron"
                | "TronNile"
                | "Westend"
                | "WestendAssetHub"
                | "XrpLedger"
                | "XrpLedgerTestnet";
                timestamp: string;
                tos: string[];
                txHash: string;
                value: string;
                walletId: string;
            }
        )[];
        network: | "Algorand"
        | "AlgorandTestnet"
        | "Aptos"
        | "AptosTestnet"
        | "ArbitrumOne"
        | "ArbitrumGoerli"
        | "ArbitrumSepolia"
        | "AvalancheC"
        | "AvalancheCFuji"
        | "Adi"
        | "AdiTestnet"
        | "AdiTestnetAb"
        | "BabylonGenesis"
        | "BabylonTestnet5"
        | "Base"
        | "BaseGoerli"
        | "BaseSepolia"
        | "Berachain"
        | "BerachainBArtio"
        | "BerachainBepolia"
        | "Bitcoin"
        | "BitcoinSignet"
        | "BitcoinTestnet3"
        | "BitcoinCash"
        | "BitcoinCashTestnet"
        | "Bob"
        | "BobSepolia"
        | "Bsc"
        | "BscTestnet"
        | "Canton"
        | "CantonDevnet"
        | "CantonTestnet"
        | "Cardano"
        | "CardanoPreprod"
        | "Celo"
        | "CeloAlfajores"
        | "Codex"
        | "CodexSepolia"
        | "CosmosHub4"
        | "CosmosIcsTestnet"
        | "Dogecoin"
        | "DogecoinTestnet"
        | "Ethereum"
        | "EthereumGoerli"
        | "EthereumSepolia"
        | "EthereumHolesky"
        | "EthereumHoodi"
        | "FantomOpera"
        | "FantomTestnet"
        | "FlareC"
        | "FlareCCoston2"
        | "FlowEvm"
        | "FlowEvmTestnet"
        | "Hedera"
        | "HederaTestnet"
        | "Ink"
        | "InkSepolia"
        | "InternetComputer"
        | "Ion"
        | "IonTestnet"
        | "Iota"
        | "IotaTestnet"
        | "IotaZodianet"
        | "Kaspa"
        | "KaspaTestnet11"
        | "Kusama"
        | "KusamaAssetHub"
        | "Litecoin"
        | "LitecoinTestnet"
        | "Near"
        | "NearTestnet"
        | "Optimism"
        | "OptimismGoerli"
        | "OptimismSepolia"
        | "Origyn"
        | "Plasma"
        | "PlasmaTestnet"
        | "Plume"
        | "PlumeSepolia"
        | "Paseo"
        | "PaseoAssetHub"
        | "Polkadot"
        | "PolkadotAssetHub"
        | "Polygon"
        | "PolygonAmoy"
        | "PolygonMumbai"
        | "Polymesh"
        | "PolymeshTestnet"
        | "Race"
        | "RaceSepolia"
        | "SeiAtlantic2"
        | "SeiPacific1"
        | "Solana"
        | "SolanaDevnet"
        | "Sonic"
        | "SonicTestnet"
        | "Starknet"
        | "StarknetSepolia"
        | "Stellar"
        | "StellarTestnet"
        | "Sui"
        | "SuiTestnet"
        | "Tsc"
        | "TscTestnet1"
        | "Tezos"
        | "TezosGhostnet"
        | "Ton"
        | "TonTestnet"
        | "Tron"
        | "TronNile"
        | "Westend"
        | "WestendAssetHub"
        | "XrpLedger"
        | "XrpLedgerTestnet";
        nextPageToken?: string;
        walletId: string;
    }
    Index

    Properties

    items: (
        | {
            balanceId?: string;
            blockNumber: number;
            decimals: number;
            direction: "In"
            | "Out";
            fee?: string;
            from?: string;
            index?: string;
            kind: "NativeTransfer";
            liquidityPool?: string;
            memo?: string;
            metadata: {
                asset: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
                fee?: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
            };
            network: | "Algorand"
            | "AlgorandTestnet"
            | "Aptos"
            | "AptosTestnet"
            | "ArbitrumOne"
            | "ArbitrumGoerli"
            | "ArbitrumSepolia"
            | "AvalancheC"
            | "AvalancheCFuji"
            | "Adi"
            | "AdiTestnet"
            | "AdiTestnetAb"
            | "BabylonGenesis"
            | "BabylonTestnet5"
            | "Base"
            | "BaseGoerli"
            | "BaseSepolia"
            | "Berachain"
            | "BerachainBArtio"
            | "BerachainBepolia"
            | "Bitcoin"
            | "BitcoinSignet"
            | "BitcoinTestnet3"
            | "BitcoinCash"
            | "BitcoinCashTestnet"
            | "Bob"
            | "BobSepolia"
            | "Bsc"
            | "BscTestnet"
            | "Canton"
            | "CantonDevnet"
            | "CantonTestnet"
            | "Cardano"
            | "CardanoPreprod"
            | "Celo"
            | "CeloAlfajores"
            | "Codex"
            | "CodexSepolia"
            | "CosmosHub4"
            | "CosmosIcsTestnet"
            | "Dogecoin"
            | "DogecoinTestnet"
            | "Ethereum"
            | "EthereumGoerli"
            | "EthereumSepolia"
            | "EthereumHolesky"
            | "EthereumHoodi"
            | "FantomOpera"
            | "FantomTestnet"
            | "FlareC"
            | "FlareCCoston2"
            | "FlowEvm"
            | "FlowEvmTestnet"
            | "Hedera"
            | "HederaTestnet"
            | "Ink"
            | "InkSepolia"
            | "InternetComputer"
            | "Ion"
            | "IonTestnet"
            | "Iota"
            | "IotaTestnet"
            | "IotaZodianet"
            | "Kaspa"
            | "KaspaTestnet11"
            | "Kusama"
            | "KusamaAssetHub"
            | "Litecoin"
            | "LitecoinTestnet"
            | "Near"
            | "NearTestnet"
            | "Optimism"
            | "OptimismGoerli"
            | "OptimismSepolia"
            | "Origyn"
            | "Plasma"
            | "PlasmaTestnet"
            | "Plume"
            | "PlumeSepolia"
            | "Paseo"
            | "PaseoAssetHub"
            | "Polkadot"
            | "PolkadotAssetHub"
            | "Polygon"
            | "PolygonAmoy"
            | "PolygonMumbai"
            | "Polymesh"
            | "PolymeshTestnet"
            | "Race"
            | "RaceSepolia"
            | "SeiAtlantic2"
            | "SeiPacific1"
            | "Solana"
            | "SolanaDevnet"
            | "Sonic"
            | "SonicTestnet"
            | "Starknet"
            | "StarknetSepolia"
            | "Stellar"
            | "StellarTestnet"
            | "Sui"
            | "SuiTestnet"
            | "Tsc"
            | "TscTestnet1"
            | "Tezos"
            | "TezosGhostnet"
            | "Ton"
            | "TonTestnet"
            | "Tron"
            | "TronNile"
            | "Westend"
            | "WestendAssetHub"
            | "XrpLedger"
            | "XrpLedgerTestnet";
            symbol: string;
            timestamp: string;
            to?: string;
            txHash: string;
            value: string;
            verified?: boolean;
            walletId: string;
        }
        | {
            blockNumber: number;
            direction: "In"
            | "Out";
            fee?: string;
            from: string;
            index?: string;
            kind: "Aip21Transfer";
            metadata: {
                asset: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
                fee?: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
            };
            metadataAddress: string;
            network: | "Algorand"
            | "AlgorandTestnet"
            | "Aptos"
            | "AptosTestnet"
            | "ArbitrumOne"
            | "ArbitrumGoerli"
            | "ArbitrumSepolia"
            | "AvalancheC"
            | "AvalancheCFuji"
            | "Adi"
            | "AdiTestnet"
            | "AdiTestnetAb"
            | "BabylonGenesis"
            | "BabylonTestnet5"
            | "Base"
            | "BaseGoerli"
            | "BaseSepolia"
            | "Berachain"
            | "BerachainBArtio"
            | "BerachainBepolia"
            | "Bitcoin"
            | "BitcoinSignet"
            | "BitcoinTestnet3"
            | "BitcoinCash"
            | "BitcoinCashTestnet"
            | "Bob"
            | "BobSepolia"
            | "Bsc"
            | "BscTestnet"
            | "Canton"
            | "CantonDevnet"
            | "CantonTestnet"
            | "Cardano"
            | "CardanoPreprod"
            | "Celo"
            | "CeloAlfajores"
            | "Codex"
            | "CodexSepolia"
            | "CosmosHub4"
            | "CosmosIcsTestnet"
            | "Dogecoin"
            | "DogecoinTestnet"
            | "Ethereum"
            | "EthereumGoerli"
            | "EthereumSepolia"
            | "EthereumHolesky"
            | "EthereumHoodi"
            | "FantomOpera"
            | "FantomTestnet"
            | "FlareC"
            | "FlareCCoston2"
            | "FlowEvm"
            | "FlowEvmTestnet"
            | "Hedera"
            | "HederaTestnet"
            | "Ink"
            | "InkSepolia"
            | "InternetComputer"
            | "Ion"
            | "IonTestnet"
            | "Iota"
            | "IotaTestnet"
            | "IotaZodianet"
            | "Kaspa"
            | "KaspaTestnet11"
            | "Kusama"
            | "KusamaAssetHub"
            | "Litecoin"
            | "LitecoinTestnet"
            | "Near"
            | "NearTestnet"
            | "Optimism"
            | "OptimismGoerli"
            | "OptimismSepolia"
            | "Origyn"
            | "Plasma"
            | "PlasmaTestnet"
            | "Plume"
            | "PlumeSepolia"
            | "Paseo"
            | "PaseoAssetHub"
            | "Polkadot"
            | "PolkadotAssetHub"
            | "Polygon"
            | "PolygonAmoy"
            | "PolygonMumbai"
            | "Polymesh"
            | "PolymeshTestnet"
            | "Race"
            | "RaceSepolia"
            | "SeiAtlantic2"
            | "SeiPacific1"
            | "Solana"
            | "SolanaDevnet"
            | "Sonic"
            | "SonicTestnet"
            | "Starknet"
            | "StarknetSepolia"
            | "Stellar"
            | "StellarTestnet"
            | "Sui"
            | "SuiTestnet"
            | "Tsc"
            | "TscTestnet1"
            | "Tezos"
            | "TezosGhostnet"
            | "Ton"
            | "TonTestnet"
            | "Tron"
            | "TronNile"
            | "Westend"
            | "WestendAssetHub"
            | "XrpLedger"
            | "XrpLedgerTestnet";
            timestamp: string;
            to: string;
            txHash: string;
            value: string;
            walletId: string;
        }
        | {
            assetId: string;
            blockNumber: number;
            clawback?: boolean;
            direction: "In"
            | "Out";
            fee?: string;
            from: string;
            index?: string;
            kind: "AsaTransfer";
            metadata: {
                asset: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
                fee?: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
            };
            network: | "Algorand"
            | "AlgorandTestnet"
            | "Aptos"
            | "AptosTestnet"
            | "ArbitrumOne"
            | "ArbitrumGoerli"
            | "ArbitrumSepolia"
            | "AvalancheC"
            | "AvalancheCFuji"
            | "Adi"
            | "AdiTestnet"
            | "AdiTestnetAb"
            | "BabylonGenesis"
            | "BabylonTestnet5"
            | "Base"
            | "BaseGoerli"
            | "BaseSepolia"
            | "Berachain"
            | "BerachainBArtio"
            | "BerachainBepolia"
            | "Bitcoin"
            | "BitcoinSignet"
            | "BitcoinTestnet3"
            | "BitcoinCash"
            | "BitcoinCashTestnet"
            | "Bob"
            | "BobSepolia"
            | "Bsc"
            | "BscTestnet"
            | "Canton"
            | "CantonDevnet"
            | "CantonTestnet"
            | "Cardano"
            | "CardanoPreprod"
            | "Celo"
            | "CeloAlfajores"
            | "Codex"
            | "CodexSepolia"
            | "CosmosHub4"
            | "CosmosIcsTestnet"
            | "Dogecoin"
            | "DogecoinTestnet"
            | "Ethereum"
            | "EthereumGoerli"
            | "EthereumSepolia"
            | "EthereumHolesky"
            | "EthereumHoodi"
            | "FantomOpera"
            | "FantomTestnet"
            | "FlareC"
            | "FlareCCoston2"
            | "FlowEvm"
            | "FlowEvmTestnet"
            | "Hedera"
            | "HederaTestnet"
            | "Ink"
            | "InkSepolia"
            | "InternetComputer"
            | "Ion"
            | "IonTestnet"
            | "Iota"
            | "IotaTestnet"
            | "IotaZodianet"
            | "Kaspa"
            | "KaspaTestnet11"
            | "Kusama"
            | "KusamaAssetHub"
            | "Litecoin"
            | "LitecoinTestnet"
            | "Near"
            | "NearTestnet"
            | "Optimism"
            | "OptimismGoerli"
            | "OptimismSepolia"
            | "Origyn"
            | "Plasma"
            | "PlasmaTestnet"
            | "Plume"
            | "PlumeSepolia"
            | "Paseo"
            | "PaseoAssetHub"
            | "Polkadot"
            | "PolkadotAssetHub"
            | "Polygon"
            | "PolygonAmoy"
            | "PolygonMumbai"
            | "Polymesh"
            | "PolymeshTestnet"
            | "Race"
            | "RaceSepolia"
            | "SeiAtlantic2"
            | "SeiPacific1"
            | "Solana"
            | "SolanaDevnet"
            | "Sonic"
            | "SonicTestnet"
            | "Starknet"
            | "StarknetSepolia"
            | "Stellar"
            | "StellarTestnet"
            | "Sui"
            | "SuiTestnet"
            | "Tsc"
            | "TscTestnet1"
            | "Tezos"
            | "TezosGhostnet"
            | "Ton"
            | "TonTestnet"
            | "Tron"
            | "TronNile"
            | "Westend"
            | "WestendAssetHub"
            | "XrpLedger"
            | "XrpLedgerTestnet";
            optIn?: boolean;
            optOut?: boolean;
            timestamp: string;
            to: string;
            txHash: string;
            value: string;
            walletId: string;
        }
        | {
            assetId: string;
            blockNumber: number;
            direction: "In"
            | "Out";
            fee?: string;
            from?: string;
            index?: string;
            kind: "AssetTransfer";
            metadata: {
                asset: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
                fee?: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
            };
            network: | "Algorand"
            | "AlgorandTestnet"
            | "Aptos"
            | "AptosTestnet"
            | "ArbitrumOne"
            | "ArbitrumGoerli"
            | "ArbitrumSepolia"
            | "AvalancheC"
            | "AvalancheCFuji"
            | "Adi"
            | "AdiTestnet"
            | "AdiTestnetAb"
            | "BabylonGenesis"
            | "BabylonTestnet5"
            | "Base"
            | "BaseGoerli"
            | "BaseSepolia"
            | "Berachain"
            | "BerachainBArtio"
            | "BerachainBepolia"
            | "Bitcoin"
            | "BitcoinSignet"
            | "BitcoinTestnet3"
            | "BitcoinCash"
            | "BitcoinCashTestnet"
            | "Bob"
            | "BobSepolia"
            | "Bsc"
            | "BscTestnet"
            | "Canton"
            | "CantonDevnet"
            | "CantonTestnet"
            | "Cardano"
            | "CardanoPreprod"
            | "Celo"
            | "CeloAlfajores"
            | "Codex"
            | "CodexSepolia"
            | "CosmosHub4"
            | "CosmosIcsTestnet"
            | "Dogecoin"
            | "DogecoinTestnet"
            | "Ethereum"
            | "EthereumGoerli"
            | "EthereumSepolia"
            | "EthereumHolesky"
            | "EthereumHoodi"
            | "FantomOpera"
            | "FantomTestnet"
            | "FlareC"
            | "FlareCCoston2"
            | "FlowEvm"
            | "FlowEvmTestnet"
            | "Hedera"
            | "HederaTestnet"
            | "Ink"
            | "InkSepolia"
            | "InternetComputer"
            | "Ion"
            | "IonTestnet"
            | "Iota"
            | "IotaTestnet"
            | "IotaZodianet"
            | "Kaspa"
            | "KaspaTestnet11"
            | "Kusama"
            | "KusamaAssetHub"
            | "Litecoin"
            | "LitecoinTestnet"
            | "Near"
            | "NearTestnet"
            | "Optimism"
            | "OptimismGoerli"
            | "OptimismSepolia"
            | "Origyn"
            | "Plasma"
            | "PlasmaTestnet"
            | "Plume"
            | "PlumeSepolia"
            | "Paseo"
            | "PaseoAssetHub"
            | "Polkadot"
            | "PolkadotAssetHub"
            | "Polygon"
            | "PolygonAmoy"
            | "PolygonMumbai"
            | "Polymesh"
            | "PolymeshTestnet"
            | "Race"
            | "RaceSepolia"
            | "SeiAtlantic2"
            | "SeiPacific1"
            | "Solana"
            | "SolanaDevnet"
            | "Sonic"
            | "SonicTestnet"
            | "Starknet"
            | "StarknetSepolia"
            | "Stellar"
            | "StellarTestnet"
            | "Sui"
            | "SuiTestnet"
            | "Tsc"
            | "TscTestnet1"
            | "Tezos"
            | "TezosGhostnet"
            | "Ton"
            | "TonTestnet"
            | "Tron"
            | "TronNile"
            | "Westend"
            | "WestendAssetHub"
            | "XrpLedger"
            | "XrpLedgerTestnet";
            timestamp: string;
            to?: string;
            txHash: string;
            value: string;
            walletId: string;
        }
        | {
            blockNumber: number;
            direction: "In"
            | "Out";
            fee?: string;
            from: string;
            index?: string;
            instrumentAdmin: string;
            instrumentId: string;
            kind: "Cip56Transfer";
            memo?: string;
            metadata: {
                asset: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
                fee?: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
            };
            network: | "Algorand"
            | "AlgorandTestnet"
            | "Aptos"
            | "AptosTestnet"
            | "ArbitrumOne"
            | "ArbitrumGoerli"
            | "ArbitrumSepolia"
            | "AvalancheC"
            | "AvalancheCFuji"
            | "Adi"
            | "AdiTestnet"
            | "AdiTestnetAb"
            | "BabylonGenesis"
            | "BabylonTestnet5"
            | "Base"
            | "BaseGoerli"
            | "BaseSepolia"
            | "Berachain"
            | "BerachainBArtio"
            | "BerachainBepolia"
            | "Bitcoin"
            | "BitcoinSignet"
            | "BitcoinTestnet3"
            | "BitcoinCash"
            | "BitcoinCashTestnet"
            | "Bob"
            | "BobSepolia"
            | "Bsc"
            | "BscTestnet"
            | "Canton"
            | "CantonDevnet"
            | "CantonTestnet"
            | "Cardano"
            | "CardanoPreprod"
            | "Celo"
            | "CeloAlfajores"
            | "Codex"
            | "CodexSepolia"
            | "CosmosHub4"
            | "CosmosIcsTestnet"
            | "Dogecoin"
            | "DogecoinTestnet"
            | "Ethereum"
            | "EthereumGoerli"
            | "EthereumSepolia"
            | "EthereumHolesky"
            | "EthereumHoodi"
            | "FantomOpera"
            | "FantomTestnet"
            | "FlareC"
            | "FlareCCoston2"
            | "FlowEvm"
            | "FlowEvmTestnet"
            | "Hedera"
            | "HederaTestnet"
            | "Ink"
            | "InkSepolia"
            | "InternetComputer"
            | "Ion"
            | "IonTestnet"
            | "Iota"
            | "IotaTestnet"
            | "IotaZodianet"
            | "Kaspa"
            | "KaspaTestnet11"
            | "Kusama"
            | "KusamaAssetHub"
            | "Litecoin"
            | "LitecoinTestnet"
            | "Near"
            | "NearTestnet"
            | "Optimism"
            | "OptimismGoerli"
            | "OptimismSepolia"
            | "Origyn"
            | "Plasma"
            | "PlasmaTestnet"
            | "Plume"
            | "PlumeSepolia"
            | "Paseo"
            | "PaseoAssetHub"
            | "Polkadot"
            | "PolkadotAssetHub"
            | "Polygon"
            | "PolygonAmoy"
            | "PolygonMumbai"
            | "Polymesh"
            | "PolymeshTestnet"
            | "Race"
            | "RaceSepolia"
            | "SeiAtlantic2"
            | "SeiPacific1"
            | "Solana"
            | "SolanaDevnet"
            | "Sonic"
            | "SonicTestnet"
            | "Starknet"
            | "StarknetSepolia"
            | "Stellar"
            | "StellarTestnet"
            | "Sui"
            | "SuiTestnet"
            | "Tsc"
            | "TscTestnet1"
            | "Tezos"
            | "TezosGhostnet"
            | "Ton"
            | "TonTestnet"
            | "Tron"
            | "TronNile"
            | "Westend"
            | "WestendAssetHub"
            | "XrpLedger"
            | "XrpLedgerTestnet";
            timestamp: string;
            to: string;
            txHash: string;
            value: string;
            walletId: string;
        }
        | {
            blockNumber: number;
            coin: string;
            direction: "In"
            | "Out";
            fee?: string;
            from: string;
            index?: string;
            kind: "CoinTransfer";
            metadata: {
                asset: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
                fee?: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
            };
            network: | "Algorand"
            | "AlgorandTestnet"
            | "Aptos"
            | "AptosTestnet"
            | "ArbitrumOne"
            | "ArbitrumGoerli"
            | "ArbitrumSepolia"
            | "AvalancheC"
            | "AvalancheCFuji"
            | "Adi"
            | "AdiTestnet"
            | "AdiTestnetAb"
            | "BabylonGenesis"
            | "BabylonTestnet5"
            | "Base"
            | "BaseGoerli"
            | "BaseSepolia"
            | "Berachain"
            | "BerachainBArtio"
            | "BerachainBepolia"
            | "Bitcoin"
            | "BitcoinSignet"
            | "BitcoinTestnet3"
            | "BitcoinCash"
            | "BitcoinCashTestnet"
            | "Bob"
            | "BobSepolia"
            | "Bsc"
            | "BscTestnet"
            | "Canton"
            | "CantonDevnet"
            | "CantonTestnet"
            | "Cardano"
            | "CardanoPreprod"
            | "Celo"
            | "CeloAlfajores"
            | "Codex"
            | "CodexSepolia"
            | "CosmosHub4"
            | "CosmosIcsTestnet"
            | "Dogecoin"
            | "DogecoinTestnet"
            | "Ethereum"
            | "EthereumGoerli"
            | "EthereumSepolia"
            | "EthereumHolesky"
            | "EthereumHoodi"
            | "FantomOpera"
            | "FantomTestnet"
            | "FlareC"
            | "FlareCCoston2"
            | "FlowEvm"
            | "FlowEvmTestnet"
            | "Hedera"
            | "HederaTestnet"
            | "Ink"
            | "InkSepolia"
            | "InternetComputer"
            | "Ion"
            | "IonTestnet"
            | "Iota"
            | "IotaTestnet"
            | "IotaZodianet"
            | "Kaspa"
            | "KaspaTestnet11"
            | "Kusama"
            | "KusamaAssetHub"
            | "Litecoin"
            | "LitecoinTestnet"
            | "Near"
            | "NearTestnet"
            | "Optimism"
            | "OptimismGoerli"
            | "OptimismSepolia"
            | "Origyn"
            | "Plasma"
            | "PlasmaTestnet"
            | "Plume"
            | "PlumeSepolia"
            | "Paseo"
            | "PaseoAssetHub"
            | "Polkadot"
            | "PolkadotAssetHub"
            | "Polygon"
            | "PolygonAmoy"
            | "PolygonMumbai"
            | "Polymesh"
            | "PolymeshTestnet"
            | "Race"
            | "RaceSepolia"
            | "SeiAtlantic2"
            | "SeiPacific1"
            | "Solana"
            | "SolanaDevnet"
            | "Sonic"
            | "SonicTestnet"
            | "Starknet"
            | "StarknetSepolia"
            | "Stellar"
            | "StellarTestnet"
            | "Sui"
            | "SuiTestnet"
            | "Tsc"
            | "TscTestnet1"
            | "Tezos"
            | "TezosGhostnet"
            | "Ton"
            | "TonTestnet"
            | "Tron"
            | "TronNile"
            | "Westend"
            | "WestendAssetHub"
            | "XrpLedger"
            | "XrpLedgerTestnet";
            timestamp: string;
            tos?: string[];
            txHash: string;
            value: string;
            walletId: string;
        }
        | {
            blockNumber: number;
            contract: string;
            decimals: number;
            direction: "In"
            | "Out";
            fee?: string;
            from: string;
            index?: string;
            kind: "Erc20Transfer";
            metadata: {
                asset: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
                fee?: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
            };
            network: | "Algorand"
            | "AlgorandTestnet"
            | "Aptos"
            | "AptosTestnet"
            | "ArbitrumOne"
            | "ArbitrumGoerli"
            | "ArbitrumSepolia"
            | "AvalancheC"
            | "AvalancheCFuji"
            | "Adi"
            | "AdiTestnet"
            | "AdiTestnetAb"
            | "BabylonGenesis"
            | "BabylonTestnet5"
            | "Base"
            | "BaseGoerli"
            | "BaseSepolia"
            | "Berachain"
            | "BerachainBArtio"
            | "BerachainBepolia"
            | "Bitcoin"
            | "BitcoinSignet"
            | "BitcoinTestnet3"
            | "BitcoinCash"
            | "BitcoinCashTestnet"
            | "Bob"
            | "BobSepolia"
            | "Bsc"
            | "BscTestnet"
            | "Canton"
            | "CantonDevnet"
            | "CantonTestnet"
            | "Cardano"
            | "CardanoPreprod"
            | "Celo"
            | "CeloAlfajores"
            | "Codex"
            | "CodexSepolia"
            | "CosmosHub4"
            | "CosmosIcsTestnet"
            | "Dogecoin"
            | "DogecoinTestnet"
            | "Ethereum"
            | "EthereumGoerli"
            | "EthereumSepolia"
            | "EthereumHolesky"
            | "EthereumHoodi"
            | "FantomOpera"
            | "FantomTestnet"
            | "FlareC"
            | "FlareCCoston2"
            | "FlowEvm"
            | "FlowEvmTestnet"
            | "Hedera"
            | "HederaTestnet"
            | "Ink"
            | "InkSepolia"
            | "InternetComputer"
            | "Ion"
            | "IonTestnet"
            | "Iota"
            | "IotaTestnet"
            | "IotaZodianet"
            | "Kaspa"
            | "KaspaTestnet11"
            | "Kusama"
            | "KusamaAssetHub"
            | "Litecoin"
            | "LitecoinTestnet"
            | "Near"
            | "NearTestnet"
            | "Optimism"
            | "OptimismGoerli"
            | "OptimismSepolia"
            | "Origyn"
            | "Plasma"
            | "PlasmaTestnet"
            | "Plume"
            | "PlumeSepolia"
            | "Paseo"
            | "PaseoAssetHub"
            | "Polkadot"
            | "PolkadotAssetHub"
            | "Polygon"
            | "PolygonAmoy"
            | "PolygonMumbai"
            | "Polymesh"
            | "PolymeshTestnet"
            | "Race"
            | "RaceSepolia"
            | "SeiAtlantic2"
            | "SeiPacific1"
            | "Solana"
            | "SolanaDevnet"
            | "Sonic"
            | "SonicTestnet"
            | "Starknet"
            | "StarknetSepolia"
            | "Stellar"
            | "StellarTestnet"
            | "Sui"
            | "SuiTestnet"
            | "Tsc"
            | "TscTestnet1"
            | "Tezos"
            | "TezosGhostnet"
            | "Ton"
            | "TonTestnet"
            | "Tron"
            | "TronNile"
            | "Westend"
            | "WestendAssetHub"
            | "XrpLedger"
            | "XrpLedgerTestnet";
            symbol?: string;
            timestamp: string;
            to: string;
            txHash: string;
            value: string;
            verified?: boolean;
            walletId: string;
        }
        | {
            blockNumber: number;
            contract: string;
            direction: "In"
            | "Out";
            fee?: string;
            from: string;
            index?: string;
            kind: "Erc721Transfer";
            metadata: {
                asset: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
                fee?: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
            };
            network: | "Algorand"
            | "AlgorandTestnet"
            | "Aptos"
            | "AptosTestnet"
            | "ArbitrumOne"
            | "ArbitrumGoerli"
            | "ArbitrumSepolia"
            | "AvalancheC"
            | "AvalancheCFuji"
            | "Adi"
            | "AdiTestnet"
            | "AdiTestnetAb"
            | "BabylonGenesis"
            | "BabylonTestnet5"
            | "Base"
            | "BaseGoerli"
            | "BaseSepolia"
            | "Berachain"
            | "BerachainBArtio"
            | "BerachainBepolia"
            | "Bitcoin"
            | "BitcoinSignet"
            | "BitcoinTestnet3"
            | "BitcoinCash"
            | "BitcoinCashTestnet"
            | "Bob"
            | "BobSepolia"
            | "Bsc"
            | "BscTestnet"
            | "Canton"
            | "CantonDevnet"
            | "CantonTestnet"
            | "Cardano"
            | "CardanoPreprod"
            | "Celo"
            | "CeloAlfajores"
            | "Codex"
            | "CodexSepolia"
            | "CosmosHub4"
            | "CosmosIcsTestnet"
            | "Dogecoin"
            | "DogecoinTestnet"
            | "Ethereum"
            | "EthereumGoerli"
            | "EthereumSepolia"
            | "EthereumHolesky"
            | "EthereumHoodi"
            | "FantomOpera"
            | "FantomTestnet"
            | "FlareC"
            | "FlareCCoston2"
            | "FlowEvm"
            | "FlowEvmTestnet"
            | "Hedera"
            | "HederaTestnet"
            | "Ink"
            | "InkSepolia"
            | "InternetComputer"
            | "Ion"
            | "IonTestnet"
            | "Iota"
            | "IotaTestnet"
            | "IotaZodianet"
            | "Kaspa"
            | "KaspaTestnet11"
            | "Kusama"
            | "KusamaAssetHub"
            | "Litecoin"
            | "LitecoinTestnet"
            | "Near"
            | "NearTestnet"
            | "Optimism"
            | "OptimismGoerli"
            | "OptimismSepolia"
            | "Origyn"
            | "Plasma"
            | "PlasmaTestnet"
            | "Plume"
            | "PlumeSepolia"
            | "Paseo"
            | "PaseoAssetHub"
            | "Polkadot"
            | "PolkadotAssetHub"
            | "Polygon"
            | "PolygonAmoy"
            | "PolygonMumbai"
            | "Polymesh"
            | "PolymeshTestnet"
            | "Race"
            | "RaceSepolia"
            | "SeiAtlantic2"
            | "SeiPacific1"
            | "Solana"
            | "SolanaDevnet"
            | "Sonic"
            | "SonicTestnet"
            | "Starknet"
            | "StarknetSepolia"
            | "Stellar"
            | "StellarTestnet"
            | "Sui"
            | "SuiTestnet"
            | "Tsc"
            | "TscTestnet1"
            | "Tezos"
            | "TezosGhostnet"
            | "Ton"
            | "TonTestnet"
            | "Tron"
            | "TronNile"
            | "Westend"
            | "WestendAssetHub"
            | "XrpLedger"
            | "XrpLedgerTestnet";
            symbol?: string;
            timestamp: string;
            to: string;
            tokenId: string;
            txHash: string;
            verified?: boolean;
            walletId: string;
        }
        | {
            blockNumber: number;
            direction: "In"
            | "Out";
            fee?: string;
            from?: string;
            index?: string;
            kind: "Hip17Transfer";
            metadata: {
                asset: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
                fee?: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
            };
            network: | "Algorand"
            | "AlgorandTestnet"
            | "Aptos"
            | "AptosTestnet"
            | "ArbitrumOne"
            | "ArbitrumGoerli"
            | "ArbitrumSepolia"
            | "AvalancheC"
            | "AvalancheCFuji"
            | "Adi"
            | "AdiTestnet"
            | "AdiTestnetAb"
            | "BabylonGenesis"
            | "BabylonTestnet5"
            | "Base"
            | "BaseGoerli"
            | "BaseSepolia"
            | "Berachain"
            | "BerachainBArtio"
            | "BerachainBepolia"
            | "Bitcoin"
            | "BitcoinSignet"
            | "BitcoinTestnet3"
            | "BitcoinCash"
            | "BitcoinCashTestnet"
            | "Bob"
            | "BobSepolia"
            | "Bsc"
            | "BscTestnet"
            | "Canton"
            | "CantonDevnet"
            | "CantonTestnet"
            | "Cardano"
            | "CardanoPreprod"
            | "Celo"
            | "CeloAlfajores"
            | "Codex"
            | "CodexSepolia"
            | "CosmosHub4"
            | "CosmosIcsTestnet"
            | "Dogecoin"
            | "DogecoinTestnet"
            | "Ethereum"
            | "EthereumGoerli"
            | "EthereumSepolia"
            | "EthereumHolesky"
            | "EthereumHoodi"
            | "FantomOpera"
            | "FantomTestnet"
            | "FlareC"
            | "FlareCCoston2"
            | "FlowEvm"
            | "FlowEvmTestnet"
            | "Hedera"
            | "HederaTestnet"
            | "Ink"
            | "InkSepolia"
            | "InternetComputer"
            | "Ion"
            | "IonTestnet"
            | "Iota"
            | "IotaTestnet"
            | "IotaZodianet"
            | "Kaspa"
            | "KaspaTestnet11"
            | "Kusama"
            | "KusamaAssetHub"
            | "Litecoin"
            | "LitecoinTestnet"
            | "Near"
            | "NearTestnet"
            | "Optimism"
            | "OptimismGoerli"
            | "OptimismSepolia"
            | "Origyn"
            | "Plasma"
            | "PlasmaTestnet"
            | "Plume"
            | "PlumeSepolia"
            | "Paseo"
            | "PaseoAssetHub"
            | "Polkadot"
            | "PolkadotAssetHub"
            | "Polygon"
            | "PolygonAmoy"
            | "PolygonMumbai"
            | "Polymesh"
            | "PolymeshTestnet"
            | "Race"
            | "RaceSepolia"
            | "SeiAtlantic2"
            | "SeiPacific1"
            | "Solana"
            | "SolanaDevnet"
            | "Sonic"
            | "SonicTestnet"
            | "Starknet"
            | "StarknetSepolia"
            | "Stellar"
            | "StellarTestnet"
            | "Sui"
            | "SuiTestnet"
            | "Tsc"
            | "TscTestnet1"
            | "Tezos"
            | "TezosGhostnet"
            | "Ton"
            | "TonTestnet"
            | "Tron"
            | "TronNile"
            | "Westend"
            | "WestendAssetHub"
            | "XrpLedger"
            | "XrpLedgerTestnet";
            serialNumber: string;
            timestamp: string;
            to?: string;
            tokenId: string;
            txHash: string;
            walletId: string;
        }
        | {
            blockNumber: number;
            direction: "In"
            | "Out";
            fee?: string;
            froms: string[];
            index?: string;
            kind: "HtsTransfer";
            metadata: {
                asset: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
                fee?: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
            };
            network: | "Algorand"
            | "AlgorandTestnet"
            | "Aptos"
            | "AptosTestnet"
            | "ArbitrumOne"
            | "ArbitrumGoerli"
            | "ArbitrumSepolia"
            | "AvalancheC"
            | "AvalancheCFuji"
            | "Adi"
            | "AdiTestnet"
            | "AdiTestnetAb"
            | "BabylonGenesis"
            | "BabylonTestnet5"
            | "Base"
            | "BaseGoerli"
            | "BaseSepolia"
            | "Berachain"
            | "BerachainBArtio"
            | "BerachainBepolia"
            | "Bitcoin"
            | "BitcoinSignet"
            | "BitcoinTestnet3"
            | "BitcoinCash"
            | "BitcoinCashTestnet"
            | "Bob"
            | "BobSepolia"
            | "Bsc"
            | "BscTestnet"
            | "Canton"
            | "CantonDevnet"
            | "CantonTestnet"
            | "Cardano"
            | "CardanoPreprod"
            | "Celo"
            | "CeloAlfajores"
            | "Codex"
            | "CodexSepolia"
            | "CosmosHub4"
            | "CosmosIcsTestnet"
            | "Dogecoin"
            | "DogecoinTestnet"
            | "Ethereum"
            | "EthereumGoerli"
            | "EthereumSepolia"
            | "EthereumHolesky"
            | "EthereumHoodi"
            | "FantomOpera"
            | "FantomTestnet"
            | "FlareC"
            | "FlareCCoston2"
            | "FlowEvm"
            | "FlowEvmTestnet"
            | "Hedera"
            | "HederaTestnet"
            | "Ink"
            | "InkSepolia"
            | "InternetComputer"
            | "Ion"
            | "IonTestnet"
            | "Iota"
            | "IotaTestnet"
            | "IotaZodianet"
            | "Kaspa"
            | "KaspaTestnet11"
            | "Kusama"
            | "KusamaAssetHub"
            | "Litecoin"
            | "LitecoinTestnet"
            | "Near"
            | "NearTestnet"
            | "Optimism"
            | "OptimismGoerli"
            | "OptimismSepolia"
            | "Origyn"
            | "Plasma"
            | "PlasmaTestnet"
            | "Plume"
            | "PlumeSepolia"
            | "Paseo"
            | "PaseoAssetHub"
            | "Polkadot"
            | "PolkadotAssetHub"
            | "Polygon"
            | "PolygonAmoy"
            | "PolygonMumbai"
            | "Polymesh"
            | "PolymeshTestnet"
            | "Race"
            | "RaceSepolia"
            | "SeiAtlantic2"
            | "SeiPacific1"
            | "Solana"
            | "SolanaDevnet"
            | "Sonic"
            | "SonicTestnet"
            | "Starknet"
            | "StarknetSepolia"
            | "Stellar"
            | "StellarTestnet"
            | "Sui"
            | "SuiTestnet"
            | "Tsc"
            | "TscTestnet1"
            | "Tezos"
            | "TezosGhostnet"
            | "Ton"
            | "TonTestnet"
            | "Tron"
            | "TronNile"
            | "Westend"
            | "WestendAssetHub"
            | "XrpLedger"
            | "XrpLedgerTestnet";
            timestamp: string;
            tokenId?: string;
            tos: string[];
            txHash: string;
            value: string;
            walletId: string;
        }
        | {
            blockNumber: number;
            coin: string;
            direction: "In"
            | "Out";
            fee?: string;
            from: string;
            index?: string;
            kind: "LockedCoinTransfer";
            metadata: {
                asset: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
                fee?: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
            };
            network: | "Algorand"
            | "AlgorandTestnet"
            | "Aptos"
            | "AptosTestnet"
            | "ArbitrumOne"
            | "ArbitrumGoerli"
            | "ArbitrumSepolia"
            | "AvalancheC"
            | "AvalancheCFuji"
            | "Adi"
            | "AdiTestnet"
            | "AdiTestnetAb"
            | "BabylonGenesis"
            | "BabylonTestnet5"
            | "Base"
            | "BaseGoerli"
            | "BaseSepolia"
            | "Berachain"
            | "BerachainBArtio"
            | "BerachainBepolia"
            | "Bitcoin"
            | "BitcoinSignet"
            | "BitcoinTestnet3"
            | "BitcoinCash"
            | "BitcoinCashTestnet"
            | "Bob"
            | "BobSepolia"
            | "Bsc"
            | "BscTestnet"
            | "Canton"
            | "CantonDevnet"
            | "CantonTestnet"
            | "Cardano"
            | "CardanoPreprod"
            | "Celo"
            | "CeloAlfajores"
            | "Codex"
            | "CodexSepolia"
            | "CosmosHub4"
            | "CosmosIcsTestnet"
            | "Dogecoin"
            | "DogecoinTestnet"
            | "Ethereum"
            | "EthereumGoerli"
            | "EthereumSepolia"
            | "EthereumHolesky"
            | "EthereumHoodi"
            | "FantomOpera"
            | "FantomTestnet"
            | "FlareC"
            | "FlareCCoston2"
            | "FlowEvm"
            | "FlowEvmTestnet"
            | "Hedera"
            | "HederaTestnet"
            | "Ink"
            | "InkSepolia"
            | "InternetComputer"
            | "Ion"
            | "IonTestnet"
            | "Iota"
            | "IotaTestnet"
            | "IotaZodianet"
            | "Kaspa"
            | "KaspaTestnet11"
            | "Kusama"
            | "KusamaAssetHub"
            | "Litecoin"
            | "LitecoinTestnet"
            | "Near"
            | "NearTestnet"
            | "Optimism"
            | "OptimismGoerli"
            | "OptimismSepolia"
            | "Origyn"
            | "Plasma"
            | "PlasmaTestnet"
            | "Plume"
            | "PlumeSepolia"
            | "Paseo"
            | "PaseoAssetHub"
            | "Polkadot"
            | "PolkadotAssetHub"
            | "Polygon"
            | "PolygonAmoy"
            | "PolygonMumbai"
            | "Polymesh"
            | "PolymeshTestnet"
            | "Race"
            | "RaceSepolia"
            | "SeiAtlantic2"
            | "SeiPacific1"
            | "Solana"
            | "SolanaDevnet"
            | "Sonic"
            | "SonicTestnet"
            | "Starknet"
            | "StarknetSepolia"
            | "Stellar"
            | "StellarTestnet"
            | "Sui"
            | "SuiTestnet"
            | "Tsc"
            | "TscTestnet1"
            | "Tezos"
            | "TezosGhostnet"
            | "Ton"
            | "TonTestnet"
            | "Tron"
            | "TronNile"
            | "Westend"
            | "WestendAssetHub"
            | "XrpLedger"
            | "XrpLedgerTestnet";
            timestamp: string;
            tos?: string[];
            txHash: string;
            value: string;
            walletId: string;
        }
        | {
            assetCode: string;
            balanceId?: string;
            blockNumber: number;
            direction: "In"
            | "Out";
            fee?: string;
            from: string;
            index?: string;
            issuer: string;
            kind: "Sep41Transfer";
            liquidityPool?: string;
            memo?: string;
            metadata: {
                asset: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
                fee?: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
            };
            network: | "Algorand"
            | "AlgorandTestnet"
            | "Aptos"
            | "AptosTestnet"
            | "ArbitrumOne"
            | "ArbitrumGoerli"
            | "ArbitrumSepolia"
            | "AvalancheC"
            | "AvalancheCFuji"
            | "Adi"
            | "AdiTestnet"
            | "AdiTestnetAb"
            | "BabylonGenesis"
            | "BabylonTestnet5"
            | "Base"
            | "BaseGoerli"
            | "BaseSepolia"
            | "Berachain"
            | "BerachainBArtio"
            | "BerachainBepolia"
            | "Bitcoin"
            | "BitcoinSignet"
            | "BitcoinTestnet3"
            | "BitcoinCash"
            | "BitcoinCashTestnet"
            | "Bob"
            | "BobSepolia"
            | "Bsc"
            | "BscTestnet"
            | "Canton"
            | "CantonDevnet"
            | "CantonTestnet"
            | "Cardano"
            | "CardanoPreprod"
            | "Celo"
            | "CeloAlfajores"
            | "Codex"
            | "CodexSepolia"
            | "CosmosHub4"
            | "CosmosIcsTestnet"
            | "Dogecoin"
            | "DogecoinTestnet"
            | "Ethereum"
            | "EthereumGoerli"
            | "EthereumSepolia"
            | "EthereumHolesky"
            | "EthereumHoodi"
            | "FantomOpera"
            | "FantomTestnet"
            | "FlareC"
            | "FlareCCoston2"
            | "FlowEvm"
            | "FlowEvmTestnet"
            | "Hedera"
            | "HederaTestnet"
            | "Ink"
            | "InkSepolia"
            | "InternetComputer"
            | "Ion"
            | "IonTestnet"
            | "Iota"
            | "IotaTestnet"
            | "IotaZodianet"
            | "Kaspa"
            | "KaspaTestnet11"
            | "Kusama"
            | "KusamaAssetHub"
            | "Litecoin"
            | "LitecoinTestnet"
            | "Near"
            | "NearTestnet"
            | "Optimism"
            | "OptimismGoerli"
            | "OptimismSepolia"
            | "Origyn"
            | "Plasma"
            | "PlasmaTestnet"
            | "Plume"
            | "PlumeSepolia"
            | "Paseo"
            | "PaseoAssetHub"
            | "Polkadot"
            | "PolkadotAssetHub"
            | "Polygon"
            | "PolygonAmoy"
            | "PolygonMumbai"
            | "Polymesh"
            | "PolymeshTestnet"
            | "Race"
            | "RaceSepolia"
            | "SeiAtlantic2"
            | "SeiPacific1"
            | "Solana"
            | "SolanaDevnet"
            | "Sonic"
            | "SonicTestnet"
            | "Starknet"
            | "StarknetSepolia"
            | "Stellar"
            | "StellarTestnet"
            | "Sui"
            | "SuiTestnet"
            | "Tsc"
            | "TscTestnet1"
            | "Tezos"
            | "TezosGhostnet"
            | "Ton"
            | "TonTestnet"
            | "Tron"
            | "TronNile"
            | "Westend"
            | "WestendAssetHub"
            | "XrpLedger"
            | "XrpLedgerTestnet";
            timestamp: string;
            to: string;
            txHash: string;
            value: string;
            walletId: string;
        }
        | {
            blockNumber: number;
            contract: string;
            direction: "In"
            | "Out";
            fee?: string;
            from: string;
            index?: string;
            kind: "Snip2Transfer";
            metadata: {
                asset: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
                fee?: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
            };
            network: | "Algorand"
            | "AlgorandTestnet"
            | "Aptos"
            | "AptosTestnet"
            | "ArbitrumOne"
            | "ArbitrumGoerli"
            | "ArbitrumSepolia"
            | "AvalancheC"
            | "AvalancheCFuji"
            | "Adi"
            | "AdiTestnet"
            | "AdiTestnetAb"
            | "BabylonGenesis"
            | "BabylonTestnet5"
            | "Base"
            | "BaseGoerli"
            | "BaseSepolia"
            | "Berachain"
            | "BerachainBArtio"
            | "BerachainBepolia"
            | "Bitcoin"
            | "BitcoinSignet"
            | "BitcoinTestnet3"
            | "BitcoinCash"
            | "BitcoinCashTestnet"
            | "Bob"
            | "BobSepolia"
            | "Bsc"
            | "BscTestnet"
            | "Canton"
            | "CantonDevnet"
            | "CantonTestnet"
            | "Cardano"
            | "CardanoPreprod"
            | "Celo"
            | "CeloAlfajores"
            | "Codex"
            | "CodexSepolia"
            | "CosmosHub4"
            | "CosmosIcsTestnet"
            | "Dogecoin"
            | "DogecoinTestnet"
            | "Ethereum"
            | "EthereumGoerli"
            | "EthereumSepolia"
            | "EthereumHolesky"
            | "EthereumHoodi"
            | "FantomOpera"
            | "FantomTestnet"
            | "FlareC"
            | "FlareCCoston2"
            | "FlowEvm"
            | "FlowEvmTestnet"
            | "Hedera"
            | "HederaTestnet"
            | "Ink"
            | "InkSepolia"
            | "InternetComputer"
            | "Ion"
            | "IonTestnet"
            | "Iota"
            | "IotaTestnet"
            | "IotaZodianet"
            | "Kaspa"
            | "KaspaTestnet11"
            | "Kusama"
            | "KusamaAssetHub"
            | "Litecoin"
            | "LitecoinTestnet"
            | "Near"
            | "NearTestnet"
            | "Optimism"
            | "OptimismGoerli"
            | "OptimismSepolia"
            | "Origyn"
            | "Plasma"
            | "PlasmaTestnet"
            | "Plume"
            | "PlumeSepolia"
            | "Paseo"
            | "PaseoAssetHub"
            | "Polkadot"
            | "PolkadotAssetHub"
            | "Polygon"
            | "PolygonAmoy"
            | "PolygonMumbai"
            | "Polymesh"
            | "PolymeshTestnet"
            | "Race"
            | "RaceSepolia"
            | "SeiAtlantic2"
            | "SeiPacific1"
            | "Solana"
            | "SolanaDevnet"
            | "Sonic"
            | "SonicTestnet"
            | "Starknet"
            | "StarknetSepolia"
            | "Stellar"
            | "StellarTestnet"
            | "Sui"
            | "SuiTestnet"
            | "Tsc"
            | "TscTestnet1"
            | "Tezos"
            | "TezosGhostnet"
            | "Ton"
            | "TonTestnet"
            | "Tron"
            | "TronNile"
            | "Westend"
            | "WestendAssetHub"
            | "XrpLedger"
            | "XrpLedgerTestnet";
            timestamp: string;
            to: string;
            txHash: string;
            value: string;
            walletId: string;
        }
        | {
            blockNumber: number;
            contract: string;
            direction: "In"
            | "Out";
            fee?: string;
            from: string;
            index?: string;
            kind: "Snip3Transfer";
            metadata: {
                asset: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
                fee?: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
            };
            network: | "Algorand"
            | "AlgorandTestnet"
            | "Aptos"
            | "AptosTestnet"
            | "ArbitrumOne"
            | "ArbitrumGoerli"
            | "ArbitrumSepolia"
            | "AvalancheC"
            | "AvalancheCFuji"
            | "Adi"
            | "AdiTestnet"
            | "AdiTestnetAb"
            | "BabylonGenesis"
            | "BabylonTestnet5"
            | "Base"
            | "BaseGoerli"
            | "BaseSepolia"
            | "Berachain"
            | "BerachainBArtio"
            | "BerachainBepolia"
            | "Bitcoin"
            | "BitcoinSignet"
            | "BitcoinTestnet3"
            | "BitcoinCash"
            | "BitcoinCashTestnet"
            | "Bob"
            | "BobSepolia"
            | "Bsc"
            | "BscTestnet"
            | "Canton"
            | "CantonDevnet"
            | "CantonTestnet"
            | "Cardano"
            | "CardanoPreprod"
            | "Celo"
            | "CeloAlfajores"
            | "Codex"
            | "CodexSepolia"
            | "CosmosHub4"
            | "CosmosIcsTestnet"
            | "Dogecoin"
            | "DogecoinTestnet"
            | "Ethereum"
            | "EthereumGoerli"
            | "EthereumSepolia"
            | "EthereumHolesky"
            | "EthereumHoodi"
            | "FantomOpera"
            | "FantomTestnet"
            | "FlareC"
            | "FlareCCoston2"
            | "FlowEvm"
            | "FlowEvmTestnet"
            | "Hedera"
            | "HederaTestnet"
            | "Ink"
            | "InkSepolia"
            | "InternetComputer"
            | "Ion"
            | "IonTestnet"
            | "Iota"
            | "IotaTestnet"
            | "IotaZodianet"
            | "Kaspa"
            | "KaspaTestnet11"
            | "Kusama"
            | "KusamaAssetHub"
            | "Litecoin"
            | "LitecoinTestnet"
            | "Near"
            | "NearTestnet"
            | "Optimism"
            | "OptimismGoerli"
            | "OptimismSepolia"
            | "Origyn"
            | "Plasma"
            | "PlasmaTestnet"
            | "Plume"
            | "PlumeSepolia"
            | "Paseo"
            | "PaseoAssetHub"
            | "Polkadot"
            | "PolkadotAssetHub"
            | "Polygon"
            | "PolygonAmoy"
            | "PolygonMumbai"
            | "Polymesh"
            | "PolymeshTestnet"
            | "Race"
            | "RaceSepolia"
            | "SeiAtlantic2"
            | "SeiPacific1"
            | "Solana"
            | "SolanaDevnet"
            | "Sonic"
            | "SonicTestnet"
            | "Starknet"
            | "StarknetSepolia"
            | "Stellar"
            | "StellarTestnet"
            | "Sui"
            | "SuiTestnet"
            | "Tsc"
            | "TscTestnet1"
            | "Tezos"
            | "TezosGhostnet"
            | "Ton"
            | "TonTestnet"
            | "Tron"
            | "TronNile"
            | "Westend"
            | "WestendAssetHub"
            | "XrpLedger"
            | "XrpLedgerTestnet";
            timestamp: string;
            to: string;
            tokenId: string;
            txHash: string;
            walletId: string;
        }
        | {
            blockNumber: number;
            direction: "In"
            | "Out";
            fee?: string;
            from?: string;
            index?: string;
            kind: "SplTransfer" | "Spl2022Transfer";
            metadata: {
                asset: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
                fee?: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
            };
            mint: string;
            network: | "Algorand"
            | "AlgorandTestnet"
            | "Aptos"
            | "AptosTestnet"
            | "ArbitrumOne"
            | "ArbitrumGoerli"
            | "ArbitrumSepolia"
            | "AvalancheC"
            | "AvalancheCFuji"
            | "Adi"
            | "AdiTestnet"
            | "AdiTestnetAb"
            | "BabylonGenesis"
            | "BabylonTestnet5"
            | "Base"
            | "BaseGoerli"
            | "BaseSepolia"
            | "Berachain"
            | "BerachainBArtio"
            | "BerachainBepolia"
            | "Bitcoin"
            | "BitcoinSignet"
            | "BitcoinTestnet3"
            | "BitcoinCash"
            | "BitcoinCashTestnet"
            | "Bob"
            | "BobSepolia"
            | "Bsc"
            | "BscTestnet"
            | "Canton"
            | "CantonDevnet"
            | "CantonTestnet"
            | "Cardano"
            | "CardanoPreprod"
            | "Celo"
            | "CeloAlfajores"
            | "Codex"
            | "CodexSepolia"
            | "CosmosHub4"
            | "CosmosIcsTestnet"
            | "Dogecoin"
            | "DogecoinTestnet"
            | "Ethereum"
            | "EthereumGoerli"
            | "EthereumSepolia"
            | "EthereumHolesky"
            | "EthereumHoodi"
            | "FantomOpera"
            | "FantomTestnet"
            | "FlareC"
            | "FlareCCoston2"
            | "FlowEvm"
            | "FlowEvmTestnet"
            | "Hedera"
            | "HederaTestnet"
            | "Ink"
            | "InkSepolia"
            | "InternetComputer"
            | "Ion"
            | "IonTestnet"
            | "Iota"
            | "IotaTestnet"
            | "IotaZodianet"
            | "Kaspa"
            | "KaspaTestnet11"
            | "Kusama"
            | "KusamaAssetHub"
            | "Litecoin"
            | "LitecoinTestnet"
            | "Near"
            | "NearTestnet"
            | "Optimism"
            | "OptimismGoerli"
            | "OptimismSepolia"
            | "Origyn"
            | "Plasma"
            | "PlasmaTestnet"
            | "Plume"
            | "PlumeSepolia"
            | "Paseo"
            | "PaseoAssetHub"
            | "Polkadot"
            | "PolkadotAssetHub"
            | "Polygon"
            | "PolygonAmoy"
            | "PolygonMumbai"
            | "Polymesh"
            | "PolymeshTestnet"
            | "Race"
            | "RaceSepolia"
            | "SeiAtlantic2"
            | "SeiPacific1"
            | "Solana"
            | "SolanaDevnet"
            | "Sonic"
            | "SonicTestnet"
            | "Starknet"
            | "StarknetSepolia"
            | "Stellar"
            | "StellarTestnet"
            | "Sui"
            | "SuiTestnet"
            | "Tsc"
            | "TscTestnet1"
            | "Tezos"
            | "TezosGhostnet"
            | "Ton"
            | "TonTestnet"
            | "Tron"
            | "TronNile"
            | "Westend"
            | "WestendAssetHub"
            | "XrpLedger"
            | "XrpLedgerTestnet";
            timestamp: string;
            to?: string;
            txHash: string;
            value: string;
            walletId: string;
        }
        | {
            blockNumber: number;
            direction: "In"
            | "Out";
            fee?: string;
            from: string;
            index?: string;
            kind: "Tep74Transfer";
            master: string;
            metadata: {
                asset: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
                fee?: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
            };
            network: | "Algorand"
            | "AlgorandTestnet"
            | "Aptos"
            | "AptosTestnet"
            | "ArbitrumOne"
            | "ArbitrumGoerli"
            | "ArbitrumSepolia"
            | "AvalancheC"
            | "AvalancheCFuji"
            | "Adi"
            | "AdiTestnet"
            | "AdiTestnetAb"
            | "BabylonGenesis"
            | "BabylonTestnet5"
            | "Base"
            | "BaseGoerli"
            | "BaseSepolia"
            | "Berachain"
            | "BerachainBArtio"
            | "BerachainBepolia"
            | "Bitcoin"
            | "BitcoinSignet"
            | "BitcoinTestnet3"
            | "BitcoinCash"
            | "BitcoinCashTestnet"
            | "Bob"
            | "BobSepolia"
            | "Bsc"
            | "BscTestnet"
            | "Canton"
            | "CantonDevnet"
            | "CantonTestnet"
            | "Cardano"
            | "CardanoPreprod"
            | "Celo"
            | "CeloAlfajores"
            | "Codex"
            | "CodexSepolia"
            | "CosmosHub4"
            | "CosmosIcsTestnet"
            | "Dogecoin"
            | "DogecoinTestnet"
            | "Ethereum"
            | "EthereumGoerli"
            | "EthereumSepolia"
            | "EthereumHolesky"
            | "EthereumHoodi"
            | "FantomOpera"
            | "FantomTestnet"
            | "FlareC"
            | "FlareCCoston2"
            | "FlowEvm"
            | "FlowEvmTestnet"
            | "Hedera"
            | "HederaTestnet"
            | "Ink"
            | "InkSepolia"
            | "InternetComputer"
            | "Ion"
            | "IonTestnet"
            | "Iota"
            | "IotaTestnet"
            | "IotaZodianet"
            | "Kaspa"
            | "KaspaTestnet11"
            | "Kusama"
            | "KusamaAssetHub"
            | "Litecoin"
            | "LitecoinTestnet"
            | "Near"
            | "NearTestnet"
            | "Optimism"
            | "OptimismGoerli"
            | "OptimismSepolia"
            | "Origyn"
            | "Plasma"
            | "PlasmaTestnet"
            | "Plume"
            | "PlumeSepolia"
            | "Paseo"
            | "PaseoAssetHub"
            | "Polkadot"
            | "PolkadotAssetHub"
            | "Polygon"
            | "PolygonAmoy"
            | "PolygonMumbai"
            | "Polymesh"
            | "PolymeshTestnet"
            | "Race"
            | "RaceSepolia"
            | "SeiAtlantic2"
            | "SeiPacific1"
            | "Solana"
            | "SolanaDevnet"
            | "Sonic"
            | "SonicTestnet"
            | "Starknet"
            | "StarknetSepolia"
            | "Stellar"
            | "StellarTestnet"
            | "Sui"
            | "SuiTestnet"
            | "Tsc"
            | "TscTestnet1"
            | "Tezos"
            | "TezosGhostnet"
            | "Ton"
            | "TonTestnet"
            | "Tron"
            | "TronNile"
            | "Westend"
            | "WestendAssetHub"
            | "XrpLedger"
            | "XrpLedgerTestnet";
            timestamp: string;
            to?: string;
            txHash: string;
            value: string;
            walletId: string;
        }
        | {
            blockNumber: number;
            direction: "In"
            | "Out";
            fee?: string;
            from: string;
            index?: string;
            kind: "Trc10Transfer";
            metadata: {
                asset: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
                fee?: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
            };
            network: | "Algorand"
            | "AlgorandTestnet"
            | "Aptos"
            | "AptosTestnet"
            | "ArbitrumOne"
            | "ArbitrumGoerli"
            | "ArbitrumSepolia"
            | "AvalancheC"
            | "AvalancheCFuji"
            | "Adi"
            | "AdiTestnet"
            | "AdiTestnetAb"
            | "BabylonGenesis"
            | "BabylonTestnet5"
            | "Base"
            | "BaseGoerli"
            | "BaseSepolia"
            | "Berachain"
            | "BerachainBArtio"
            | "BerachainBepolia"
            | "Bitcoin"
            | "BitcoinSignet"
            | "BitcoinTestnet3"
            | "BitcoinCash"
            | "BitcoinCashTestnet"
            | "Bob"
            | "BobSepolia"
            | "Bsc"
            | "BscTestnet"
            | "Canton"
            | "CantonDevnet"
            | "CantonTestnet"
            | "Cardano"
            | "CardanoPreprod"
            | "Celo"
            | "CeloAlfajores"
            | "Codex"
            | "CodexSepolia"
            | "CosmosHub4"
            | "CosmosIcsTestnet"
            | "Dogecoin"
            | "DogecoinTestnet"
            | "Ethereum"
            | "EthereumGoerli"
            | "EthereumSepolia"
            | "EthereumHolesky"
            | "EthereumHoodi"
            | "FantomOpera"
            | "FantomTestnet"
            | "FlareC"
            | "FlareCCoston2"
            | "FlowEvm"
            | "FlowEvmTestnet"
            | "Hedera"
            | "HederaTestnet"
            | "Ink"
            | "InkSepolia"
            | "InternetComputer"
            | "Ion"
            | "IonTestnet"
            | "Iota"
            | "IotaTestnet"
            | "IotaZodianet"
            | "Kaspa"
            | "KaspaTestnet11"
            | "Kusama"
            | "KusamaAssetHub"
            | "Litecoin"
            | "LitecoinTestnet"
            | "Near"
            | "NearTestnet"
            | "Optimism"
            | "OptimismGoerli"
            | "OptimismSepolia"
            | "Origyn"
            | "Plasma"
            | "PlasmaTestnet"
            | "Plume"
            | "PlumeSepolia"
            | "Paseo"
            | "PaseoAssetHub"
            | "Polkadot"
            | "PolkadotAssetHub"
            | "Polygon"
            | "PolygonAmoy"
            | "PolygonMumbai"
            | "Polymesh"
            | "PolymeshTestnet"
            | "Race"
            | "RaceSepolia"
            | "SeiAtlantic2"
            | "SeiPacific1"
            | "Solana"
            | "SolanaDevnet"
            | "Sonic"
            | "SonicTestnet"
            | "Starknet"
            | "StarknetSepolia"
            | "Stellar"
            | "StellarTestnet"
            | "Sui"
            | "SuiTestnet"
            | "Tsc"
            | "TscTestnet1"
            | "Tezos"
            | "TezosGhostnet"
            | "Ton"
            | "TonTestnet"
            | "Tron"
            | "TronNile"
            | "Westend"
            | "WestendAssetHub"
            | "XrpLedger"
            | "XrpLedgerTestnet";
            timestamp: string;
            to: string;
            tokenId: string;
            txHash: string;
            value: string;
            walletId: string;
        }
        | {
            blockNumber: number;
            contract: string;
            direction: "In"
            | "Out";
            fee?: string;
            from: string;
            index?: string;
            kind: "Trc20Transfer";
            metadata: {
                asset: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
                fee?: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
            };
            network: | "Algorand"
            | "AlgorandTestnet"
            | "Aptos"
            | "AptosTestnet"
            | "ArbitrumOne"
            | "ArbitrumGoerli"
            | "ArbitrumSepolia"
            | "AvalancheC"
            | "AvalancheCFuji"
            | "Adi"
            | "AdiTestnet"
            | "AdiTestnetAb"
            | "BabylonGenesis"
            | "BabylonTestnet5"
            | "Base"
            | "BaseGoerli"
            | "BaseSepolia"
            | "Berachain"
            | "BerachainBArtio"
            | "BerachainBepolia"
            | "Bitcoin"
            | "BitcoinSignet"
            | "BitcoinTestnet3"
            | "BitcoinCash"
            | "BitcoinCashTestnet"
            | "Bob"
            | "BobSepolia"
            | "Bsc"
            | "BscTestnet"
            | "Canton"
            | "CantonDevnet"
            | "CantonTestnet"
            | "Cardano"
            | "CardanoPreprod"
            | "Celo"
            | "CeloAlfajores"
            | "Codex"
            | "CodexSepolia"
            | "CosmosHub4"
            | "CosmosIcsTestnet"
            | "Dogecoin"
            | "DogecoinTestnet"
            | "Ethereum"
            | "EthereumGoerli"
            | "EthereumSepolia"
            | "EthereumHolesky"
            | "EthereumHoodi"
            | "FantomOpera"
            | "FantomTestnet"
            | "FlareC"
            | "FlareCCoston2"
            | "FlowEvm"
            | "FlowEvmTestnet"
            | "Hedera"
            | "HederaTestnet"
            | "Ink"
            | "InkSepolia"
            | "InternetComputer"
            | "Ion"
            | "IonTestnet"
            | "Iota"
            | "IotaTestnet"
            | "IotaZodianet"
            | "Kaspa"
            | "KaspaTestnet11"
            | "Kusama"
            | "KusamaAssetHub"
            | "Litecoin"
            | "LitecoinTestnet"
            | "Near"
            | "NearTestnet"
            | "Optimism"
            | "OptimismGoerli"
            | "OptimismSepolia"
            | "Origyn"
            | "Plasma"
            | "PlasmaTestnet"
            | "Plume"
            | "PlumeSepolia"
            | "Paseo"
            | "PaseoAssetHub"
            | "Polkadot"
            | "PolkadotAssetHub"
            | "Polygon"
            | "PolygonAmoy"
            | "PolygonMumbai"
            | "Polymesh"
            | "PolymeshTestnet"
            | "Race"
            | "RaceSepolia"
            | "SeiAtlantic2"
            | "SeiPacific1"
            | "Solana"
            | "SolanaDevnet"
            | "Sonic"
            | "SonicTestnet"
            | "Starknet"
            | "StarknetSepolia"
            | "Stellar"
            | "StellarTestnet"
            | "Sui"
            | "SuiTestnet"
            | "Tsc"
            | "TscTestnet1"
            | "Tezos"
            | "TezosGhostnet"
            | "Ton"
            | "TonTestnet"
            | "Tron"
            | "TronNile"
            | "Westend"
            | "WestendAssetHub"
            | "XrpLedger"
            | "XrpLedgerTestnet";
            timestamp: string;
            to: string;
            txHash: string;
            value: string;
            walletId: string;
        }
        | {
            blockNumber: number;
            contract: string;
            direction: "In"
            | "Out";
            fee?: string;
            from: string;
            index?: string;
            kind: "Trc721Transfer";
            metadata: {
                asset: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
                fee?: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
            };
            network: | "Algorand"
            | "AlgorandTestnet"
            | "Aptos"
            | "AptosTestnet"
            | "ArbitrumOne"
            | "ArbitrumGoerli"
            | "ArbitrumSepolia"
            | "AvalancheC"
            | "AvalancheCFuji"
            | "Adi"
            | "AdiTestnet"
            | "AdiTestnetAb"
            | "BabylonGenesis"
            | "BabylonTestnet5"
            | "Base"
            | "BaseGoerli"
            | "BaseSepolia"
            | "Berachain"
            | "BerachainBArtio"
            | "BerachainBepolia"
            | "Bitcoin"
            | "BitcoinSignet"
            | "BitcoinTestnet3"
            | "BitcoinCash"
            | "BitcoinCashTestnet"
            | "Bob"
            | "BobSepolia"
            | "Bsc"
            | "BscTestnet"
            | "Canton"
            | "CantonDevnet"
            | "CantonTestnet"
            | "Cardano"
            | "CardanoPreprod"
            | "Celo"
            | "CeloAlfajores"
            | "Codex"
            | "CodexSepolia"
            | "CosmosHub4"
            | "CosmosIcsTestnet"
            | "Dogecoin"
            | "DogecoinTestnet"
            | "Ethereum"
            | "EthereumGoerli"
            | "EthereumSepolia"
            | "EthereumHolesky"
            | "EthereumHoodi"
            | "FantomOpera"
            | "FantomTestnet"
            | "FlareC"
            | "FlareCCoston2"
            | "FlowEvm"
            | "FlowEvmTestnet"
            | "Hedera"
            | "HederaTestnet"
            | "Ink"
            | "InkSepolia"
            | "InternetComputer"
            | "Ion"
            | "IonTestnet"
            | "Iota"
            | "IotaTestnet"
            | "IotaZodianet"
            | "Kaspa"
            | "KaspaTestnet11"
            | "Kusama"
            | "KusamaAssetHub"
            | "Litecoin"
            | "LitecoinTestnet"
            | "Near"
            | "NearTestnet"
            | "Optimism"
            | "OptimismGoerli"
            | "OptimismSepolia"
            | "Origyn"
            | "Plasma"
            | "PlasmaTestnet"
            | "Plume"
            | "PlumeSepolia"
            | "Paseo"
            | "PaseoAssetHub"
            | "Polkadot"
            | "PolkadotAssetHub"
            | "Polygon"
            | "PolygonAmoy"
            | "PolygonMumbai"
            | "Polymesh"
            | "PolymeshTestnet"
            | "Race"
            | "RaceSepolia"
            | "SeiAtlantic2"
            | "SeiPacific1"
            | "Solana"
            | "SolanaDevnet"
            | "Sonic"
            | "SonicTestnet"
            | "Starknet"
            | "StarknetSepolia"
            | "Stellar"
            | "StellarTestnet"
            | "Sui"
            | "SuiTestnet"
            | "Tsc"
            | "TscTestnet1"
            | "Tezos"
            | "TezosGhostnet"
            | "Ton"
            | "TonTestnet"
            | "Tron"
            | "TronNile"
            | "Westend"
            | "WestendAssetHub"
            | "XrpLedger"
            | "XrpLedgerTestnet";
            timestamp: string;
            to: string;
            tokenId: string;
            txHash: string;
            walletId: string;
        }
        | {
            blockNumber: number;
            direction: "In"
            | "Out";
            fee?: string;
            froms: string[];
            index?: string;
            kind: "UtxoTransfer";
            metadata: {
                asset: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
                fee?: {
                    decimals?: number;
                    quotes?: { [x: string]: number };
                    symbol?: string;
                    verified?: boolean;
                };
            };
            network: | "Algorand"
            | "AlgorandTestnet"
            | "Aptos"
            | "AptosTestnet"
            | "ArbitrumOne"
            | "ArbitrumGoerli"
            | "ArbitrumSepolia"
            | "AvalancheC"
            | "AvalancheCFuji"
            | "Adi"
            | "AdiTestnet"
            | "AdiTestnetAb"
            | "BabylonGenesis"
            | "BabylonTestnet5"
            | "Base"
            | "BaseGoerli"
            | "BaseSepolia"
            | "Berachain"
            | "BerachainBArtio"
            | "BerachainBepolia"
            | "Bitcoin"
            | "BitcoinSignet"
            | "BitcoinTestnet3"
            | "BitcoinCash"
            | "BitcoinCashTestnet"
            | "Bob"
            | "BobSepolia"
            | "Bsc"
            | "BscTestnet"
            | "Canton"
            | "CantonDevnet"
            | "CantonTestnet"
            | "Cardano"
            | "CardanoPreprod"
            | "Celo"
            | "CeloAlfajores"
            | "Codex"
            | "CodexSepolia"
            | "CosmosHub4"
            | "CosmosIcsTestnet"
            | "Dogecoin"
            | "DogecoinTestnet"
            | "Ethereum"
            | "EthereumGoerli"
            | "EthereumSepolia"
            | "EthereumHolesky"
            | "EthereumHoodi"
            | "FantomOpera"
            | "FantomTestnet"
            | "FlareC"
            | "FlareCCoston2"
            | "FlowEvm"
            | "FlowEvmTestnet"
            | "Hedera"
            | "HederaTestnet"
            | "Ink"
            | "InkSepolia"
            | "InternetComputer"
            | "Ion"
            | "IonTestnet"
            | "Iota"
            | "IotaTestnet"
            | "IotaZodianet"
            | "Kaspa"
            | "KaspaTestnet11"
            | "Kusama"
            | "KusamaAssetHub"
            | "Litecoin"
            | "LitecoinTestnet"
            | "Near"
            | "NearTestnet"
            | "Optimism"
            | "OptimismGoerli"
            | "OptimismSepolia"
            | "Origyn"
            | "Plasma"
            | "PlasmaTestnet"
            | "Plume"
            | "PlumeSepolia"
            | "Paseo"
            | "PaseoAssetHub"
            | "Polkadot"
            | "PolkadotAssetHub"
            | "Polygon"
            | "PolygonAmoy"
            | "PolygonMumbai"
            | "Polymesh"
            | "PolymeshTestnet"
            | "Race"
            | "RaceSepolia"
            | "SeiAtlantic2"
            | "SeiPacific1"
            | "Solana"
            | "SolanaDevnet"
            | "Sonic"
            | "SonicTestnet"
            | "Starknet"
            | "StarknetSepolia"
            | "Stellar"
            | "StellarTestnet"
            | "Sui"
            | "SuiTestnet"
            | "Tsc"
            | "TscTestnet1"
            | "Tezos"
            | "TezosGhostnet"
            | "Ton"
            | "TonTestnet"
            | "Tron"
            | "TronNile"
            | "Westend"
            | "WestendAssetHub"
            | "XrpLedger"
            | "XrpLedgerTestnet";
            timestamp: string;
            tos: string[];
            txHash: string;
            value: string;
            walletId: string;
        }
    )[]

    Current page items.

    Type Declaration

    • {
          balanceId?: string;
          blockNumber: number;
          decimals: number;
          direction: "In" | "Out";
          fee?: string;
          from?: string;
          index?: string;
          kind: "NativeTransfer";
          liquidityPool?: string;
          memo?: string;
          metadata: {
              asset: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
              fee?: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
          };
          network: | "Algorand"
          | "AlgorandTestnet"
          | "Aptos"
          | "AptosTestnet"
          | "ArbitrumOne"
          | "ArbitrumGoerli"
          | "ArbitrumSepolia"
          | "AvalancheC"
          | "AvalancheCFuji"
          | "Adi"
          | "AdiTestnet"
          | "AdiTestnetAb"
          | "BabylonGenesis"
          | "BabylonTestnet5"
          | "Base"
          | "BaseGoerli"
          | "BaseSepolia"
          | "Berachain"
          | "BerachainBArtio"
          | "BerachainBepolia"
          | "Bitcoin"
          | "BitcoinSignet"
          | "BitcoinTestnet3"
          | "BitcoinCash"
          | "BitcoinCashTestnet"
          | "Bob"
          | "BobSepolia"
          | "Bsc"
          | "BscTestnet"
          | "Canton"
          | "CantonDevnet"
          | "CantonTestnet"
          | "Cardano"
          | "CardanoPreprod"
          | "Celo"
          | "CeloAlfajores"
          | "Codex"
          | "CodexSepolia"
          | "CosmosHub4"
          | "CosmosIcsTestnet"
          | "Dogecoin"
          | "DogecoinTestnet"
          | "Ethereum"
          | "EthereumGoerli"
          | "EthereumSepolia"
          | "EthereumHolesky"
          | "EthereumHoodi"
          | "FantomOpera"
          | "FantomTestnet"
          | "FlareC"
          | "FlareCCoston2"
          | "FlowEvm"
          | "FlowEvmTestnet"
          | "Hedera"
          | "HederaTestnet"
          | "Ink"
          | "InkSepolia"
          | "InternetComputer"
          | "Ion"
          | "IonTestnet"
          | "Iota"
          | "IotaTestnet"
          | "IotaZodianet"
          | "Kaspa"
          | "KaspaTestnet11"
          | "Kusama"
          | "KusamaAssetHub"
          | "Litecoin"
          | "LitecoinTestnet"
          | "Near"
          | "NearTestnet"
          | "Optimism"
          | "OptimismGoerli"
          | "OptimismSepolia"
          | "Origyn"
          | "Plasma"
          | "PlasmaTestnet"
          | "Plume"
          | "PlumeSepolia"
          | "Paseo"
          | "PaseoAssetHub"
          | "Polkadot"
          | "PolkadotAssetHub"
          | "Polygon"
          | "PolygonAmoy"
          | "PolygonMumbai"
          | "Polymesh"
          | "PolymeshTestnet"
          | "Race"
          | "RaceSepolia"
          | "SeiAtlantic2"
          | "SeiPacific1"
          | "Solana"
          | "SolanaDevnet"
          | "Sonic"
          | "SonicTestnet"
          | "Starknet"
          | "StarknetSepolia"
          | "Stellar"
          | "StellarTestnet"
          | "Sui"
          | "SuiTestnet"
          | "Tsc"
          | "TscTestnet1"
          | "Tezos"
          | "TezosGhostnet"
          | "Ton"
          | "TonTestnet"
          | "Tron"
          | "TronNile"
          | "Westend"
          | "WestendAssetHub"
          | "XrpLedger"
          | "XrpLedgerTestnet";
          symbol: string;
          timestamp: string;
          to?: string;
          txHash: string;
          value: string;
          verified?: boolean;
          walletId: string;
      }
      • OptionalbalanceId?: string
      • blockNumber: number
      • decimals: number

        use metadata.asset.decimals instead

      • direction: "In" | "Out"
      • Optionalfee?: string
      • Optionalfrom?: string
      • Optionalindex?: string
      • kind: "NativeTransfer"
      • OptionalliquidityPool?: string
      • Optionalmemo?: string
      • metadata: {
            asset: {
                decimals?: number;
                quotes?: { [x: string]: number };
                symbol?: string;
                verified?: boolean;
            };
            fee?: {
                decimals?: number;
                quotes?: { [x: string]: number };
                symbol?: string;
                verified?: boolean;
            };
        }
      • network:
            | "Algorand"
            | "AlgorandTestnet"
            | "Aptos"
            | "AptosTestnet"
            | "ArbitrumOne"
            | "ArbitrumGoerli"
            | "ArbitrumSepolia"
            | "AvalancheC"
            | "AvalancheCFuji"
            | "Adi"
            | "AdiTestnet"
            | "AdiTestnetAb"
            | "BabylonGenesis"
            | "BabylonTestnet5"
            | "Base"
            | "BaseGoerli"
            | "BaseSepolia"
            | "Berachain"
            | "BerachainBArtio"
            | "BerachainBepolia"
            | "Bitcoin"
            | "BitcoinSignet"
            | "BitcoinTestnet3"
            | "BitcoinCash"
            | "BitcoinCashTestnet"
            | "Bob"
            | "BobSepolia"
            | "Bsc"
            | "BscTestnet"
            | "Canton"
            | "CantonDevnet"
            | "CantonTestnet"
            | "Cardano"
            | "CardanoPreprod"
            | "Celo"
            | "CeloAlfajores"
            | "Codex"
            | "CodexSepolia"
            | "CosmosHub4"
            | "CosmosIcsTestnet"
            | "Dogecoin"
            | "DogecoinTestnet"
            | "Ethereum"
            | "EthereumGoerli"
            | "EthereumSepolia"
            | "EthereumHolesky"
            | "EthereumHoodi"
            | "FantomOpera"
            | "FantomTestnet"
            | "FlareC"
            | "FlareCCoston2"
            | "FlowEvm"
            | "FlowEvmTestnet"
            | "Hedera"
            | "HederaTestnet"
            | "Ink"
            | "InkSepolia"
            | "InternetComputer"
            | "Ion"
            | "IonTestnet"
            | "Iota"
            | "IotaTestnet"
            | "IotaZodianet"
            | "Kaspa"
            | "KaspaTestnet11"
            | "Kusama"
            | "KusamaAssetHub"
            | "Litecoin"
            | "LitecoinTestnet"
            | "Near"
            | "NearTestnet"
            | "Optimism"
            | "OptimismGoerli"
            | "OptimismSepolia"
            | "Origyn"
            | "Plasma"
            | "PlasmaTestnet"
            | "Plume"
            | "PlumeSepolia"
            | "Paseo"
            | "PaseoAssetHub"
            | "Polkadot"
            | "PolkadotAssetHub"
            | "Polygon"
            | "PolygonAmoy"
            | "PolygonMumbai"
            | "Polymesh"
            | "PolymeshTestnet"
            | "Race"
            | "RaceSepolia"
            | "SeiAtlantic2"
            | "SeiPacific1"
            | "Solana"
            | "SolanaDevnet"
            | "Sonic"
            | "SonicTestnet"
            | "Starknet"
            | "StarknetSepolia"
            | "Stellar"
            | "StellarTestnet"
            | "Sui"
            | "SuiTestnet"
            | "Tsc"
            | "TscTestnet1"
            | "Tezos"
            | "TezosGhostnet"
            | "Ton"
            | "TonTestnet"
            | "Tron"
            | "TronNile"
            | "Westend"
            | "WestendAssetHub"
            | "XrpLedger"
            | "XrpLedgerTestnet"
      • symbol: string

        use metadata.asset.symbol instead

      • timestamp: string
      • Optionalto?: string
      • txHash: string
      • value: string
      • Optionalverified?: boolean

        use metadata.asset.verified instead

      • walletId: string
    • {
          blockNumber: number;
          direction: "In" | "Out";
          fee?: string;
          from: string;
          index?: string;
          kind: "Aip21Transfer";
          metadata: {
              asset: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
              fee?: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
          };
          metadataAddress: string;
          network: | "Algorand"
          | "AlgorandTestnet"
          | "Aptos"
          | "AptosTestnet"
          | "ArbitrumOne"
          | "ArbitrumGoerli"
          | "ArbitrumSepolia"
          | "AvalancheC"
          | "AvalancheCFuji"
          | "Adi"
          | "AdiTestnet"
          | "AdiTestnetAb"
          | "BabylonGenesis"
          | "BabylonTestnet5"
          | "Base"
          | "BaseGoerli"
          | "BaseSepolia"
          | "Berachain"
          | "BerachainBArtio"
          | "BerachainBepolia"
          | "Bitcoin"
          | "BitcoinSignet"
          | "BitcoinTestnet3"
          | "BitcoinCash"
          | "BitcoinCashTestnet"
          | "Bob"
          | "BobSepolia"
          | "Bsc"
          | "BscTestnet"
          | "Canton"
          | "CantonDevnet"
          | "CantonTestnet"
          | "Cardano"
          | "CardanoPreprod"
          | "Celo"
          | "CeloAlfajores"
          | "Codex"
          | "CodexSepolia"
          | "CosmosHub4"
          | "CosmosIcsTestnet"
          | "Dogecoin"
          | "DogecoinTestnet"
          | "Ethereum"
          | "EthereumGoerli"
          | "EthereumSepolia"
          | "EthereumHolesky"
          | "EthereumHoodi"
          | "FantomOpera"
          | "FantomTestnet"
          | "FlareC"
          | "FlareCCoston2"
          | "FlowEvm"
          | "FlowEvmTestnet"
          | "Hedera"
          | "HederaTestnet"
          | "Ink"
          | "InkSepolia"
          | "InternetComputer"
          | "Ion"
          | "IonTestnet"
          | "Iota"
          | "IotaTestnet"
          | "IotaZodianet"
          | "Kaspa"
          | "KaspaTestnet11"
          | "Kusama"
          | "KusamaAssetHub"
          | "Litecoin"
          | "LitecoinTestnet"
          | "Near"
          | "NearTestnet"
          | "Optimism"
          | "OptimismGoerli"
          | "OptimismSepolia"
          | "Origyn"
          | "Plasma"
          | "PlasmaTestnet"
          | "Plume"
          | "PlumeSepolia"
          | "Paseo"
          | "PaseoAssetHub"
          | "Polkadot"
          | "PolkadotAssetHub"
          | "Polygon"
          | "PolygonAmoy"
          | "PolygonMumbai"
          | "Polymesh"
          | "PolymeshTestnet"
          | "Race"
          | "RaceSepolia"
          | "SeiAtlantic2"
          | "SeiPacific1"
          | "Solana"
          | "SolanaDevnet"
          | "Sonic"
          | "SonicTestnet"
          | "Starknet"
          | "StarknetSepolia"
          | "Stellar"
          | "StellarTestnet"
          | "Sui"
          | "SuiTestnet"
          | "Tsc"
          | "TscTestnet1"
          | "Tezos"
          | "TezosGhostnet"
          | "Ton"
          | "TonTestnet"
          | "Tron"
          | "TronNile"
          | "Westend"
          | "WestendAssetHub"
          | "XrpLedger"
          | "XrpLedgerTestnet";
          timestamp: string;
          to: string;
          txHash: string;
          value: string;
          walletId: string;
      }
    • {
          assetId: string;
          blockNumber: number;
          clawback?: boolean;
          direction: "In" | "Out";
          fee?: string;
          from: string;
          index?: string;
          kind: "AsaTransfer";
          metadata: {
              asset: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
              fee?: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
          };
          network: | "Algorand"
          | "AlgorandTestnet"
          | "Aptos"
          | "AptosTestnet"
          | "ArbitrumOne"
          | "ArbitrumGoerli"
          | "ArbitrumSepolia"
          | "AvalancheC"
          | "AvalancheCFuji"
          | "Adi"
          | "AdiTestnet"
          | "AdiTestnetAb"
          | "BabylonGenesis"
          | "BabylonTestnet5"
          | "Base"
          | "BaseGoerli"
          | "BaseSepolia"
          | "Berachain"
          | "BerachainBArtio"
          | "BerachainBepolia"
          | "Bitcoin"
          | "BitcoinSignet"
          | "BitcoinTestnet3"
          | "BitcoinCash"
          | "BitcoinCashTestnet"
          | "Bob"
          | "BobSepolia"
          | "Bsc"
          | "BscTestnet"
          | "Canton"
          | "CantonDevnet"
          | "CantonTestnet"
          | "Cardano"
          | "CardanoPreprod"
          | "Celo"
          | "CeloAlfajores"
          | "Codex"
          | "CodexSepolia"
          | "CosmosHub4"
          | "CosmosIcsTestnet"
          | "Dogecoin"
          | "DogecoinTestnet"
          | "Ethereum"
          | "EthereumGoerli"
          | "EthereumSepolia"
          | "EthereumHolesky"
          | "EthereumHoodi"
          | "FantomOpera"
          | "FantomTestnet"
          | "FlareC"
          | "FlareCCoston2"
          | "FlowEvm"
          | "FlowEvmTestnet"
          | "Hedera"
          | "HederaTestnet"
          | "Ink"
          | "InkSepolia"
          | "InternetComputer"
          | "Ion"
          | "IonTestnet"
          | "Iota"
          | "IotaTestnet"
          | "IotaZodianet"
          | "Kaspa"
          | "KaspaTestnet11"
          | "Kusama"
          | "KusamaAssetHub"
          | "Litecoin"
          | "LitecoinTestnet"
          | "Near"
          | "NearTestnet"
          | "Optimism"
          | "OptimismGoerli"
          | "OptimismSepolia"
          | "Origyn"
          | "Plasma"
          | "PlasmaTestnet"
          | "Plume"
          | "PlumeSepolia"
          | "Paseo"
          | "PaseoAssetHub"
          | "Polkadot"
          | "PolkadotAssetHub"
          | "Polygon"
          | "PolygonAmoy"
          | "PolygonMumbai"
          | "Polymesh"
          | "PolymeshTestnet"
          | "Race"
          | "RaceSepolia"
          | "SeiAtlantic2"
          | "SeiPacific1"
          | "Solana"
          | "SolanaDevnet"
          | "Sonic"
          | "SonicTestnet"
          | "Starknet"
          | "StarknetSepolia"
          | "Stellar"
          | "StellarTestnet"
          | "Sui"
          | "SuiTestnet"
          | "Tsc"
          | "TscTestnet1"
          | "Tezos"
          | "TezosGhostnet"
          | "Ton"
          | "TonTestnet"
          | "Tron"
          | "TronNile"
          | "Westend"
          | "WestendAssetHub"
          | "XrpLedger"
          | "XrpLedgerTestnet";
          optIn?: boolean;
          optOut?: boolean;
          timestamp: string;
          to: string;
          txHash: string;
          value: string;
          walletId: string;
      }
    • {
          assetId: string;
          blockNumber: number;
          direction: "In" | "Out";
          fee?: string;
          from?: string;
          index?: string;
          kind: "AssetTransfer";
          metadata: {
              asset: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
              fee?: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
          };
          network: | "Algorand"
          | "AlgorandTestnet"
          | "Aptos"
          | "AptosTestnet"
          | "ArbitrumOne"
          | "ArbitrumGoerli"
          | "ArbitrumSepolia"
          | "AvalancheC"
          | "AvalancheCFuji"
          | "Adi"
          | "AdiTestnet"
          | "AdiTestnetAb"
          | "BabylonGenesis"
          | "BabylonTestnet5"
          | "Base"
          | "BaseGoerli"
          | "BaseSepolia"
          | "Berachain"
          | "BerachainBArtio"
          | "BerachainBepolia"
          | "Bitcoin"
          | "BitcoinSignet"
          | "BitcoinTestnet3"
          | "BitcoinCash"
          | "BitcoinCashTestnet"
          | "Bob"
          | "BobSepolia"
          | "Bsc"
          | "BscTestnet"
          | "Canton"
          | "CantonDevnet"
          | "CantonTestnet"
          | "Cardano"
          | "CardanoPreprod"
          | "Celo"
          | "CeloAlfajores"
          | "Codex"
          | "CodexSepolia"
          | "CosmosHub4"
          | "CosmosIcsTestnet"
          | "Dogecoin"
          | "DogecoinTestnet"
          | "Ethereum"
          | "EthereumGoerli"
          | "EthereumSepolia"
          | "EthereumHolesky"
          | "EthereumHoodi"
          | "FantomOpera"
          | "FantomTestnet"
          | "FlareC"
          | "FlareCCoston2"
          | "FlowEvm"
          | "FlowEvmTestnet"
          | "Hedera"
          | "HederaTestnet"
          | "Ink"
          | "InkSepolia"
          | "InternetComputer"
          | "Ion"
          | "IonTestnet"
          | "Iota"
          | "IotaTestnet"
          | "IotaZodianet"
          | "Kaspa"
          | "KaspaTestnet11"
          | "Kusama"
          | "KusamaAssetHub"
          | "Litecoin"
          | "LitecoinTestnet"
          | "Near"
          | "NearTestnet"
          | "Optimism"
          | "OptimismGoerli"
          | "OptimismSepolia"
          | "Origyn"
          | "Plasma"
          | "PlasmaTestnet"
          | "Plume"
          | "PlumeSepolia"
          | "Paseo"
          | "PaseoAssetHub"
          | "Polkadot"
          | "PolkadotAssetHub"
          | "Polygon"
          | "PolygonAmoy"
          | "PolygonMumbai"
          | "Polymesh"
          | "PolymeshTestnet"
          | "Race"
          | "RaceSepolia"
          | "SeiAtlantic2"
          | "SeiPacific1"
          | "Solana"
          | "SolanaDevnet"
          | "Sonic"
          | "SonicTestnet"
          | "Starknet"
          | "StarknetSepolia"
          | "Stellar"
          | "StellarTestnet"
          | "Sui"
          | "SuiTestnet"
          | "Tsc"
          | "TscTestnet1"
          | "Tezos"
          | "TezosGhostnet"
          | "Ton"
          | "TonTestnet"
          | "Tron"
          | "TronNile"
          | "Westend"
          | "WestendAssetHub"
          | "XrpLedger"
          | "XrpLedgerTestnet";
          timestamp: string;
          to?: string;
          txHash: string;
          value: string;
          walletId: string;
      }
    • {
          blockNumber: number;
          direction: "In" | "Out";
          fee?: string;
          from: string;
          index?: string;
          instrumentAdmin: string;
          instrumentId: string;
          kind: "Cip56Transfer";
          memo?: string;
          metadata: {
              asset: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
              fee?: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
          };
          network: | "Algorand"
          | "AlgorandTestnet"
          | "Aptos"
          | "AptosTestnet"
          | "ArbitrumOne"
          | "ArbitrumGoerli"
          | "ArbitrumSepolia"
          | "AvalancheC"
          | "AvalancheCFuji"
          | "Adi"
          | "AdiTestnet"
          | "AdiTestnetAb"
          | "BabylonGenesis"
          | "BabylonTestnet5"
          | "Base"
          | "BaseGoerli"
          | "BaseSepolia"
          | "Berachain"
          | "BerachainBArtio"
          | "BerachainBepolia"
          | "Bitcoin"
          | "BitcoinSignet"
          | "BitcoinTestnet3"
          | "BitcoinCash"
          | "BitcoinCashTestnet"
          | "Bob"
          | "BobSepolia"
          | "Bsc"
          | "BscTestnet"
          | "Canton"
          | "CantonDevnet"
          | "CantonTestnet"
          | "Cardano"
          | "CardanoPreprod"
          | "Celo"
          | "CeloAlfajores"
          | "Codex"
          | "CodexSepolia"
          | "CosmosHub4"
          | "CosmosIcsTestnet"
          | "Dogecoin"
          | "DogecoinTestnet"
          | "Ethereum"
          | "EthereumGoerli"
          | "EthereumSepolia"
          | "EthereumHolesky"
          | "EthereumHoodi"
          | "FantomOpera"
          | "FantomTestnet"
          | "FlareC"
          | "FlareCCoston2"
          | "FlowEvm"
          | "FlowEvmTestnet"
          | "Hedera"
          | "HederaTestnet"
          | "Ink"
          | "InkSepolia"
          | "InternetComputer"
          | "Ion"
          | "IonTestnet"
          | "Iota"
          | "IotaTestnet"
          | "IotaZodianet"
          | "Kaspa"
          | "KaspaTestnet11"
          | "Kusama"
          | "KusamaAssetHub"
          | "Litecoin"
          | "LitecoinTestnet"
          | "Near"
          | "NearTestnet"
          | "Optimism"
          | "OptimismGoerli"
          | "OptimismSepolia"
          | "Origyn"
          | "Plasma"
          | "PlasmaTestnet"
          | "Plume"
          | "PlumeSepolia"
          | "Paseo"
          | "PaseoAssetHub"
          | "Polkadot"
          | "PolkadotAssetHub"
          | "Polygon"
          | "PolygonAmoy"
          | "PolygonMumbai"
          | "Polymesh"
          | "PolymeshTestnet"
          | "Race"
          | "RaceSepolia"
          | "SeiAtlantic2"
          | "SeiPacific1"
          | "Solana"
          | "SolanaDevnet"
          | "Sonic"
          | "SonicTestnet"
          | "Starknet"
          | "StarknetSepolia"
          | "Stellar"
          | "StellarTestnet"
          | "Sui"
          | "SuiTestnet"
          | "Tsc"
          | "TscTestnet1"
          | "Tezos"
          | "TezosGhostnet"
          | "Ton"
          | "TonTestnet"
          | "Tron"
          | "TronNile"
          | "Westend"
          | "WestendAssetHub"
          | "XrpLedger"
          | "XrpLedgerTestnet";
          timestamp: string;
          to: string;
          txHash: string;
          value: string;
          walletId: string;
      }
    • {
          blockNumber: number;
          coin: string;
          direction: "In" | "Out";
          fee?: string;
          from: string;
          index?: string;
          kind: "CoinTransfer";
          metadata: {
              asset: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
              fee?: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
          };
          network: | "Algorand"
          | "AlgorandTestnet"
          | "Aptos"
          | "AptosTestnet"
          | "ArbitrumOne"
          | "ArbitrumGoerli"
          | "ArbitrumSepolia"
          | "AvalancheC"
          | "AvalancheCFuji"
          | "Adi"
          | "AdiTestnet"
          | "AdiTestnetAb"
          | "BabylonGenesis"
          | "BabylonTestnet5"
          | "Base"
          | "BaseGoerli"
          | "BaseSepolia"
          | "Berachain"
          | "BerachainBArtio"
          | "BerachainBepolia"
          | "Bitcoin"
          | "BitcoinSignet"
          | "BitcoinTestnet3"
          | "BitcoinCash"
          | "BitcoinCashTestnet"
          | "Bob"
          | "BobSepolia"
          | "Bsc"
          | "BscTestnet"
          | "Canton"
          | "CantonDevnet"
          | "CantonTestnet"
          | "Cardano"
          | "CardanoPreprod"
          | "Celo"
          | "CeloAlfajores"
          | "Codex"
          | "CodexSepolia"
          | "CosmosHub4"
          | "CosmosIcsTestnet"
          | "Dogecoin"
          | "DogecoinTestnet"
          | "Ethereum"
          | "EthereumGoerli"
          | "EthereumSepolia"
          | "EthereumHolesky"
          | "EthereumHoodi"
          | "FantomOpera"
          | "FantomTestnet"
          | "FlareC"
          | "FlareCCoston2"
          | "FlowEvm"
          | "FlowEvmTestnet"
          | "Hedera"
          | "HederaTestnet"
          | "Ink"
          | "InkSepolia"
          | "InternetComputer"
          | "Ion"
          | "IonTestnet"
          | "Iota"
          | "IotaTestnet"
          | "IotaZodianet"
          | "Kaspa"
          | "KaspaTestnet11"
          | "Kusama"
          | "KusamaAssetHub"
          | "Litecoin"
          | "LitecoinTestnet"
          | "Near"
          | "NearTestnet"
          | "Optimism"
          | "OptimismGoerli"
          | "OptimismSepolia"
          | "Origyn"
          | "Plasma"
          | "PlasmaTestnet"
          | "Plume"
          | "PlumeSepolia"
          | "Paseo"
          | "PaseoAssetHub"
          | "Polkadot"
          | "PolkadotAssetHub"
          | "Polygon"
          | "PolygonAmoy"
          | "PolygonMumbai"
          | "Polymesh"
          | "PolymeshTestnet"
          | "Race"
          | "RaceSepolia"
          | "SeiAtlantic2"
          | "SeiPacific1"
          | "Solana"
          | "SolanaDevnet"
          | "Sonic"
          | "SonicTestnet"
          | "Starknet"
          | "StarknetSepolia"
          | "Stellar"
          | "StellarTestnet"
          | "Sui"
          | "SuiTestnet"
          | "Tsc"
          | "TscTestnet1"
          | "Tezos"
          | "TezosGhostnet"
          | "Ton"
          | "TonTestnet"
          | "Tron"
          | "TronNile"
          | "Westend"
          | "WestendAssetHub"
          | "XrpLedger"
          | "XrpLedgerTestnet";
          timestamp: string;
          tos?: string[];
          txHash: string;
          value: string;
          walletId: string;
      }
    • {
          blockNumber: number;
          contract: string;
          decimals: number;
          direction: "In" | "Out";
          fee?: string;
          from: string;
          index?: string;
          kind: "Erc20Transfer";
          metadata: {
              asset: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
              fee?: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
          };
          network: | "Algorand"
          | "AlgorandTestnet"
          | "Aptos"
          | "AptosTestnet"
          | "ArbitrumOne"
          | "ArbitrumGoerli"
          | "ArbitrumSepolia"
          | "AvalancheC"
          | "AvalancheCFuji"
          | "Adi"
          | "AdiTestnet"
          | "AdiTestnetAb"
          | "BabylonGenesis"
          | "BabylonTestnet5"
          | "Base"
          | "BaseGoerli"
          | "BaseSepolia"
          | "Berachain"
          | "BerachainBArtio"
          | "BerachainBepolia"
          | "Bitcoin"
          | "BitcoinSignet"
          | "BitcoinTestnet3"
          | "BitcoinCash"
          | "BitcoinCashTestnet"
          | "Bob"
          | "BobSepolia"
          | "Bsc"
          | "BscTestnet"
          | "Canton"
          | "CantonDevnet"
          | "CantonTestnet"
          | "Cardano"
          | "CardanoPreprod"
          | "Celo"
          | "CeloAlfajores"
          | "Codex"
          | "CodexSepolia"
          | "CosmosHub4"
          | "CosmosIcsTestnet"
          | "Dogecoin"
          | "DogecoinTestnet"
          | "Ethereum"
          | "EthereumGoerli"
          | "EthereumSepolia"
          | "EthereumHolesky"
          | "EthereumHoodi"
          | "FantomOpera"
          | "FantomTestnet"
          | "FlareC"
          | "FlareCCoston2"
          | "FlowEvm"
          | "FlowEvmTestnet"
          | "Hedera"
          | "HederaTestnet"
          | "Ink"
          | "InkSepolia"
          | "InternetComputer"
          | "Ion"
          | "IonTestnet"
          | "Iota"
          | "IotaTestnet"
          | "IotaZodianet"
          | "Kaspa"
          | "KaspaTestnet11"
          | "Kusama"
          | "KusamaAssetHub"
          | "Litecoin"
          | "LitecoinTestnet"
          | "Near"
          | "NearTestnet"
          | "Optimism"
          | "OptimismGoerli"
          | "OptimismSepolia"
          | "Origyn"
          | "Plasma"
          | "PlasmaTestnet"
          | "Plume"
          | "PlumeSepolia"
          | "Paseo"
          | "PaseoAssetHub"
          | "Polkadot"
          | "PolkadotAssetHub"
          | "Polygon"
          | "PolygonAmoy"
          | "PolygonMumbai"
          | "Polymesh"
          | "PolymeshTestnet"
          | "Race"
          | "RaceSepolia"
          | "SeiAtlantic2"
          | "SeiPacific1"
          | "Solana"
          | "SolanaDevnet"
          | "Sonic"
          | "SonicTestnet"
          | "Starknet"
          | "StarknetSepolia"
          | "Stellar"
          | "StellarTestnet"
          | "Sui"
          | "SuiTestnet"
          | "Tsc"
          | "TscTestnet1"
          | "Tezos"
          | "TezosGhostnet"
          | "Ton"
          | "TonTestnet"
          | "Tron"
          | "TronNile"
          | "Westend"
          | "WestendAssetHub"
          | "XrpLedger"
          | "XrpLedgerTestnet";
          symbol?: string;
          timestamp: string;
          to: string;
          txHash: string;
          value: string;
          verified?: boolean;
          walletId: string;
      }
      • blockNumber: number
      • contract: string
      • decimals: number

        use metadata.asset.decimals instead

      • direction: "In" | "Out"
      • Optionalfee?: string
      • from: string
      • Optionalindex?: string
      • kind: "Erc20Transfer"
      • metadata: {
            asset: {
                decimals?: number;
                quotes?: { [x: string]: number };
                symbol?: string;
                verified?: boolean;
            };
            fee?: {
                decimals?: number;
                quotes?: { [x: string]: number };
                symbol?: string;
                verified?: boolean;
            };
        }
      • network:
            | "Algorand"
            | "AlgorandTestnet"
            | "Aptos"
            | "AptosTestnet"
            | "ArbitrumOne"
            | "ArbitrumGoerli"
            | "ArbitrumSepolia"
            | "AvalancheC"
            | "AvalancheCFuji"
            | "Adi"
            | "AdiTestnet"
            | "AdiTestnetAb"
            | "BabylonGenesis"
            | "BabylonTestnet5"
            | "Base"
            | "BaseGoerli"
            | "BaseSepolia"
            | "Berachain"
            | "BerachainBArtio"
            | "BerachainBepolia"
            | "Bitcoin"
            | "BitcoinSignet"
            | "BitcoinTestnet3"
            | "BitcoinCash"
            | "BitcoinCashTestnet"
            | "Bob"
            | "BobSepolia"
            | "Bsc"
            | "BscTestnet"
            | "Canton"
            | "CantonDevnet"
            | "CantonTestnet"
            | "Cardano"
            | "CardanoPreprod"
            | "Celo"
            | "CeloAlfajores"
            | "Codex"
            | "CodexSepolia"
            | "CosmosHub4"
            | "CosmosIcsTestnet"
            | "Dogecoin"
            | "DogecoinTestnet"
            | "Ethereum"
            | "EthereumGoerli"
            | "EthereumSepolia"
            | "EthereumHolesky"
            | "EthereumHoodi"
            | "FantomOpera"
            | "FantomTestnet"
            | "FlareC"
            | "FlareCCoston2"
            | "FlowEvm"
            | "FlowEvmTestnet"
            | "Hedera"
            | "HederaTestnet"
            | "Ink"
            | "InkSepolia"
            | "InternetComputer"
            | "Ion"
            | "IonTestnet"
            | "Iota"
            | "IotaTestnet"
            | "IotaZodianet"
            | "Kaspa"
            | "KaspaTestnet11"
            | "Kusama"
            | "KusamaAssetHub"
            | "Litecoin"
            | "LitecoinTestnet"
            | "Near"
            | "NearTestnet"
            | "Optimism"
            | "OptimismGoerli"
            | "OptimismSepolia"
            | "Origyn"
            | "Plasma"
            | "PlasmaTestnet"
            | "Plume"
            | "PlumeSepolia"
            | "Paseo"
            | "PaseoAssetHub"
            | "Polkadot"
            | "PolkadotAssetHub"
            | "Polygon"
            | "PolygonAmoy"
            | "PolygonMumbai"
            | "Polymesh"
            | "PolymeshTestnet"
            | "Race"
            | "RaceSepolia"
            | "SeiAtlantic2"
            | "SeiPacific1"
            | "Solana"
            | "SolanaDevnet"
            | "Sonic"
            | "SonicTestnet"
            | "Starknet"
            | "StarknetSepolia"
            | "Stellar"
            | "StellarTestnet"
            | "Sui"
            | "SuiTestnet"
            | "Tsc"
            | "TscTestnet1"
            | "Tezos"
            | "TezosGhostnet"
            | "Ton"
            | "TonTestnet"
            | "Tron"
            | "TronNile"
            | "Westend"
            | "WestendAssetHub"
            | "XrpLedger"
            | "XrpLedgerTestnet"
      • Optionalsymbol?: string

        use metadata.asset.symbol instead

      • timestamp: string
      • to: string
      • txHash: string
      • value: string
      • Optionalverified?: boolean

        use metadata.asset.verified instead

      • walletId: string
    • {
          blockNumber: number;
          contract: string;
          direction: "In" | "Out";
          fee?: string;
          from: string;
          index?: string;
          kind: "Erc721Transfer";
          metadata: {
              asset: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
              fee?: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
          };
          network: | "Algorand"
          | "AlgorandTestnet"
          | "Aptos"
          | "AptosTestnet"
          | "ArbitrumOne"
          | "ArbitrumGoerli"
          | "ArbitrumSepolia"
          | "AvalancheC"
          | "AvalancheCFuji"
          | "Adi"
          | "AdiTestnet"
          | "AdiTestnetAb"
          | "BabylonGenesis"
          | "BabylonTestnet5"
          | "Base"
          | "BaseGoerli"
          | "BaseSepolia"
          | "Berachain"
          | "BerachainBArtio"
          | "BerachainBepolia"
          | "Bitcoin"
          | "BitcoinSignet"
          | "BitcoinTestnet3"
          | "BitcoinCash"
          | "BitcoinCashTestnet"
          | "Bob"
          | "BobSepolia"
          | "Bsc"
          | "BscTestnet"
          | "Canton"
          | "CantonDevnet"
          | "CantonTestnet"
          | "Cardano"
          | "CardanoPreprod"
          | "Celo"
          | "CeloAlfajores"
          | "Codex"
          | "CodexSepolia"
          | "CosmosHub4"
          | "CosmosIcsTestnet"
          | "Dogecoin"
          | "DogecoinTestnet"
          | "Ethereum"
          | "EthereumGoerli"
          | "EthereumSepolia"
          | "EthereumHolesky"
          | "EthereumHoodi"
          | "FantomOpera"
          | "FantomTestnet"
          | "FlareC"
          | "FlareCCoston2"
          | "FlowEvm"
          | "FlowEvmTestnet"
          | "Hedera"
          | "HederaTestnet"
          | "Ink"
          | "InkSepolia"
          | "InternetComputer"
          | "Ion"
          | "IonTestnet"
          | "Iota"
          | "IotaTestnet"
          | "IotaZodianet"
          | "Kaspa"
          | "KaspaTestnet11"
          | "Kusama"
          | "KusamaAssetHub"
          | "Litecoin"
          | "LitecoinTestnet"
          | "Near"
          | "NearTestnet"
          | "Optimism"
          | "OptimismGoerli"
          | "OptimismSepolia"
          | "Origyn"
          | "Plasma"
          | "PlasmaTestnet"
          | "Plume"
          | "PlumeSepolia"
          | "Paseo"
          | "PaseoAssetHub"
          | "Polkadot"
          | "PolkadotAssetHub"
          | "Polygon"
          | "PolygonAmoy"
          | "PolygonMumbai"
          | "Polymesh"
          | "PolymeshTestnet"
          | "Race"
          | "RaceSepolia"
          | "SeiAtlantic2"
          | "SeiPacific1"
          | "Solana"
          | "SolanaDevnet"
          | "Sonic"
          | "SonicTestnet"
          | "Starknet"
          | "StarknetSepolia"
          | "Stellar"
          | "StellarTestnet"
          | "Sui"
          | "SuiTestnet"
          | "Tsc"
          | "TscTestnet1"
          | "Tezos"
          | "TezosGhostnet"
          | "Ton"
          | "TonTestnet"
          | "Tron"
          | "TronNile"
          | "Westend"
          | "WestendAssetHub"
          | "XrpLedger"
          | "XrpLedgerTestnet";
          symbol?: string;
          timestamp: string;
          to: string;
          tokenId: string;
          txHash: string;
          verified?: boolean;
          walletId: string;
      }
      • blockNumber: number
      • contract: string
      • direction: "In" | "Out"
      • Optionalfee?: string
      • from: string
      • Optionalindex?: string
      • kind: "Erc721Transfer"
      • metadata: {
            asset: {
                decimals?: number;
                quotes?: { [x: string]: number };
                symbol?: string;
                verified?: boolean;
            };
            fee?: {
                decimals?: number;
                quotes?: { [x: string]: number };
                symbol?: string;
                verified?: boolean;
            };
        }
      • network:
            | "Algorand"
            | "AlgorandTestnet"
            | "Aptos"
            | "AptosTestnet"
            | "ArbitrumOne"
            | "ArbitrumGoerli"
            | "ArbitrumSepolia"
            | "AvalancheC"
            | "AvalancheCFuji"
            | "Adi"
            | "AdiTestnet"
            | "AdiTestnetAb"
            | "BabylonGenesis"
            | "BabylonTestnet5"
            | "Base"
            | "BaseGoerli"
            | "BaseSepolia"
            | "Berachain"
            | "BerachainBArtio"
            | "BerachainBepolia"
            | "Bitcoin"
            | "BitcoinSignet"
            | "BitcoinTestnet3"
            | "BitcoinCash"
            | "BitcoinCashTestnet"
            | "Bob"
            | "BobSepolia"
            | "Bsc"
            | "BscTestnet"
            | "Canton"
            | "CantonDevnet"
            | "CantonTestnet"
            | "Cardano"
            | "CardanoPreprod"
            | "Celo"
            | "CeloAlfajores"
            | "Codex"
            | "CodexSepolia"
            | "CosmosHub4"
            | "CosmosIcsTestnet"
            | "Dogecoin"
            | "DogecoinTestnet"
            | "Ethereum"
            | "EthereumGoerli"
            | "EthereumSepolia"
            | "EthereumHolesky"
            | "EthereumHoodi"
            | "FantomOpera"
            | "FantomTestnet"
            | "FlareC"
            | "FlareCCoston2"
            | "FlowEvm"
            | "FlowEvmTestnet"
            | "Hedera"
            | "HederaTestnet"
            | "Ink"
            | "InkSepolia"
            | "InternetComputer"
            | "Ion"
            | "IonTestnet"
            | "Iota"
            | "IotaTestnet"
            | "IotaZodianet"
            | "Kaspa"
            | "KaspaTestnet11"
            | "Kusama"
            | "KusamaAssetHub"
            | "Litecoin"
            | "LitecoinTestnet"
            | "Near"
            | "NearTestnet"
            | "Optimism"
            | "OptimismGoerli"
            | "OptimismSepolia"
            | "Origyn"
            | "Plasma"
            | "PlasmaTestnet"
            | "Plume"
            | "PlumeSepolia"
            | "Paseo"
            | "PaseoAssetHub"
            | "Polkadot"
            | "PolkadotAssetHub"
            | "Polygon"
            | "PolygonAmoy"
            | "PolygonMumbai"
            | "Polymesh"
            | "PolymeshTestnet"
            | "Race"
            | "RaceSepolia"
            | "SeiAtlantic2"
            | "SeiPacific1"
            | "Solana"
            | "SolanaDevnet"
            | "Sonic"
            | "SonicTestnet"
            | "Starknet"
            | "StarknetSepolia"
            | "Stellar"
            | "StellarTestnet"
            | "Sui"
            | "SuiTestnet"
            | "Tsc"
            | "TscTestnet1"
            | "Tezos"
            | "TezosGhostnet"
            | "Ton"
            | "TonTestnet"
            | "Tron"
            | "TronNile"
            | "Westend"
            | "WestendAssetHub"
            | "XrpLedger"
            | "XrpLedgerTestnet"
      • Optionalsymbol?: string

        use metadata.asset.symbol instead

      • timestamp: string
      • to: string
      • tokenId: string
      • txHash: string
      • Optionalverified?: boolean

        use metadata.asset.verified instead

      • walletId: string
    • {
          blockNumber: number;
          direction: "In" | "Out";
          fee?: string;
          from?: string;
          index?: string;
          kind: "Hip17Transfer";
          metadata: {
              asset: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
              fee?: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
          };
          network: | "Algorand"
          | "AlgorandTestnet"
          | "Aptos"
          | "AptosTestnet"
          | "ArbitrumOne"
          | "ArbitrumGoerli"
          | "ArbitrumSepolia"
          | "AvalancheC"
          | "AvalancheCFuji"
          | "Adi"
          | "AdiTestnet"
          | "AdiTestnetAb"
          | "BabylonGenesis"
          | "BabylonTestnet5"
          | "Base"
          | "BaseGoerli"
          | "BaseSepolia"
          | "Berachain"
          | "BerachainBArtio"
          | "BerachainBepolia"
          | "Bitcoin"
          | "BitcoinSignet"
          | "BitcoinTestnet3"
          | "BitcoinCash"
          | "BitcoinCashTestnet"
          | "Bob"
          | "BobSepolia"
          | "Bsc"
          | "BscTestnet"
          | "Canton"
          | "CantonDevnet"
          | "CantonTestnet"
          | "Cardano"
          | "CardanoPreprod"
          | "Celo"
          | "CeloAlfajores"
          | "Codex"
          | "CodexSepolia"
          | "CosmosHub4"
          | "CosmosIcsTestnet"
          | "Dogecoin"
          | "DogecoinTestnet"
          | "Ethereum"
          | "EthereumGoerli"
          | "EthereumSepolia"
          | "EthereumHolesky"
          | "EthereumHoodi"
          | "FantomOpera"
          | "FantomTestnet"
          | "FlareC"
          | "FlareCCoston2"
          | "FlowEvm"
          | "FlowEvmTestnet"
          | "Hedera"
          | "HederaTestnet"
          | "Ink"
          | "InkSepolia"
          | "InternetComputer"
          | "Ion"
          | "IonTestnet"
          | "Iota"
          | "IotaTestnet"
          | "IotaZodianet"
          | "Kaspa"
          | "KaspaTestnet11"
          | "Kusama"
          | "KusamaAssetHub"
          | "Litecoin"
          | "LitecoinTestnet"
          | "Near"
          | "NearTestnet"
          | "Optimism"
          | "OptimismGoerli"
          | "OptimismSepolia"
          | "Origyn"
          | "Plasma"
          | "PlasmaTestnet"
          | "Plume"
          | "PlumeSepolia"
          | "Paseo"
          | "PaseoAssetHub"
          | "Polkadot"
          | "PolkadotAssetHub"
          | "Polygon"
          | "PolygonAmoy"
          | "PolygonMumbai"
          | "Polymesh"
          | "PolymeshTestnet"
          | "Race"
          | "RaceSepolia"
          | "SeiAtlantic2"
          | "SeiPacific1"
          | "Solana"
          | "SolanaDevnet"
          | "Sonic"
          | "SonicTestnet"
          | "Starknet"
          | "StarknetSepolia"
          | "Stellar"
          | "StellarTestnet"
          | "Sui"
          | "SuiTestnet"
          | "Tsc"
          | "TscTestnet1"
          | "Tezos"
          | "TezosGhostnet"
          | "Ton"
          | "TonTestnet"
          | "Tron"
          | "TronNile"
          | "Westend"
          | "WestendAssetHub"
          | "XrpLedger"
          | "XrpLedgerTestnet";
          serialNumber: string;
          timestamp: string;
          to?: string;
          tokenId: string;
          txHash: string;
          walletId: string;
      }
    • {
          blockNumber: number;
          direction: "In" | "Out";
          fee?: string;
          froms: string[];
          index?: string;
          kind: "HtsTransfer";
          metadata: {
              asset: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
              fee?: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
          };
          network: | "Algorand"
          | "AlgorandTestnet"
          | "Aptos"
          | "AptosTestnet"
          | "ArbitrumOne"
          | "ArbitrumGoerli"
          | "ArbitrumSepolia"
          | "AvalancheC"
          | "AvalancheCFuji"
          | "Adi"
          | "AdiTestnet"
          | "AdiTestnetAb"
          | "BabylonGenesis"
          | "BabylonTestnet5"
          | "Base"
          | "BaseGoerli"
          | "BaseSepolia"
          | "Berachain"
          | "BerachainBArtio"
          | "BerachainBepolia"
          | "Bitcoin"
          | "BitcoinSignet"
          | "BitcoinTestnet3"
          | "BitcoinCash"
          | "BitcoinCashTestnet"
          | "Bob"
          | "BobSepolia"
          | "Bsc"
          | "BscTestnet"
          | "Canton"
          | "CantonDevnet"
          | "CantonTestnet"
          | "Cardano"
          | "CardanoPreprod"
          | "Celo"
          | "CeloAlfajores"
          | "Codex"
          | "CodexSepolia"
          | "CosmosHub4"
          | "CosmosIcsTestnet"
          | "Dogecoin"
          | "DogecoinTestnet"
          | "Ethereum"
          | "EthereumGoerli"
          | "EthereumSepolia"
          | "EthereumHolesky"
          | "EthereumHoodi"
          | "FantomOpera"
          | "FantomTestnet"
          | "FlareC"
          | "FlareCCoston2"
          | "FlowEvm"
          | "FlowEvmTestnet"
          | "Hedera"
          | "HederaTestnet"
          | "Ink"
          | "InkSepolia"
          | "InternetComputer"
          | "Ion"
          | "IonTestnet"
          | "Iota"
          | "IotaTestnet"
          | "IotaZodianet"
          | "Kaspa"
          | "KaspaTestnet11"
          | "Kusama"
          | "KusamaAssetHub"
          | "Litecoin"
          | "LitecoinTestnet"
          | "Near"
          | "NearTestnet"
          | "Optimism"
          | "OptimismGoerli"
          | "OptimismSepolia"
          | "Origyn"
          | "Plasma"
          | "PlasmaTestnet"
          | "Plume"
          | "PlumeSepolia"
          | "Paseo"
          | "PaseoAssetHub"
          | "Polkadot"
          | "PolkadotAssetHub"
          | "Polygon"
          | "PolygonAmoy"
          | "PolygonMumbai"
          | "Polymesh"
          | "PolymeshTestnet"
          | "Race"
          | "RaceSepolia"
          | "SeiAtlantic2"
          | "SeiPacific1"
          | "Solana"
          | "SolanaDevnet"
          | "Sonic"
          | "SonicTestnet"
          | "Starknet"
          | "StarknetSepolia"
          | "Stellar"
          | "StellarTestnet"
          | "Sui"
          | "SuiTestnet"
          | "Tsc"
          | "TscTestnet1"
          | "Tezos"
          | "TezosGhostnet"
          | "Ton"
          | "TonTestnet"
          | "Tron"
          | "TronNile"
          | "Westend"
          | "WestendAssetHub"
          | "XrpLedger"
          | "XrpLedgerTestnet";
          timestamp: string;
          tokenId?: string;
          tos: string[];
          txHash: string;
          value: string;
          walletId: string;
      }
    • {
          blockNumber: number;
          coin: string;
          direction: "In" | "Out";
          fee?: string;
          from: string;
          index?: string;
          kind: "LockedCoinTransfer";
          metadata: {
              asset: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
              fee?: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
          };
          network: | "Algorand"
          | "AlgorandTestnet"
          | "Aptos"
          | "AptosTestnet"
          | "ArbitrumOne"
          | "ArbitrumGoerli"
          | "ArbitrumSepolia"
          | "AvalancheC"
          | "AvalancheCFuji"
          | "Adi"
          | "AdiTestnet"
          | "AdiTestnetAb"
          | "BabylonGenesis"
          | "BabylonTestnet5"
          | "Base"
          | "BaseGoerli"
          | "BaseSepolia"
          | "Berachain"
          | "BerachainBArtio"
          | "BerachainBepolia"
          | "Bitcoin"
          | "BitcoinSignet"
          | "BitcoinTestnet3"
          | "BitcoinCash"
          | "BitcoinCashTestnet"
          | "Bob"
          | "BobSepolia"
          | "Bsc"
          | "BscTestnet"
          | "Canton"
          | "CantonDevnet"
          | "CantonTestnet"
          | "Cardano"
          | "CardanoPreprod"
          | "Celo"
          | "CeloAlfajores"
          | "Codex"
          | "CodexSepolia"
          | "CosmosHub4"
          | "CosmosIcsTestnet"
          | "Dogecoin"
          | "DogecoinTestnet"
          | "Ethereum"
          | "EthereumGoerli"
          | "EthereumSepolia"
          | "EthereumHolesky"
          | "EthereumHoodi"
          | "FantomOpera"
          | "FantomTestnet"
          | "FlareC"
          | "FlareCCoston2"
          | "FlowEvm"
          | "FlowEvmTestnet"
          | "Hedera"
          | "HederaTestnet"
          | "Ink"
          | "InkSepolia"
          | "InternetComputer"
          | "Ion"
          | "IonTestnet"
          | "Iota"
          | "IotaTestnet"
          | "IotaZodianet"
          | "Kaspa"
          | "KaspaTestnet11"
          | "Kusama"
          | "KusamaAssetHub"
          | "Litecoin"
          | "LitecoinTestnet"
          | "Near"
          | "NearTestnet"
          | "Optimism"
          | "OptimismGoerli"
          | "OptimismSepolia"
          | "Origyn"
          | "Plasma"
          | "PlasmaTestnet"
          | "Plume"
          | "PlumeSepolia"
          | "Paseo"
          | "PaseoAssetHub"
          | "Polkadot"
          | "PolkadotAssetHub"
          | "Polygon"
          | "PolygonAmoy"
          | "PolygonMumbai"
          | "Polymesh"
          | "PolymeshTestnet"
          | "Race"
          | "RaceSepolia"
          | "SeiAtlantic2"
          | "SeiPacific1"
          | "Solana"
          | "SolanaDevnet"
          | "Sonic"
          | "SonicTestnet"
          | "Starknet"
          | "StarknetSepolia"
          | "Stellar"
          | "StellarTestnet"
          | "Sui"
          | "SuiTestnet"
          | "Tsc"
          | "TscTestnet1"
          | "Tezos"
          | "TezosGhostnet"
          | "Ton"
          | "TonTestnet"
          | "Tron"
          | "TronNile"
          | "Westend"
          | "WestendAssetHub"
          | "XrpLedger"
          | "XrpLedgerTestnet";
          timestamp: string;
          tos?: string[];
          txHash: string;
          value: string;
          walletId: string;
      }
    • {
          assetCode: string;
          balanceId?: string;
          blockNumber: number;
          direction: "In" | "Out";
          fee?: string;
          from: string;
          index?: string;
          issuer: string;
          kind: "Sep41Transfer";
          liquidityPool?: string;
          memo?: string;
          metadata: {
              asset: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
              fee?: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
          };
          network: | "Algorand"
          | "AlgorandTestnet"
          | "Aptos"
          | "AptosTestnet"
          | "ArbitrumOne"
          | "ArbitrumGoerli"
          | "ArbitrumSepolia"
          | "AvalancheC"
          | "AvalancheCFuji"
          | "Adi"
          | "AdiTestnet"
          | "AdiTestnetAb"
          | "BabylonGenesis"
          | "BabylonTestnet5"
          | "Base"
          | "BaseGoerli"
          | "BaseSepolia"
          | "Berachain"
          | "BerachainBArtio"
          | "BerachainBepolia"
          | "Bitcoin"
          | "BitcoinSignet"
          | "BitcoinTestnet3"
          | "BitcoinCash"
          | "BitcoinCashTestnet"
          | "Bob"
          | "BobSepolia"
          | "Bsc"
          | "BscTestnet"
          | "Canton"
          | "CantonDevnet"
          | "CantonTestnet"
          | "Cardano"
          | "CardanoPreprod"
          | "Celo"
          | "CeloAlfajores"
          | "Codex"
          | "CodexSepolia"
          | "CosmosHub4"
          | "CosmosIcsTestnet"
          | "Dogecoin"
          | "DogecoinTestnet"
          | "Ethereum"
          | "EthereumGoerli"
          | "EthereumSepolia"
          | "EthereumHolesky"
          | "EthereumHoodi"
          | "FantomOpera"
          | "FantomTestnet"
          | "FlareC"
          | "FlareCCoston2"
          | "FlowEvm"
          | "FlowEvmTestnet"
          | "Hedera"
          | "HederaTestnet"
          | "Ink"
          | "InkSepolia"
          | "InternetComputer"
          | "Ion"
          | "IonTestnet"
          | "Iota"
          | "IotaTestnet"
          | "IotaZodianet"
          | "Kaspa"
          | "KaspaTestnet11"
          | "Kusama"
          | "KusamaAssetHub"
          | "Litecoin"
          | "LitecoinTestnet"
          | "Near"
          | "NearTestnet"
          | "Optimism"
          | "OptimismGoerli"
          | "OptimismSepolia"
          | "Origyn"
          | "Plasma"
          | "PlasmaTestnet"
          | "Plume"
          | "PlumeSepolia"
          | "Paseo"
          | "PaseoAssetHub"
          | "Polkadot"
          | "PolkadotAssetHub"
          | "Polygon"
          | "PolygonAmoy"
          | "PolygonMumbai"
          | "Polymesh"
          | "PolymeshTestnet"
          | "Race"
          | "RaceSepolia"
          | "SeiAtlantic2"
          | "SeiPacific1"
          | "Solana"
          | "SolanaDevnet"
          | "Sonic"
          | "SonicTestnet"
          | "Starknet"
          | "StarknetSepolia"
          | "Stellar"
          | "StellarTestnet"
          | "Sui"
          | "SuiTestnet"
          | "Tsc"
          | "TscTestnet1"
          | "Tezos"
          | "TezosGhostnet"
          | "Ton"
          | "TonTestnet"
          | "Tron"
          | "TronNile"
          | "Westend"
          | "WestendAssetHub"
          | "XrpLedger"
          | "XrpLedgerTestnet";
          timestamp: string;
          to: string;
          txHash: string;
          value: string;
          walletId: string;
      }
    • {
          blockNumber: number;
          contract: string;
          direction: "In" | "Out";
          fee?: string;
          from: string;
          index?: string;
          kind: "Snip2Transfer";
          metadata: {
              asset: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
              fee?: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
          };
          network: | "Algorand"
          | "AlgorandTestnet"
          | "Aptos"
          | "AptosTestnet"
          | "ArbitrumOne"
          | "ArbitrumGoerli"
          | "ArbitrumSepolia"
          | "AvalancheC"
          | "AvalancheCFuji"
          | "Adi"
          | "AdiTestnet"
          | "AdiTestnetAb"
          | "BabylonGenesis"
          | "BabylonTestnet5"
          | "Base"
          | "BaseGoerli"
          | "BaseSepolia"
          | "Berachain"
          | "BerachainBArtio"
          | "BerachainBepolia"
          | "Bitcoin"
          | "BitcoinSignet"
          | "BitcoinTestnet3"
          | "BitcoinCash"
          | "BitcoinCashTestnet"
          | "Bob"
          | "BobSepolia"
          | "Bsc"
          | "BscTestnet"
          | "Canton"
          | "CantonDevnet"
          | "CantonTestnet"
          | "Cardano"
          | "CardanoPreprod"
          | "Celo"
          | "CeloAlfajores"
          | "Codex"
          | "CodexSepolia"
          | "CosmosHub4"
          | "CosmosIcsTestnet"
          | "Dogecoin"
          | "DogecoinTestnet"
          | "Ethereum"
          | "EthereumGoerli"
          | "EthereumSepolia"
          | "EthereumHolesky"
          | "EthereumHoodi"
          | "FantomOpera"
          | "FantomTestnet"
          | "FlareC"
          | "FlareCCoston2"
          | "FlowEvm"
          | "FlowEvmTestnet"
          | "Hedera"
          | "HederaTestnet"
          | "Ink"
          | "InkSepolia"
          | "InternetComputer"
          | "Ion"
          | "IonTestnet"
          | "Iota"
          | "IotaTestnet"
          | "IotaZodianet"
          | "Kaspa"
          | "KaspaTestnet11"
          | "Kusama"
          | "KusamaAssetHub"
          | "Litecoin"
          | "LitecoinTestnet"
          | "Near"
          | "NearTestnet"
          | "Optimism"
          | "OptimismGoerli"
          | "OptimismSepolia"
          | "Origyn"
          | "Plasma"
          | "PlasmaTestnet"
          | "Plume"
          | "PlumeSepolia"
          | "Paseo"
          | "PaseoAssetHub"
          | "Polkadot"
          | "PolkadotAssetHub"
          | "Polygon"
          | "PolygonAmoy"
          | "PolygonMumbai"
          | "Polymesh"
          | "PolymeshTestnet"
          | "Race"
          | "RaceSepolia"
          | "SeiAtlantic2"
          | "SeiPacific1"
          | "Solana"
          | "SolanaDevnet"
          | "Sonic"
          | "SonicTestnet"
          | "Starknet"
          | "StarknetSepolia"
          | "Stellar"
          | "StellarTestnet"
          | "Sui"
          | "SuiTestnet"
          | "Tsc"
          | "TscTestnet1"
          | "Tezos"
          | "TezosGhostnet"
          | "Ton"
          | "TonTestnet"
          | "Tron"
          | "TronNile"
          | "Westend"
          | "WestendAssetHub"
          | "XrpLedger"
          | "XrpLedgerTestnet";
          timestamp: string;
          to: string;
          txHash: string;
          value: string;
          walletId: string;
      }
    • {
          blockNumber: number;
          contract: string;
          direction: "In" | "Out";
          fee?: string;
          from: string;
          index?: string;
          kind: "Snip3Transfer";
          metadata: {
              asset: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
              fee?: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
          };
          network: | "Algorand"
          | "AlgorandTestnet"
          | "Aptos"
          | "AptosTestnet"
          | "ArbitrumOne"
          | "ArbitrumGoerli"
          | "ArbitrumSepolia"
          | "AvalancheC"
          | "AvalancheCFuji"
          | "Adi"
          | "AdiTestnet"
          | "AdiTestnetAb"
          | "BabylonGenesis"
          | "BabylonTestnet5"
          | "Base"
          | "BaseGoerli"
          | "BaseSepolia"
          | "Berachain"
          | "BerachainBArtio"
          | "BerachainBepolia"
          | "Bitcoin"
          | "BitcoinSignet"
          | "BitcoinTestnet3"
          | "BitcoinCash"
          | "BitcoinCashTestnet"
          | "Bob"
          | "BobSepolia"
          | "Bsc"
          | "BscTestnet"
          | "Canton"
          | "CantonDevnet"
          | "CantonTestnet"
          | "Cardano"
          | "CardanoPreprod"
          | "Celo"
          | "CeloAlfajores"
          | "Codex"
          | "CodexSepolia"
          | "CosmosHub4"
          | "CosmosIcsTestnet"
          | "Dogecoin"
          | "DogecoinTestnet"
          | "Ethereum"
          | "EthereumGoerli"
          | "EthereumSepolia"
          | "EthereumHolesky"
          | "EthereumHoodi"
          | "FantomOpera"
          | "FantomTestnet"
          | "FlareC"
          | "FlareCCoston2"
          | "FlowEvm"
          | "FlowEvmTestnet"
          | "Hedera"
          | "HederaTestnet"
          | "Ink"
          | "InkSepolia"
          | "InternetComputer"
          | "Ion"
          | "IonTestnet"
          | "Iota"
          | "IotaTestnet"
          | "IotaZodianet"
          | "Kaspa"
          | "KaspaTestnet11"
          | "Kusama"
          | "KusamaAssetHub"
          | "Litecoin"
          | "LitecoinTestnet"
          | "Near"
          | "NearTestnet"
          | "Optimism"
          | "OptimismGoerli"
          | "OptimismSepolia"
          | "Origyn"
          | "Plasma"
          | "PlasmaTestnet"
          | "Plume"
          | "PlumeSepolia"
          | "Paseo"
          | "PaseoAssetHub"
          | "Polkadot"
          | "PolkadotAssetHub"
          | "Polygon"
          | "PolygonAmoy"
          | "PolygonMumbai"
          | "Polymesh"
          | "PolymeshTestnet"
          | "Race"
          | "RaceSepolia"
          | "SeiAtlantic2"
          | "SeiPacific1"
          | "Solana"
          | "SolanaDevnet"
          | "Sonic"
          | "SonicTestnet"
          | "Starknet"
          | "StarknetSepolia"
          | "Stellar"
          | "StellarTestnet"
          | "Sui"
          | "SuiTestnet"
          | "Tsc"
          | "TscTestnet1"
          | "Tezos"
          | "TezosGhostnet"
          | "Ton"
          | "TonTestnet"
          | "Tron"
          | "TronNile"
          | "Westend"
          | "WestendAssetHub"
          | "XrpLedger"
          | "XrpLedgerTestnet";
          timestamp: string;
          to: string;
          tokenId: string;
          txHash: string;
          walletId: string;
      }
    • {
          blockNumber: number;
          direction: "In" | "Out";
          fee?: string;
          from?: string;
          index?: string;
          kind: "SplTransfer" | "Spl2022Transfer";
          metadata: {
              asset: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
              fee?: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
          };
          mint: string;
          network: | "Algorand"
          | "AlgorandTestnet"
          | "Aptos"
          | "AptosTestnet"
          | "ArbitrumOne"
          | "ArbitrumGoerli"
          | "ArbitrumSepolia"
          | "AvalancheC"
          | "AvalancheCFuji"
          | "Adi"
          | "AdiTestnet"
          | "AdiTestnetAb"
          | "BabylonGenesis"
          | "BabylonTestnet5"
          | "Base"
          | "BaseGoerli"
          | "BaseSepolia"
          | "Berachain"
          | "BerachainBArtio"
          | "BerachainBepolia"
          | "Bitcoin"
          | "BitcoinSignet"
          | "BitcoinTestnet3"
          | "BitcoinCash"
          | "BitcoinCashTestnet"
          | "Bob"
          | "BobSepolia"
          | "Bsc"
          | "BscTestnet"
          | "Canton"
          | "CantonDevnet"
          | "CantonTestnet"
          | "Cardano"
          | "CardanoPreprod"
          | "Celo"
          | "CeloAlfajores"
          | "Codex"
          | "CodexSepolia"
          | "CosmosHub4"
          | "CosmosIcsTestnet"
          | "Dogecoin"
          | "DogecoinTestnet"
          | "Ethereum"
          | "EthereumGoerli"
          | "EthereumSepolia"
          | "EthereumHolesky"
          | "EthereumHoodi"
          | "FantomOpera"
          | "FantomTestnet"
          | "FlareC"
          | "FlareCCoston2"
          | "FlowEvm"
          | "FlowEvmTestnet"
          | "Hedera"
          | "HederaTestnet"
          | "Ink"
          | "InkSepolia"
          | "InternetComputer"
          | "Ion"
          | "IonTestnet"
          | "Iota"
          | "IotaTestnet"
          | "IotaZodianet"
          | "Kaspa"
          | "KaspaTestnet11"
          | "Kusama"
          | "KusamaAssetHub"
          | "Litecoin"
          | "LitecoinTestnet"
          | "Near"
          | "NearTestnet"
          | "Optimism"
          | "OptimismGoerli"
          | "OptimismSepolia"
          | "Origyn"
          | "Plasma"
          | "PlasmaTestnet"
          | "Plume"
          | "PlumeSepolia"
          | "Paseo"
          | "PaseoAssetHub"
          | "Polkadot"
          | "PolkadotAssetHub"
          | "Polygon"
          | "PolygonAmoy"
          | "PolygonMumbai"
          | "Polymesh"
          | "PolymeshTestnet"
          | "Race"
          | "RaceSepolia"
          | "SeiAtlantic2"
          | "SeiPacific1"
          | "Solana"
          | "SolanaDevnet"
          | "Sonic"
          | "SonicTestnet"
          | "Starknet"
          | "StarknetSepolia"
          | "Stellar"
          | "StellarTestnet"
          | "Sui"
          | "SuiTestnet"
          | "Tsc"
          | "TscTestnet1"
          | "Tezos"
          | "TezosGhostnet"
          | "Ton"
          | "TonTestnet"
          | "Tron"
          | "TronNile"
          | "Westend"
          | "WestendAssetHub"
          | "XrpLedger"
          | "XrpLedgerTestnet";
          timestamp: string;
          to?: string;
          txHash: string;
          value: string;
          walletId: string;
      }
    • {
          blockNumber: number;
          direction: "In" | "Out";
          fee?: string;
          from: string;
          index?: string;
          kind: "Tep74Transfer";
          master: string;
          metadata: {
              asset: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
              fee?: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
          };
          network: | "Algorand"
          | "AlgorandTestnet"
          | "Aptos"
          | "AptosTestnet"
          | "ArbitrumOne"
          | "ArbitrumGoerli"
          | "ArbitrumSepolia"
          | "AvalancheC"
          | "AvalancheCFuji"
          | "Adi"
          | "AdiTestnet"
          | "AdiTestnetAb"
          | "BabylonGenesis"
          | "BabylonTestnet5"
          | "Base"
          | "BaseGoerli"
          | "BaseSepolia"
          | "Berachain"
          | "BerachainBArtio"
          | "BerachainBepolia"
          | "Bitcoin"
          | "BitcoinSignet"
          | "BitcoinTestnet3"
          | "BitcoinCash"
          | "BitcoinCashTestnet"
          | "Bob"
          | "BobSepolia"
          | "Bsc"
          | "BscTestnet"
          | "Canton"
          | "CantonDevnet"
          | "CantonTestnet"
          | "Cardano"
          | "CardanoPreprod"
          | "Celo"
          | "CeloAlfajores"
          | "Codex"
          | "CodexSepolia"
          | "CosmosHub4"
          | "CosmosIcsTestnet"
          | "Dogecoin"
          | "DogecoinTestnet"
          | "Ethereum"
          | "EthereumGoerli"
          | "EthereumSepolia"
          | "EthereumHolesky"
          | "EthereumHoodi"
          | "FantomOpera"
          | "FantomTestnet"
          | "FlareC"
          | "FlareCCoston2"
          | "FlowEvm"
          | "FlowEvmTestnet"
          | "Hedera"
          | "HederaTestnet"
          | "Ink"
          | "InkSepolia"
          | "InternetComputer"
          | "Ion"
          | "IonTestnet"
          | "Iota"
          | "IotaTestnet"
          | "IotaZodianet"
          | "Kaspa"
          | "KaspaTestnet11"
          | "Kusama"
          | "KusamaAssetHub"
          | "Litecoin"
          | "LitecoinTestnet"
          | "Near"
          | "NearTestnet"
          | "Optimism"
          | "OptimismGoerli"
          | "OptimismSepolia"
          | "Origyn"
          | "Plasma"
          | "PlasmaTestnet"
          | "Plume"
          | "PlumeSepolia"
          | "Paseo"
          | "PaseoAssetHub"
          | "Polkadot"
          | "PolkadotAssetHub"
          | "Polygon"
          | "PolygonAmoy"
          | "PolygonMumbai"
          | "Polymesh"
          | "PolymeshTestnet"
          | "Race"
          | "RaceSepolia"
          | "SeiAtlantic2"
          | "SeiPacific1"
          | "Solana"
          | "SolanaDevnet"
          | "Sonic"
          | "SonicTestnet"
          | "Starknet"
          | "StarknetSepolia"
          | "Stellar"
          | "StellarTestnet"
          | "Sui"
          | "SuiTestnet"
          | "Tsc"
          | "TscTestnet1"
          | "Tezos"
          | "TezosGhostnet"
          | "Ton"
          | "TonTestnet"
          | "Tron"
          | "TronNile"
          | "Westend"
          | "WestendAssetHub"
          | "XrpLedger"
          | "XrpLedgerTestnet";
          timestamp: string;
          to?: string;
          txHash: string;
          value: string;
          walletId: string;
      }
    • {
          blockNumber: number;
          direction: "In" | "Out";
          fee?: string;
          from: string;
          index?: string;
          kind: "Trc10Transfer";
          metadata: {
              asset: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
              fee?: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
          };
          network: | "Algorand"
          | "AlgorandTestnet"
          | "Aptos"
          | "AptosTestnet"
          | "ArbitrumOne"
          | "ArbitrumGoerli"
          | "ArbitrumSepolia"
          | "AvalancheC"
          | "AvalancheCFuji"
          | "Adi"
          | "AdiTestnet"
          | "AdiTestnetAb"
          | "BabylonGenesis"
          | "BabylonTestnet5"
          | "Base"
          | "BaseGoerli"
          | "BaseSepolia"
          | "Berachain"
          | "BerachainBArtio"
          | "BerachainBepolia"
          | "Bitcoin"
          | "BitcoinSignet"
          | "BitcoinTestnet3"
          | "BitcoinCash"
          | "BitcoinCashTestnet"
          | "Bob"
          | "BobSepolia"
          | "Bsc"
          | "BscTestnet"
          | "Canton"
          | "CantonDevnet"
          | "CantonTestnet"
          | "Cardano"
          | "CardanoPreprod"
          | "Celo"
          | "CeloAlfajores"
          | "Codex"
          | "CodexSepolia"
          | "CosmosHub4"
          | "CosmosIcsTestnet"
          | "Dogecoin"
          | "DogecoinTestnet"
          | "Ethereum"
          | "EthereumGoerli"
          | "EthereumSepolia"
          | "EthereumHolesky"
          | "EthereumHoodi"
          | "FantomOpera"
          | "FantomTestnet"
          | "FlareC"
          | "FlareCCoston2"
          | "FlowEvm"
          | "FlowEvmTestnet"
          | "Hedera"
          | "HederaTestnet"
          | "Ink"
          | "InkSepolia"
          | "InternetComputer"
          | "Ion"
          | "IonTestnet"
          | "Iota"
          | "IotaTestnet"
          | "IotaZodianet"
          | "Kaspa"
          | "KaspaTestnet11"
          | "Kusama"
          | "KusamaAssetHub"
          | "Litecoin"
          | "LitecoinTestnet"
          | "Near"
          | "NearTestnet"
          | "Optimism"
          | "OptimismGoerli"
          | "OptimismSepolia"
          | "Origyn"
          | "Plasma"
          | "PlasmaTestnet"
          | "Plume"
          | "PlumeSepolia"
          | "Paseo"
          | "PaseoAssetHub"
          | "Polkadot"
          | "PolkadotAssetHub"
          | "Polygon"
          | "PolygonAmoy"
          | "PolygonMumbai"
          | "Polymesh"
          | "PolymeshTestnet"
          | "Race"
          | "RaceSepolia"
          | "SeiAtlantic2"
          | "SeiPacific1"
          | "Solana"
          | "SolanaDevnet"
          | "Sonic"
          | "SonicTestnet"
          | "Starknet"
          | "StarknetSepolia"
          | "Stellar"
          | "StellarTestnet"
          | "Sui"
          | "SuiTestnet"
          | "Tsc"
          | "TscTestnet1"
          | "Tezos"
          | "TezosGhostnet"
          | "Ton"
          | "TonTestnet"
          | "Tron"
          | "TronNile"
          | "Westend"
          | "WestendAssetHub"
          | "XrpLedger"
          | "XrpLedgerTestnet";
          timestamp: string;
          to: string;
          tokenId: string;
          txHash: string;
          value: string;
          walletId: string;
      }
    • {
          blockNumber: number;
          contract: string;
          direction: "In" | "Out";
          fee?: string;
          from: string;
          index?: string;
          kind: "Trc20Transfer";
          metadata: {
              asset: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
              fee?: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
          };
          network: | "Algorand"
          | "AlgorandTestnet"
          | "Aptos"
          | "AptosTestnet"
          | "ArbitrumOne"
          | "ArbitrumGoerli"
          | "ArbitrumSepolia"
          | "AvalancheC"
          | "AvalancheCFuji"
          | "Adi"
          | "AdiTestnet"
          | "AdiTestnetAb"
          | "BabylonGenesis"
          | "BabylonTestnet5"
          | "Base"
          | "BaseGoerli"
          | "BaseSepolia"
          | "Berachain"
          | "BerachainBArtio"
          | "BerachainBepolia"
          | "Bitcoin"
          | "BitcoinSignet"
          | "BitcoinTestnet3"
          | "BitcoinCash"
          | "BitcoinCashTestnet"
          | "Bob"
          | "BobSepolia"
          | "Bsc"
          | "BscTestnet"
          | "Canton"
          | "CantonDevnet"
          | "CantonTestnet"
          | "Cardano"
          | "CardanoPreprod"
          | "Celo"
          | "CeloAlfajores"
          | "Codex"
          | "CodexSepolia"
          | "CosmosHub4"
          | "CosmosIcsTestnet"
          | "Dogecoin"
          | "DogecoinTestnet"
          | "Ethereum"
          | "EthereumGoerli"
          | "EthereumSepolia"
          | "EthereumHolesky"
          | "EthereumHoodi"
          | "FantomOpera"
          | "FantomTestnet"
          | "FlareC"
          | "FlareCCoston2"
          | "FlowEvm"
          | "FlowEvmTestnet"
          | "Hedera"
          | "HederaTestnet"
          | "Ink"
          | "InkSepolia"
          | "InternetComputer"
          | "Ion"
          | "IonTestnet"
          | "Iota"
          | "IotaTestnet"
          | "IotaZodianet"
          | "Kaspa"
          | "KaspaTestnet11"
          | "Kusama"
          | "KusamaAssetHub"
          | "Litecoin"
          | "LitecoinTestnet"
          | "Near"
          | "NearTestnet"
          | "Optimism"
          | "OptimismGoerli"
          | "OptimismSepolia"
          | "Origyn"
          | "Plasma"
          | "PlasmaTestnet"
          | "Plume"
          | "PlumeSepolia"
          | "Paseo"
          | "PaseoAssetHub"
          | "Polkadot"
          | "PolkadotAssetHub"
          | "Polygon"
          | "PolygonAmoy"
          | "PolygonMumbai"
          | "Polymesh"
          | "PolymeshTestnet"
          | "Race"
          | "RaceSepolia"
          | "SeiAtlantic2"
          | "SeiPacific1"
          | "Solana"
          | "SolanaDevnet"
          | "Sonic"
          | "SonicTestnet"
          | "Starknet"
          | "StarknetSepolia"
          | "Stellar"
          | "StellarTestnet"
          | "Sui"
          | "SuiTestnet"
          | "Tsc"
          | "TscTestnet1"
          | "Tezos"
          | "TezosGhostnet"
          | "Ton"
          | "TonTestnet"
          | "Tron"
          | "TronNile"
          | "Westend"
          | "WestendAssetHub"
          | "XrpLedger"
          | "XrpLedgerTestnet";
          timestamp: string;
          to: string;
          txHash: string;
          value: string;
          walletId: string;
      }
    • {
          blockNumber: number;
          contract: string;
          direction: "In" | "Out";
          fee?: string;
          from: string;
          index?: string;
          kind: "Trc721Transfer";
          metadata: {
              asset: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
              fee?: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
          };
          network: | "Algorand"
          | "AlgorandTestnet"
          | "Aptos"
          | "AptosTestnet"
          | "ArbitrumOne"
          | "ArbitrumGoerli"
          | "ArbitrumSepolia"
          | "AvalancheC"
          | "AvalancheCFuji"
          | "Adi"
          | "AdiTestnet"
          | "AdiTestnetAb"
          | "BabylonGenesis"
          | "BabylonTestnet5"
          | "Base"
          | "BaseGoerli"
          | "BaseSepolia"
          | "Berachain"
          | "BerachainBArtio"
          | "BerachainBepolia"
          | "Bitcoin"
          | "BitcoinSignet"
          | "BitcoinTestnet3"
          | "BitcoinCash"
          | "BitcoinCashTestnet"
          | "Bob"
          | "BobSepolia"
          | "Bsc"
          | "BscTestnet"
          | "Canton"
          | "CantonDevnet"
          | "CantonTestnet"
          | "Cardano"
          | "CardanoPreprod"
          | "Celo"
          | "CeloAlfajores"
          | "Codex"
          | "CodexSepolia"
          | "CosmosHub4"
          | "CosmosIcsTestnet"
          | "Dogecoin"
          | "DogecoinTestnet"
          | "Ethereum"
          | "EthereumGoerli"
          | "EthereumSepolia"
          | "EthereumHolesky"
          | "EthereumHoodi"
          | "FantomOpera"
          | "FantomTestnet"
          | "FlareC"
          | "FlareCCoston2"
          | "FlowEvm"
          | "FlowEvmTestnet"
          | "Hedera"
          | "HederaTestnet"
          | "Ink"
          | "InkSepolia"
          | "InternetComputer"
          | "Ion"
          | "IonTestnet"
          | "Iota"
          | "IotaTestnet"
          | "IotaZodianet"
          | "Kaspa"
          | "KaspaTestnet11"
          | "Kusama"
          | "KusamaAssetHub"
          | "Litecoin"
          | "LitecoinTestnet"
          | "Near"
          | "NearTestnet"
          | "Optimism"
          | "OptimismGoerli"
          | "OptimismSepolia"
          | "Origyn"
          | "Plasma"
          | "PlasmaTestnet"
          | "Plume"
          | "PlumeSepolia"
          | "Paseo"
          | "PaseoAssetHub"
          | "Polkadot"
          | "PolkadotAssetHub"
          | "Polygon"
          | "PolygonAmoy"
          | "PolygonMumbai"
          | "Polymesh"
          | "PolymeshTestnet"
          | "Race"
          | "RaceSepolia"
          | "SeiAtlantic2"
          | "SeiPacific1"
          | "Solana"
          | "SolanaDevnet"
          | "Sonic"
          | "SonicTestnet"
          | "Starknet"
          | "StarknetSepolia"
          | "Stellar"
          | "StellarTestnet"
          | "Sui"
          | "SuiTestnet"
          | "Tsc"
          | "TscTestnet1"
          | "Tezos"
          | "TezosGhostnet"
          | "Ton"
          | "TonTestnet"
          | "Tron"
          | "TronNile"
          | "Westend"
          | "WestendAssetHub"
          | "XrpLedger"
          | "XrpLedgerTestnet";
          timestamp: string;
          to: string;
          tokenId: string;
          txHash: string;
          walletId: string;
      }
    • {
          blockNumber: number;
          direction: "In" | "Out";
          fee?: string;
          froms: string[];
          index?: string;
          kind: "UtxoTransfer";
          metadata: {
              asset: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
              fee?: {
                  decimals?: number;
                  quotes?: { [x: string]: number };
                  symbol?: string;
                  verified?: boolean;
              };
          };
          network: | "Algorand"
          | "AlgorandTestnet"
          | "Aptos"
          | "AptosTestnet"
          | "ArbitrumOne"
          | "ArbitrumGoerli"
          | "ArbitrumSepolia"
          | "AvalancheC"
          | "AvalancheCFuji"
          | "Adi"
          | "AdiTestnet"
          | "AdiTestnetAb"
          | "BabylonGenesis"
          | "BabylonTestnet5"
          | "Base"
          | "BaseGoerli"
          | "BaseSepolia"
          | "Berachain"
          | "BerachainBArtio"
          | "BerachainBepolia"
          | "Bitcoin"
          | "BitcoinSignet"
          | "BitcoinTestnet3"
          | "BitcoinCash"
          | "BitcoinCashTestnet"
          | "Bob"
          | "BobSepolia"
          | "Bsc"
          | "BscTestnet"
          | "Canton"
          | "CantonDevnet"
          | "CantonTestnet"
          | "Cardano"
          | "CardanoPreprod"
          | "Celo"
          | "CeloAlfajores"
          | "Codex"
          | "CodexSepolia"
          | "CosmosHub4"
          | "CosmosIcsTestnet"
          | "Dogecoin"
          | "DogecoinTestnet"
          | "Ethereum"
          | "EthereumGoerli"
          | "EthereumSepolia"
          | "EthereumHolesky"
          | "EthereumHoodi"
          | "FantomOpera"
          | "FantomTestnet"
          | "FlareC"
          | "FlareCCoston2"
          | "FlowEvm"
          | "FlowEvmTestnet"
          | "Hedera"
          | "HederaTestnet"
          | "Ink"
          | "InkSepolia"
          | "InternetComputer"
          | "Ion"
          | "IonTestnet"
          | "Iota"
          | "IotaTestnet"
          | "IotaZodianet"
          | "Kaspa"
          | "KaspaTestnet11"
          | "Kusama"
          | "KusamaAssetHub"
          | "Litecoin"
          | "LitecoinTestnet"
          | "Near"
          | "NearTestnet"
          | "Optimism"
          | "OptimismGoerli"
          | "OptimismSepolia"
          | "Origyn"
          | "Plasma"
          | "PlasmaTestnet"
          | "Plume"
          | "PlumeSepolia"
          | "Paseo"
          | "PaseoAssetHub"
          | "Polkadot"
          | "PolkadotAssetHub"
          | "Polygon"
          | "PolygonAmoy"
          | "PolygonMumbai"
          | "Polymesh"
          | "PolymeshTestnet"
          | "Race"
          | "RaceSepolia"
          | "SeiAtlantic2"
          | "SeiPacific1"
          | "Solana"
          | "SolanaDevnet"
          | "Sonic"
          | "SonicTestnet"
          | "Starknet"
          | "StarknetSepolia"
          | "Stellar"
          | "StellarTestnet"
          | "Sui"
          | "SuiTestnet"
          | "Tsc"
          | "TscTestnet1"
          | "Tezos"
          | "TezosGhostnet"
          | "Ton"
          | "TonTestnet"
          | "Tron"
          | "TronNile"
          | "Westend"
          | "WestendAssetHub"
          | "XrpLedger"
          | "XrpLedgerTestnet";
          timestamp: string;
          tos: string[];
          txHash: string;
          value: string;
          walletId: string;
      }
    network:
        | "Algorand"
        | "AlgorandTestnet"
        | "Aptos"
        | "AptosTestnet"
        | "ArbitrumOne"
        | "ArbitrumGoerli"
        | "ArbitrumSepolia"
        | "AvalancheC"
        | "AvalancheCFuji"
        | "Adi"
        | "AdiTestnet"
        | "AdiTestnetAb"
        | "BabylonGenesis"
        | "BabylonTestnet5"
        | "Base"
        | "BaseGoerli"
        | "BaseSepolia"
        | "Berachain"
        | "BerachainBArtio"
        | "BerachainBepolia"
        | "Bitcoin"
        | "BitcoinSignet"
        | "BitcoinTestnet3"
        | "BitcoinCash"
        | "BitcoinCashTestnet"
        | "Bob"
        | "BobSepolia"
        | "Bsc"
        | "BscTestnet"
        | "Canton"
        | "CantonDevnet"
        | "CantonTestnet"
        | "Cardano"
        | "CardanoPreprod"
        | "Celo"
        | "CeloAlfajores"
        | "Codex"
        | "CodexSepolia"
        | "CosmosHub4"
        | "CosmosIcsTestnet"
        | "Dogecoin"
        | "DogecoinTestnet"
        | "Ethereum"
        | "EthereumGoerli"
        | "EthereumSepolia"
        | "EthereumHolesky"
        | "EthereumHoodi"
        | "FantomOpera"
        | "FantomTestnet"
        | "FlareC"
        | "FlareCCoston2"
        | "FlowEvm"
        | "FlowEvmTestnet"
        | "Hedera"
        | "HederaTestnet"
        | "Ink"
        | "InkSepolia"
        | "InternetComputer"
        | "Ion"
        | "IonTestnet"
        | "Iota"
        | "IotaTestnet"
        | "IotaZodianet"
        | "Kaspa"
        | "KaspaTestnet11"
        | "Kusama"
        | "KusamaAssetHub"
        | "Litecoin"
        | "LitecoinTestnet"
        | "Near"
        | "NearTestnet"
        | "Optimism"
        | "OptimismGoerli"
        | "OptimismSepolia"
        | "Origyn"
        | "Plasma"
        | "PlasmaTestnet"
        | "Plume"
        | "PlumeSepolia"
        | "Paseo"
        | "PaseoAssetHub"
        | "Polkadot"
        | "PolkadotAssetHub"
        | "Polygon"
        | "PolygonAmoy"
        | "PolygonMumbai"
        | "Polymesh"
        | "PolymeshTestnet"
        | "Race"
        | "RaceSepolia"
        | "SeiAtlantic2"
        | "SeiPacific1"
        | "Solana"
        | "SolanaDevnet"
        | "Sonic"
        | "SonicTestnet"
        | "Starknet"
        | "StarknetSepolia"
        | "Stellar"
        | "StellarTestnet"
        | "Sui"
        | "SuiTestnet"
        | "Tsc"
        | "TscTestnet1"
        | "Tezos"
        | "TezosGhostnet"
        | "Ton"
        | "TonTestnet"
        | "Tron"
        | "TronNile"
        | "Westend"
        | "WestendAssetHub"
        | "XrpLedger"
        | "XrpLedgerTestnet"
    nextPageToken?: string

    token to use as paginationToken to request the next page.

    walletId: string

    Wallet id.