Skip to content

Commit e0beeea

Browse files
authored
Added more modules
1 parent 8c73ae6 commit e0beeea

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,39 @@ The following endpoints are provided:
5252

5353
</details>
5454

55+
<details><summary>Transactions <a href="https://bscscan.io/apis#transactions">(source)</a></summary>
56+
<p>
57+
58+
* `get_contract_execution_status`
59+
* `get_tx_receipt_status`
60+
61+
</details>
62+
63+
<details><summary>Blocks <a href="https://bscscan.io/apis#blocks">(source)</a></summary>
64+
<p>
65+
66+
* `get_block_reward_by_block_number`
67+
* `get_est_block_countdown_time_by_block_number`
68+
* `get_block_number_by_timestamp`
69+
70+
</details>
71+
72+
<details><summary>GETH/Parity Proxy <a href="https://bscscan.io/apis#proxy">(source)</a></summary>
73+
<p>
74+
75+
* `get_proxy_block_number`
76+
* `get_proxy_block_by_number`
77+
* `get_proxy_block_transaction_count_by_number`
78+
* `get_proxy_transaction_by_hash`
79+
* `get_proxy_transaction_by_block_number_and_index`
80+
* `get_proxy_transaction_count`
81+
* `get_proxy_transaction_receipt`
82+
* `get_proxy_call`
83+
* `get_proxy_code_at`
84+
* `get_proxy_storage_position_at`
85+
* `get_proxy_gas_price`
86+
* `get_proxy_est_gas`
87+
5588
</details>
5689

5790
<details><summary>Tokens <a href="https://bscscan.com/apis#tokens">(source)</a></summary>

0 commit comments

Comments
 (0)