Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
8314d92
Added blockmachine RPC.
ai-docsite-updater-prototype[bot] Aug 19, 2026
7abc52b
chore(llms): sync llms index for PR #877
ai-docsite-updater-prototype[bot] Aug 19, 2026
19feab2
chore(llms): sync llms index for PR #877
ai-docsite-updater-prototype[bot] Aug 19, 2026
c6fc2e5
chore(llms): sync llms index for PR #877
ai-docsite-updater-prototype[bot] Aug 19, 2026
6c87e68
fix(llms): clean malformed sync for PR #877
ai-docsite-updater-prototype[bot] Aug 19, 2026
4987812
fix(llms): clean malformed sync for PR #877
ai-docsite-updater-prototype[bot] Aug 19, 2026
05a88fa
fix(llms): restore llms-full export for PR #877
ai-docsite-updater-prototype[bot] Aug 19, 2026
d0d8cbe
chore(llms): sync llms index for PR #877
ai-docsite-updater-prototype[bot] Aug 19, 2026
881a612
chore(llms): sync llms index for PR #877
ai-docsite-updater-prototype[bot] Aug 19, 2026
f8eb9bc
chore(llms): sync llms index for PR #877
ai-docsite-updater-prototype[bot] Aug 19, 2026
eafcc08
chore(llms): sync llms index for PR #877
ai-docsite-updater-prototype[bot] Aug 21, 2026
6121fc4
chore(llms): sync llms index for PR #877
ai-docsite-updater-prototype[bot] Aug 21, 2026
3b5d70b
chore(llms): sync llms index for PR #877
ai-docsite-updater-prototype[bot] Aug 21, 2026
e46f718
chore(llms): sync llms index for PR #877
ai-docsite-updater-prototype[bot] Aug 21, 2026
fc13eb5
chore(llms): sync llms index for PR #877
ai-docsite-updater-prototype[bot] Aug 21, 2026
9a9c62d
chore(llms): sync llms index for PR #877
ai-docsite-updater-prototype[bot] Aug 21, 2026
1319890
chore(llms): sync llms index for PR #877
ai-docsite-updater-prototype[bot] Aug 21, 2026
09fc9ad
chore(llms): sync llms index for PR #877
ai-docsite-updater-prototype[bot] Aug 21, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/bnb-smart-chain/developers/json_rpc/json-rpc-endpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ If you need to pull logs frequently, we recommend using WebSockets to push new l
* https://bsc-dataseed.ninicoin.io
* https://bsc.nodereal.io
* https://bsc-dataseed-public.bnbchain.org
* https://rpc-bnb.blockmachine.io

You could find more endpoints from **[here](https://chainlist.org/chain/56)**.

Expand Down Expand Up @@ -61,6 +62,8 @@ You could find more endpoints from **[here](https://chainlist.org/chain/56)**.

* **Alchemy:** <https://docs.alchemy.com/reference/api-overview>

* **Blockmachine:** <https://blockmachine.io/bnb-chain-rpc>

### Starting HTTP JSON-RPC

You can start the HTTP JSON-RPC with the --http flag
Expand Down
Loading
Loading