Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 183492f

Browse files
authored
Added more details
1 parent 406356a commit 183492f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ___
1313
All of the *free* GET endpoints from the following modules are provided:
1414

1515

16-
<details><summary><a href="https://etherscan.io/apis#accounts">Accounts</a></summary>
16+
<details><summary>Accounts <a href="https://etherscan.io/apis#accounts">(source)</a></summary>
1717
<p>
1818

1919
* `get_eth_balance`
@@ -35,7 +35,7 @@ All of the *free* GET endpoints from the following modules are provided:
3535

3636
</details>
3737

38-
<details><summary><a href="https://etherscan.io/apis#contracts">Contracts</a></summary>
38+
<details><summary>Contracts <a href="https://etherscan.io/apis#contracts">(source)</a></summary>
3939
<p>
4040

4141
* `get_contract_abi`
@@ -45,15 +45,15 @@ All of the *free* GET endpoints from the following modules are provided:
4545

4646
</details>
4747

48-
<details><summary><a href="https://etherscan.io/apis#transactions">Transactions</a></summary>
48+
<details><summary>Transactions <a href="https://etherscan.io/apis#transactions">(source)</a></summary>
4949
<p>
5050

5151
* `get_contract_execution_status`
5252
* `get_tx_receipt_status`
5353

5454
</details>
5555

56-
<details><summary><a href="https://etherscan.io/apis#blocks">Blocks</a></summary>
56+
<details><summary>Blocks <a href="https://etherscan.io/apis#blocks">(source)</a></summary>
5757
<p>
5858

5959
* `get_block_reward_by_block_number`
@@ -62,7 +62,7 @@ All of the *free* GET endpoints from the following modules are provided:
6262

6363
</details>
6464

65-
<details><summary><a href="https://etherscan.io/apis#proxy">GETH/Parity Proxy</a></summary>
65+
<details><summary>GETH/Parity Proxy <a href="https://etherscan.io/apis#proxy">(source)</a></summary>
6666
<p>
6767

6868
* `get_proxy_block_number`
@@ -81,23 +81,23 @@ All of the *free* GET endpoints from the following modules are provided:
8181

8282
</details>
8383

84-
<details><summary><a href="https://etherscan.io/apis#tokens">Tokens</a></summary>
84+
<details><summary>Tokens <a href="https://etherscan.io/apis#tokens">(source)</a></summary>
8585
<p>
8686

8787
* `get_total_supply_by_contract_address`
8888
* `get_acc_balance_by_token_and_contract_address`
8989

9090
</details>
9191

92-
<details><summary><a href="https://etherscan.io/apis#gastracker">Gas Tracker</a></summary>
92+
<details><summary>Gas Tracker <a href="https://etherscan.io/apis#gastracker">(source)</a></summary>
9393
<p>
9494

9595
* `get_est_confirmation_time`
9696
* `get_gas_oracle`
9797

9898
</details>
9999

100-
<details><summary><a href="https://etherscan.io/apis#stats">Stats</a></summary>
100+
<details><summary>Stats <a href="https://etherscan.io/apis#stats">(source)</a></summary>
101101
<p>
102102

103103
* `get_total_eth_supply`

0 commit comments

Comments
 (0)