API Reference
This page serves as API documentation index and lists the available JSON-RPC methods that BlockPI supports.
Last updated
Was this helpful?
This page serves as API documentation index and lists the available JSON-RPC methods that BlockPI supports.
Last updated
Was this helpful?
BlockPI Network is now fully available on more than 60 chains including Mainnet and Testnet. BlockPI also provide blockpi_
namespace to provide account information queries.
BlockPI supports WebSocket and HTTPS. Note that the eth_subscribe
method is only available for WebSocket.
To safeguard the RPC node, every RPC provider sets a timeout for WebSocket connections to be disconnected periodically. In the case of BlockPI, the timeout is set to 30 minutes after each connection is established. Please check the code sample of our Best Practices page for instruction.