Try Boba Network Endpoints
Quick Start
curl -sS -X POST https://api-boba-mainnet.n.dwellir.com/76e862fe-da3d-41b8-bbf6-a28db0fbb36f \-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-boba-mainnet.n.dwellir.com/76e862fe-da3d-41b8-bbf6-a28db0fbb36f');const latest = await provider.getBlockNumber();console.log('block', latest);
import requestsurl = 'https://api-boba-mainnet.n.dwellir.com/76e862fe-da3d-41b8-bbf6-a28db0fbb36f'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-boba-mainnet.n.dwellir.com/76e862fe-da3d-41b8-bbf6-a28db0fbb36f"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))}
Boba Network is a next-generation Ethereum Layer 2 scaling solution powered by HybridCompute™ technology that bridges Web2 and Web3. Built on the OP Stack as an optimistic rollup, Boba enables developers to create hybrid dApps that leverage off-chain compute, real-world data, and sophisticated algorithms within atomic transactions. With full EVM compatibility, multichain support, and innovative features like fast withdrawals and seamless cross-chain interoperability, Boba Network empowers visionary developers to build the future of blockchain applications across DeFi, gaming, AI, and real-world asset tokenization.
Pricing
How many calls do you make per month?
Growth
- 500 Responses /sec
- Dedicated Account Manager
Developer Resources
FAQs
What is Boba Network and how does it work?
What makes Boba Network different from other Layer 2 solutions?
What types of applications can be built on Boba Network?
What development tools and SDKs are available for Boba Network?
How does Boba Network handle withdrawals and cross-chain transfers?
Get your API key
and join other leading Web3 companies using Dwellir's infrastructure