Try Movement Endpoints
HTTPS
https://api-movement-mainnet.n.dwellir.com/76e862fe-da3d-41b8-bbf6-a28db0fbb36f/v1
Quick Start
BASH
curl -sS -X POST https://api-movement-mainnet.n.dwellir.com/76e862fe-da3d-41b8-bbf6-a28db0fbb36f/v1 \-H 'Content-Type: application/json' \-d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
JAVASCRIPT
import { JsonRpcProvider } from 'ethers';const provider = new JsonRpcProvider('https://api-movement-mainnet.n.dwellir.com/76e862fe-da3d-41b8-bbf6-a28db0fbb36f/v1');const latest = await provider.getBlockNumber();console.log('block', latest);
PYTHON
import requestsurl = 'https://api-movement-mainnet.n.dwellir.com/76e862fe-da3d-41b8-bbf6-a28db0fbb36f/v1'payload = { 'jsonrpc': '2.0', 'id': 1, 'method': 'eth_blockNumber', 'params': [] }resp = requests.post(url, json=payload)print(resp.json())
GO
package mainimport ("bytes""fmt""net/http""io/ioutil")func main() {url := "https://api-movement-mainnet.n.dwellir.com/76e862fe-da3d-41b8-bbf6-a28db0fbb36f/v1"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))}
Movement is an innovative blockchain network developed by Movement Labs, designed to enhance security, performance, and user experience in decentralized networks. By leveraging the Move programming language, Movement offers a unified ecosystem that seamlessly integrates diverse blockchain platforms, ensuring accessibility and interoperability for developers and users alike. Its modular architecture supports high throughput, low transaction fees, and customizable rollups, making it an ideal platform for decentralized applications across various domains.
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 Movement?
What are the key features of Movement?
How does Movement ensure security?
What is the native token of Movement?
How can developers build on Movement?
Get your API key
and join other leading Web3 companies using Dwellir's infrastructure