is https://cloudflare-eth.com down?

is https://cloudflare-eth.com down? getting the following error "JsonRpcProvider failed to detect network and cannot start up; retry in 1s (perhaps the URL is wrong or the node is not started)"
Web3 | Cloudflare
Cloudflare makes it simple to start building for Web3. Learn how Cloudflare Web3 Gateways can provide secure, reliable, and highly available access to IPFS and Ethereum networks.
2 Replies
Chaika
Chaika3mo ago
chaik@ash:~$ curl https://cloudflare-eth.com/v1/mainnet -H 'Content-Type: application/json' --data '{"jsonrpc":"2.0","me thod":"eth_getBlockByNumber","params":["0x2244", true],"id":1}'
{"jsonrpc":"2.0","result":{"difficulty":"0x746ef15b66","extraData":"0x476574682f76312e302e302f6c696e75782f676f312e342e32","gasLimit":"0x1388","gasUsed":"0x0","hash":"0xd6bb42034740c5d728e774e43a01f26222e0fcc279c504ca5963dc34fe70f392","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","miner":"0xf927a40c8b7f6e07c5af7fa2155b4864a4112b13","mixHash":"0x975da446e302e6da6cedb3fbaa763c3c203ae88d6fab4924e2a3d34a568c4361","nonce":"0x88a7f12f49151c83","number":"0x2244","parentHash":"0x067fd84ecdbc7491bf5ec7d5d4ead361b1f590eec74797a7f90b4a7d7004a48d","receiptsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","size":"0x21b","stateRoot":"0x828dade2067283e370993ec6a1bda0e65c1310e404a6d5bbb030b596eb80017c","timestamp":"0x55bb040f","totalDifficulty":"0x5c328da43525d","transactions":[],"transactionsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","uncles":[]},"id":1}c
seems to be ok for me, using their example
Web3 | Cloudflare
Cloudflare makes it simple to start building for Web3. Learn how Cloudflare Web3 Gateways can provide secure, reliable, and highly available access to IPFS and Ethereum networks.
Chaika
Chaika3mo ago
if you google that error "JsonRpcProvider failed to detect network and cannot start up; retry in 1s (perhaps the URL is wrong or the node is not started)" there's a ton of help information and such