Try Sui Endpoints
HTTPS
https://api-sui-mainnet-full.n.dwellir.com/1a4a621f-4f4a-432f-bcc3-76e741750166
Quick Start
BASH
curl -sS -X POST https://api-sui-mainnet-full.n.dwellir.com/1a4a621f-4f4a-432f-bcc3-76e741750166 \-H 'Content-Type: application/json' \-d '{"jsonrpc":"2.0","id":1,"method":"suix_getLatestCheckpointSequenceNumber","params":[]}'
JAVASCRIPT
import { SuiClient } from '@mysten/sui.js/client';const client = new SuiClient({ url: 'https://api-sui-mainnet-full.n.dwellir.com/1a4a621f-4f4a-432f-bcc3-76e741750166' });const latest = await client.getLatestCheckpointSequenceNumber();console.log(latest);
PYTHON
import requestsurl = 'https://api-sui-mainnet-full.n.dwellir.com/1a4a621f-4f4a-432f-bcc3-76e741750166'payload = { 'jsonrpc': '2.0', 'id': 1, 'method': 'suix_getLatestCheckpointSequenceNumber', 'params': [] }resp = requests.post(url, json=payload)print(resp.json())
GO
package mainimport ("bytes""fmt""net/http""io/ioutil")func main() {url := "https://api-sui-mainnet-full.n.dwellir.com/1a4a621f-4f4a-432f-bcc3-76e741750166"payload := []byte("{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"suix_getLatestCheckpointSequenceNumber\",\"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))}
Sui is a high-performance Layer 1 blockchain designed to provide instant settlement and high throughput, enabling a new class of latency-sensitive decentralized applications with an improved user experience. Built with Move, Sui ensures safety and flexibility for smart contract development. It aims to bring digital assets to billions of people with minimal friction.
Pricing
How many calls do you make per month?
/ month
Growth
$299
/month
- 500 Responses /sec
- Dedicated Account Manager
150,000,000 responses ≈ 150.0M • Base $299 + Overages $0
Developer Resources
FAQs
What is Sui?
Why should I sign up for Dwellir's Sui RPC nodes?
How do I get started with Sui?
Where can I find documentation for Sui?
Get your API key
and join other leading Web3 companies using Dwellir's infrastructure