RPCs
Public RPC endpoints are available for the Calibration testnet.
These endpoints are limited to read-only Filecoin JSON RPC API calls and
MPoolPush
for sending messages that have already been signed.Chainlist contains a dynamically updated list of available RPCs along with stats like current block-height and latency. Find out more at chainlist.network
- HTTPS:
https://rpc.ankr.com/filecoin_testnet
- HTTPS:
https://filecoin-calibration.chainup.net/rpc/v1
- WebSocket:
wss://filecoin-calibration.chainup.net/rpc/v1
- HTTPS:
https://filecoin-calibration.chainstacklabs.com/rpc/v1
- WebSocket:
wss://ws-filecoin-calibration.chainstacklabs.com/rpc/v1
Please note that publicly available hosted endpoints only guarantee 2000 of the latest blocks.
- HTTPS:
https://api.calibration.node.glif.io/rpc/v1
- WebSocket:
wss://wss.calibration.node.glif.io/apigw/lotus/rpc/v1
- Lotus lite-node command:
FULLNODE_API_INFO=wss://wss.calibration.node.glif.io/apigw/lotus lotus daemon --lite
- When using a lite-node, omit
/rpc/v1
from Glif’s WebSocket address.
Last modified 1mo ago