File tree Expand file tree Collapse file tree 5 files changed +17
-17
lines changed
services/reference/bnb-smart-chain Expand file tree Collapse file tree 5 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ import CardList from "@site/src/components/CardList"
1111BNB Smart Chain (BSC) is supported through the [ DIN] ( https://www.infura.io/solutions/decentralized-infrastructure-service ) service,
1212meaning calls to the network are routed to [ partner infrastructure providers] ( #partners-and-privacy-policies ) .
1313
14- Infura provides Open Beta access to BSC. During this period, there might be feature limitations.
14+ Infura provides Open Beta access to BSC. During this period, there might be feature limitations.
1515Performance issues are not expected, but they are possible as we optimize and stabilize the service.
1616
17- Currently, only near head requests (the last 128 blocks) are supported in the
18- BSC service. Archive requests are not currently supported. Be aware of this limitation when making calls
17+ Archive requests are supported on BSC Mainnet only. BSC Testnet only supports near head requests (the last 128 blocks).
18+ Be aware of this limitation when making calls
1919to API calls to methods such as [ ` eth_getStorageAt ` ] ( ./json-rpc-methods/eth_getstorageat.mdx ) ,
2020[ ` eth_getTransactionReceipt ` ] ( ./json-rpc-methods/eth_gettransactionreceipt.mdx ) , and
21- [ ` eth_getTransactionByHash ` ] ( ./json-rpc-methods/eth_gettransactionbyhash.mdx ) .
21+ [ ` eth_getTransactionByHash ` ] ( ./json-rpc-methods/eth_gettransactionbyhash.mdx ) on BSC Testnet .
2222
2323:::
2424
Original file line number Diff line number Diff line change 11Returns the value from a storage position at a given address.
22
3- :::info
3+ :::info Binance Smart Chain archive support
44
5- Currently, the Binance Smart Chain service supports only near head requests (the latest 128 blocks).
6- Archive requests are not available at this time .
5+ - ** Mainnet: ** Near head requests (latest 128 blocks) and archive requests are supported .
6+ - ** Testnet: ** Only near head requests are supported; archive requests are not available .
77
88:::
Original file line number Diff line number Diff line change 11Returns information about a transaction for a given hash.
22
3- :::info
3+ :::info Binance Smart Chain archive support
44
5- Currently, the Binance Smart Chain service supports only near head requests (the latest 128 blocks).
6- Archive requests are not available at this time .
5+ - ** Mainnet: ** Near head requests (latest 128 blocks) and archive requests are supported .
6+ - ** Testnet: ** Only near head requests are supported; archive requests are not available .
77
88:::
Original file line number Diff line number Diff line change 11Returns the receipt of a transaction given transaction hash. Note that the receipt is not available for pending transactions.
22
3- :::info
3+ :::info Binance Smart Chain archive support
44
5- Currently, the Binance Smart Chain service supports only near head requests (the latest 128 blocks).
6- Archive requests are not available at this time .
5+ - ** Mainnet: ** Near head requests (latest 128 blocks) and archive requests are supported .
6+ - ** Testnet: ** Only near head requests are supported; archive requests are not available .
77
88:::
Original file line number Diff line number Diff line change 22
33The standard Ethereum methods documented here are supported by Infura on the BNB Smart Chain (BSC) network.
44
5- Currently, only near head requests (the last 128 blocks) are supported in the
6- BSC service. Archive requests are not currently supported.
5+ WebSockets are also supported on the BSC network and can be used to set up bidirectional stateful [ subscriptions] ( subscription-methods/index.md ) .
76
8- ::: info
7+ :::info Binance Smart Chain archive support
98
10- WebSockets are also supported on the BSC network and can be used to set up bidirectional stateful [ subscriptions] ( subscription-methods/index.md ) .
9+ - ** Mainnet:** Near head requests (latest 128 blocks) and archive requests are supported.
10+ - ** Testnet:** Only near head requests are supported; archive requests are not available.
1111
1212:::
You can’t perform that action at this time.
0 commit comments