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"
11
11
BNB Smart Chain (BSC) is supported through the [ DIN] ( https://www.infura.io/solutions/decentralized-infrastructure-service ) service,
12
12
meaning calls to the network are routed to [ partner infrastructure providers] ( #partners-and-privacy-policies ) .
13
13
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.
15
15
Performance issues are not expected, but they are possible as we optimize and stabilize the service.
16
16
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
19
19
to API calls to methods such as [ ` eth_getStorageAt ` ] ( ./json-rpc-methods/eth_getstorageat.mdx ) ,
20
20
[ ` 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 .
22
22
23
23
:::
24
24
Original file line number Diff line number Diff line change 1
1
Returns the value from a storage position at a given address.
2
2
3
- :::info
3
+ :::info Binance Smart Chain archive support
4
4
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 .
7
7
8
8
:::
Original file line number Diff line number Diff line change 1
1
Returns information about a transaction for a given hash.
2
2
3
- :::info
3
+ :::info Binance Smart Chain archive support
4
4
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 .
7
7
8
8
:::
Original file line number Diff line number Diff line change 1
1
Returns the receipt of a transaction given transaction hash. Note that the receipt is not available for pending transactions.
2
2
3
- :::info
3
+ :::info Binance Smart Chain archive support
4
4
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 .
7
7
8
8
:::
Original file line number Diff line number Diff line change 2
2
3
3
The standard Ethereum methods documented here are supported by Infura on the BNB Smart Chain (BSC) network.
4
4
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 ) .
7
6
8
- ::: info
7
+ :::info Binance Smart Chain archive support
9
8
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.
11
11
12
12
:::
You can’t perform that action at this time.
0 commit comments