Ethereum-Wallet-Dapp

是否有任何 api 服務用於顯示乙太坊地址的投資組合性能

  • June 29, 2021

我正在開發 dapp,我必須在其中展示乙太坊地址的投資組合性能。有人可以向我推荐一個 api 服務,它可以為我提供所有乙太坊地址的歷史數據,表明我可以在投資組合價值與日期之間繪製圖表。

Zapper 非常適合這個:

https://docs.zapper.fi/zapper-api/api-getting-started

您也可以使用專業版的 Etherscan API,但這不是免費的。

Zerion 可能是您正在尋找的東西:https ://docs.zerion.io/websockets/getting-started/example

https://docs.zerion.io/websockets/namespaces/address

祝你好運!

引用自:https://ethereum.stackexchange.com/questions/102674