BalanceAI RPC Endpoints
Quick Start
curl -sS -X POST https://balanceai-mainnet-rpc.n.dwellir.com \-H 'Content-Type: application/json' \-d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
import { JsonRpcProvider } from 'ethers';const provider = new JsonRpcProvider('https://balanceai-mainnet-rpc.n.dwellir.com');const latest = await provider.getBlockNumber();console.log('block', latest);
import requestsurl = 'https://balanceai-mainnet-rpc.n.dwellir.com'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://balanceai-mainnet-rpc.n.dwellir.com"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))}
BalanceAI is an open-source, Proof of Stake protocol enabling a decentralized marketplace for AI models. It empowers collaboration between AI agents, model creators, and consumers, rewarding contributions with the native utility token $BAI. The platform delivers open, permissionless access to a global repository of machine learning models—ranging from generative AI, NLP, and computer vision to financial modeling and anomaly detection—facilitated by Balance Protocol nodes. With seamless integration, on-chain governance, and incentive mechanisms, BalanceAI drives innovation and democratizes access to AI on a global scale.
Shared Node Pricing
How many calls do you make per month?
Growth
- 500 Responses /sec
- Dedicated Account Manager
- Unmetered requests within your tier
- Five tiers from 25 to 1,000 RPS
- No API credits, no overages
- HTTP & Websocket APIs
- Trace APIs
- Debug APIs
- Same endpoint URL and API key
- Self-serve in the dashboard
- Fixed monthly invoice
- Unlimited RPS & Responses
- HTTP & Websocket APIs
- Trace APIs
- Debug APIs
- Dedicated Account Manager
- Pay in Crypto
- Tailored load balancing
- Access to Engineering teams
- Global data centers
Developer Resources
FAQs
What is BalanceAI and what makes it unique?
What types of AI models and agents are available on BalanceAI?
How are contributors and creators incentivized?
How does BalanceAI foster innovation and community building?
What are the benefits of using BalanceAI's decentralized approach?
Get your API key
and join other leading Web3 companies using Dwellir's infrastructure