Try Gravity Alpha Endpoints
Quick Start
curl -sS -X POST https://api-gravity-alpha-mainnet.n.dwellir.com/1a4a621f-4f4a-432f-bcc3-76e741750166 \-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-gravity-alpha-mainnet.n.dwellir.com/1a4a621f-4f4a-432f-bcc3-76e741750166');const latest = await provider.getBlockNumber();console.log('block', latest);
import requestsurl = 'https://api-gravity-alpha-mainnet.n.dwellir.com/1a4a621f-4f4a-432f-bcc3-76e741750166'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-gravity-alpha-mainnet.n.dwellir.com/1a4a621f-4f4a-432f-bcc3-76e741750166"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))}
Gravity Alpha is a pioneering high-performance, EVM-compatible Layer-1 blockchain designed for mass adoption and an omnichain future. Developed by Galxe, it offers 1 gigagas per second throughput, sub-second finality, and restaking-powered Proof-of-Stake (PoS) security. At its core, Gravity Alpha utilizes the Gravity SDK, a restaking-powered pipelined AptosBFT PoS consensus engine, and Gravity reth, a Block Stream Reactor execution layer powered by the parallel EVM Grevm (Gravity EVM). These components empower Web3 applications to launch their own alternative L1s and faster-finality L2s, specifically optimized for EVM chains.
Pricing
How many calls do you make per month?
Growth
- 500 Responses /sec
- Dedicated Account Manager
Developer Resources
FAQs
What is Gravity Alpha?
What are the key features of Gravity Alpha?
How does Gravity Alpha ensure security?
What is the G token?
How can developers build on Gravity Alpha?
Get your API key
and join other leading Web3 companies using Dwellir's infrastructure