Try Manta Atlantic Endpoints
HTTPS
https://api-manta-atlantic-mainnet.n.dwellir.com/bd7663d3-bce4-4a7f-830c-38270f9daabd
WSS
wss://api-manta-atlantic-mainnet.n.dwellir.com/bd7663d3-bce4-4a7f-830c-38270f9daabd
Quick Start
BASH
curl -sS -X POST https://api-manta-atlantic-mainnet.n.dwellir.com/bd7663d3-bce4-4a7f-830c-38270f9daabd \-H 'Content-Type: application/json' \-d '{"id":1,"jsonrpc":"2.0","method":"chain_getBlockHash","params":[0]}'
JAVASCRIPT
import { ApiPromise, WsProvider } from '@polkadot/api';const provider = new WsProvider('wss://api-manta-atlantic-mainnet.n.dwellir.com/bd7663d3-bce4-4a7f-830c-38270f9daabd');const api = await ApiPromise.create({ provider });const hash = await api.rpc.chain.getBlockHash(0);console.log(hash.toHex());
PYTHON
from substrateinterface import SubstrateInterfacesubstrate = SubstrateInterface(url='wss://api-manta-atlantic-mainnet.n.dwellir.com/bd7663d3-bce4-4a7f-830c-38270f9daabd')block_hash = substrate.get_block_hash(block_id=0)print(block_hash)
GO
package mainimport ("fmt"gsrpc "github.com/centrifuge/go-substrate-rpc-client/v4""github.com/centrifuge/go-substrate-rpc-client/v4/types")func main() {api, err := gsrpc.NewSubstrateAPI("wss://api-manta-atlantic-mainnet.n.dwellir.com/bd7663d3-bce4-4a7f-830c-38270f9daabd")if err != nil { panic(err) }var h types.Hashh, err = api.RPC.Chain.GetBlockHash(0)if err != nil { panic(err) }fmt.Println(h.Hex())}
Manta Atlantic is the fastest and most decentralized zero-knowledge (ZK) Layer 1 blockchain, designed to support modular on-chain compliance identities. Its suite of core products and technologies, including zkNFTs, staking, and various ecosystem projects, offers user-friendly access to powerful ZK-enabled use cases. Manta Atlantic focuses on providing a ZK compliance credential layer with real adoption and interoperability, enabling other projects to integrate interoperable identities without dealing with complex cryptographic work.
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 Manta Atlantic?
What are the key features of Manta Atlantic?
How does Manta Atlantic ensure privacy?
What is the MANTA token?
How can developers build on Manta Atlantic?
Get your API key
and join other leading Web3 companies using Dwellir's infrastructure