Etherscan

etherscan 是否需要使用 api 密鑰

  • October 23, 2019

我想列出帳戶的交易。但是,我對 etherscan 是否需要 api 密鑰感到困惑。一個https://etherscan.io/apis,它說您可以創建一個 api 密鑰以與 api 一起使用。

但是,如果您檢查頁面中的以下連結:https ://etherscan.io/apis#accounts

https://api.etherscan.io/api?module=account&action=balance&address=0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae&tag=latest&apikey=YourApiKeyToken

你可以清楚地提出要求。它甚至將 YourApiKeyToken 顯示為佔位符。但刪除它也可以讓我查看交易。那麼,是否需要 api 密鑰?

如果您希望能夠推送更多交易,則需要 API 密鑰,我需要一個 API 密鑰

作為開發人員,如果您計劃在達到限制後推送更多事務,則需要獲取 API 密鑰。如果沒有 API 密鑰,則會施加 5 個請求/秒的速率限制,因此如果超過此限制,您可能會收到 HTTP 403 錯誤。

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