erc20_accountPositions
interface allows users to view all ERC20 contract addresses and corresponding token balances held by a wallet. Similarly, the nft_accountPositions
interface supports viewing NFT data held by an account and the SFT balances. These three types of position sizes make up the account's portfolio. erc20_transfer
enables users to analyze Token's transaction trajectory, and nft_transfer
enables users to analyze NFT transactions with different parameters, including fromAddress, toAddress, fromBlockNumber, toBlockNumber, and contractAddress to achieve different purposes.trace_transaction
you can also trace FT & NFT historical transaction records.erc20_approvals
and nft_approvals
interfaces, users can immediately scan and analyze the potential risk points of the current authorization contract of the wallet address, identify potential risks as early as possible and improve the security index of the address.