ListTransfersResponse: {
    items: {
        approvalId?: string;
        dateBroadcasted?: string;
        dateConfirmed?: string;
        datePolicyResolved?: string;
        dateRequested: string;
        externalId?: string;
        fee?: string;
        id: string;
        metadata: {
            asset: {
                decimals?: number;
                quotes?: {
                    [x: string]: number;
                };
                symbol?: string;
                verified?: boolean;
            };
        };
        network: "Algorand" | "AlgorandTestnet" | "ArbitrumOne" | "ArbitrumGoerli" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseGoerli" | "BaseSepolia" | "Bitcoin" | "BitcoinSignet" | "BitcoinTestnet3" | "Bsc" | "BscTestnet" | "Cardano" | "CardanoPreprod" | "Celo" | "CeloAlfajores" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "FantomOpera" | "FantomTestnet" | "InternetComputer" | "Iota" | "IotaTestnet" | "Kaspa" | "KaspaTestnet11" | "Kusama" | "Litecoin" | "LitecoinTestnet" | "Optimism" | "OptimismGoerli" | "OptimismSepolia" | "Origyn" | "Polkadot" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Race" | "RaceSepolia" | "SeiAtlantic2" | "SeiPacific1" | "Solana" | "SolanaDevnet" | "Stellar" | "StellarTestnet" | "Tezos" | "TezosGhostnet" | "Ton" | "TonTestnet" | "Tron" | "TronNile" | "Westend" | "XrpLedger" | "XrpLedgerTestnet" | "KeyECDSA" | "KeyECDSAStark" | "KeyEdDSA";
        reason?: string;
        requestBody: {
            amount: string;
            createDestinationAccount?: boolean;
            externalId?: string;
            kind: "Native";
            memo?: string;
            priority?: "Slow" | "Standard" | "Fast";
            to: string | string | string | string | string | string | string | string | string | string | string | string | string | string | string | string;
        } | {
            amount: string;
            contract: string;
            externalId?: string;
            kind: "Erc20";
            priority?: "Slow" | "Standard" | "Fast";
            to: string;
        } | {
            contract: string;
            externalId?: string;
            kind: "Erc721";
            priority?: "Slow" | "Standard" | "Fast";
            to: string;
            tokenId: string;
        } | {
            amount: string;
            externalId?: string;
            kind: "Trc10";
            to: string;
            tokenId: string;
        } | {
            amount: string;
            contract: string;
            externalId?: string;
            kind: "Trc20";
            to: string;
        } | {
            contract: string;
            externalId?: string;
            kind: "Trc721";
            to: string;
            tokenId: string;
        } | {
            amount: string;
            assetId: string;
            externalId?: string;
            kind: "Asa";
            to: string;
        } | {
            amount: string;
            assetCode: string;
            externalId?: string;
            issuer: string;
            kind: "Sep41";
            memo?: string;
            to: string;
        } | {
            amount: string;
            createDestinationAccount?: boolean;
            externalId?: string;
            kind: "Spl" | "Spl2022";
            mint: string;
            to: string;
        } | {
            amount: string;
            externalId?: string;
            kind: "Tep74";
            master: string;
            memo?: string;
            to: string;
        };
        requester: {
            appId?: string;
            tokenId?: string;
            userId: string;
        };
        status: "Pending" | "Executing" | "Broadcasted" | "Confirmed" | "Failed" | "Rejected";
        txHash?: string;
        walletId: string;
    }[];
    nextPageToken?: string;
    walletId: string;
}

Type declaration

  • items: {
        approvalId?: string;
        dateBroadcasted?: string;
        dateConfirmed?: string;
        datePolicyResolved?: string;
        dateRequested: string;
        externalId?: string;
        fee?: string;
        id: string;
        metadata: {
            asset: {
                decimals?: number;
                quotes?: {
                    [x: string]: number;
                };
                symbol?: string;
                verified?: boolean;
            };
        };
        network: "Algorand" | "AlgorandTestnet" | "ArbitrumOne" | "ArbitrumGoerli" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseGoerli" | "BaseSepolia" | "Bitcoin" | "BitcoinSignet" | "BitcoinTestnet3" | "Bsc" | "BscTestnet" | "Cardano" | "CardanoPreprod" | "Celo" | "CeloAlfajores" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "FantomOpera" | "FantomTestnet" | "InternetComputer" | "Iota" | "IotaTestnet" | "Kaspa" | "KaspaTestnet11" | "Kusama" | "Litecoin" | "LitecoinTestnet" | "Optimism" | "OptimismGoerli" | "OptimismSepolia" | "Origyn" | "Polkadot" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Race" | "RaceSepolia" | "SeiAtlantic2" | "SeiPacific1" | "Solana" | "SolanaDevnet" | "Stellar" | "StellarTestnet" | "Tezos" | "TezosGhostnet" | "Ton" | "TonTestnet" | "Tron" | "TronNile" | "Westend" | "XrpLedger" | "XrpLedgerTestnet" | "KeyECDSA" | "KeyECDSAStark" | "KeyEdDSA";
        reason?: string;
        requestBody: {
            amount: string;
            createDestinationAccount?: boolean;
            externalId?: string;
            kind: "Native";
            memo?: string;
            priority?: "Slow" | "Standard" | "Fast";
            to: string | string | string | string | string | string | string | string | string | string | string | string | string | string | string | string;
        } | {
            amount: string;
            contract: string;
            externalId?: string;
            kind: "Erc20";
            priority?: "Slow" | "Standard" | "Fast";
            to: string;
        } | {
            contract: string;
            externalId?: string;
            kind: "Erc721";
            priority?: "Slow" | "Standard" | "Fast";
            to: string;
            tokenId: string;
        } | {
            amount: string;
            externalId?: string;
            kind: "Trc10";
            to: string;
            tokenId: string;
        } | {
            amount: string;
            contract: string;
            externalId?: string;
            kind: "Trc20";
            to: string;
        } | {
            contract: string;
            externalId?: string;
            kind: "Trc721";
            to: string;
            tokenId: string;
        } | {
            amount: string;
            assetId: string;
            externalId?: string;
            kind: "Asa";
            to: string;
        } | {
            amount: string;
            assetCode: string;
            externalId?: string;
            issuer: string;
            kind: "Sep41";
            memo?: string;
            to: string;
        } | {
            amount: string;
            createDestinationAccount?: boolean;
            externalId?: string;
            kind: "Spl" | "Spl2022";
            mint: string;
            to: string;
        } | {
            amount: string;
            externalId?: string;
            kind: "Tep74";
            master: string;
            memo?: string;
            to: string;
        };
        requester: {
            appId?: string;
            tokenId?: string;
            userId: string;
        };
        status: "Pending" | "Executing" | "Broadcasted" | "Confirmed" | "Failed" | "Rejected";
        txHash?: string;
        walletId: string;
    }[]
  • Optional nextPageToken?: string
  • walletId: string

Generated using TypeDoc