Website
Official site
curl -sS -X POST https://api-parallel.dwellir.com/bd7663d3-bce4-4a7f-830c-38270f9daabd \-H 'Content-Type: application/json' \-d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
import { JsonRpcProvider } from 'ethers';const provider = new JsonRpcProvider('https://api-parallel.dwellir.com/bd7663d3-bce4-4a7f-830c-38270f9daabd');const latest = await provider.getBlockNumber();console.log('block', latest);
import requestsurl = 'https://api-parallel.dwellir.com/bd7663d3-bce4-4a7f-830c-38270f9daabd'payload = { 'jsonrpc': '2.0', 'id': 1, 'method': 'eth_blockNumber', 'params': [] }resp = requests.post(url, json=payload)print(resp.json())
package mainimport ("bytes""fmt""net/http""io/ioutil")func main() {url := "https://api-parallel.dwellir.com/bd7663d3-bce4-4a7f-830c-38270f9daabd"payload := []byte("{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"eth_blockNumber\",\"params\":[]}")resp, err := http.Post(url, "application/json", bytes.NewBuffer(payload))if err != nil { panic(err) }defer resp.Body.Close()body, _ := ioutil.ReadAll(resp.Body)fmt.Println(string(body))}
Parallel Finance is a decentralized finance platform offering lending, staking, and derivative products. It emphasizes high capital efficiency, user-friendly experiences, and multi-chain accessibility, aiming to enhance the DeFi ecosystem's scalability and inclusivity.
How many calls do you make per month?
and join other leading Web3 companies using Dwellir's infrastructure
© Copyright 2025 Dwellir AB