Overview
Manta Pacific is an EVM-native modular execution layer for zk applications, making zk accessible to everyone.
GoldRush offers the most comprehensive Manta Pacific Testnet Data API suite for developers, analysts, and enterprises. Whether you’re
building a DeFi dashboard, a wallet, a trading bot, an AI agent or a compliance platform,
our Manta Pacific Testnet Data APIs provide fast, accurate, and developer-friendly access to the essential onchain data you need.
Supported APIs
Network Details
| Property | Value |
|---|
| Chain Name | manta-sepolia-testnet |
| Chain ID | 3441006 |
| Network Type | Community Chain |
| Support Level | community |
| Block Explorer | Explorer |
| Official Website | Manta Pacific Testnet Website |
| Native Gas Token | ETH |
Testnet
| Property | Value |
|---|
| Chain Name | manta-sepolia-testnet |
| Chain ID | 3441006 |
| Purpose | Development and testing network |
| Support Level | community |
| Block Explorer | Explorer |
| Official Website | Manta Pacific Testnet Website |
| Native Gas Token | ETH |
API Usage
To use this blockchain network in GoldRush API calls, use:
Chain Name
manta-sepolia-testnet (testnet)
Example API Calls
curl -X GET "https://api.covalenthq.com/v1/manta-sepolia-testnet/address/0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045/balances_v2/?key=API_KEY"
SDK Usage
import { GoldRushClient } from "@covalenthq/client-sdk";
const client = new GoldRushClient("API_KEY");
const resp = await client.BalanceService.getTokenBalancesForWalletAddress({
chainName: "manta-sepolia-testnet",
walletAddress: "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
});
Additional Resources