Current gas prices
API · /manta-api
Manta Pacific API
Live Manta Pacific on-chain data via Blockscout. Manta Pacific is a modular Ethereum L2 using Celestia for data availability; gas and balances are in ETH. Network stats, gas prices, latest blocks, a block by height or hash, address detail with ETH balance, a transaction by hash, ERC-20 token metadata and a universal search across addresses, tokens, blocks and transactions. Real data, no key.
API salute
salutare- Tempo di attività
- 100.00%
- Sondaggi del server · 24 ore su 24
- Latenza media
- 1663 ms
- Sondaggi del server · 24 ore su 24
- Abbonati
- 3,404
- attiva
- Chiamate totali
- 171
- ultimi 7 giorni
Prezzi
Scegli un livello: fatturazione mensile, annullamento in qualsiasi momento.
Free
Gratis
- 1,600 chiamate/mese
- 1 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 1.600 Aufrufe/Monat
- 1 req/sec
- Alle Endpunkte
- Keine Kreditkarte
Basic
€13.00 /mese
- 84,500 chiamate/mese
- 10 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 84.5k Aufrufe/Monat
- 10 req/sec
- E-Mail-Support
Pro
€42.50 /mese
- 545,000 chiamate/mese
- 20 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 545k Aufrufe/Monat
- 20 req/sec
- Priority-Support
Mega
€138.00 /mese
- 2,820,000 chiamate/mese
- 50 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 2,82 Mio. Aufrufe/Monat
- 50 req/sec
- Dedizierte SLA
Costruito da
Correlato APIs
Altro APIs con tag sovrapposti.
Celestia API
Live-On-Chain-Daten aus dem Celestia-Netzwerk (TIA), der ersten modularen Data-Availability-Blockchain, einer Proof-of-Stake-Chain, die durch delegiertes Staking gesichert wird: der flüssige TIA-Saldo einer Adresse, insgesamt delegierte (gestakte) TIA und ausstehende Staking-Belohnungen; der aktive Validator-Set, sortiert nach Stimmkraft, mit dem gestakten TIA, der Provision und dem Status jedes Validators; die Höhe, Zeit, der Vorschlagende und die Transaktionsanzahl eines Blocks; und die Live-Netzwerkökonomie – Tip-Höhe, gesamtes TIA-Angebot, gebundenes TIA und Staking-Verhältnis.
api.oanor.com/celestia-api
Forma Chain API
Live on-chain data for Forma — a Celestia-settled Layer 2 for NFTs and digital art — via its public Blockscout explorer (no wallet, no key). The stats endpoint returns chain-wide totals (blocks, transactions, addresses, average block time, gas used); gas gives the current gas-price oracle (slow/average/fast). Blocks lists the latest blocks, and a single block resolves by height or by hash with its transaction count, gas, miner and timestamp. The address endpoint returns any account's TIA balance, nonce, contract flag and token holdings; transaction resolves a tx by hash with its from/to, value in TIA, fee, status and block. The token endpoint returns an ERC-20 token's metadata (name, symbol, decimals, total supply, holders) by contract address, and search runs a universal lookup across addresses, tokens, blocks and transactions. Gas, balances, values and fees are denominated in TIA, the native coin. Real on-chain data straight from the explorer, refreshed every call — no key. 9 endpoints. For multi-chain coverage combine with the other oanor chain APIs (Ethereum, Base, Arbitrum and more).
api.oanor.com/forma-api
Mantle Network API
Live on-chain data for Mantle (chain-id 5000), a modular EVM Layer 2 with the MNT native gas token. Read the chain status — chain id, latest block number, current gas price, node client version and sync state — fetch any block by number (or the latest) with its hash, parent hash, timestamp, transaction count, gas used and limit, base fee and proposer, read the current gas price and max priority fee in both wei and gwei, and look up any account address for its MNT balance (in wei and whole MNT) and transaction nonce. Addresses use the standard 0x EVM hex form. A short protective cache keeps responses fast while staying within a few seconds of the chain. Distinct from other Layer-1, Layer-2 and Cosmos-chain APIs on the marketplace: this surfaces the Mantle network specifically.
api.oanor.com/mantle-api
Dymension RollApp On-Chain API
Live on-chain data for Dymension (the modular RollApp settlement layer L1, chain dymension_1100-1) with no key: the RollApp registry (every RollApp on the hub, with id, owner, description and website), the Dymension hub staking economics (bonded vs unbonded DYM, bonded ratio, parameters), the active validator set, the total DYM supply, and the latest block.
api.oanor.com/dymension-api
Domande frequenti
Risposte rapide su prezzi, quote e integrazione.
Come ottengo una chiave API per Manta Pacific API?
Qual è il limite di velocità di Manta Pacific API?
Quanto costa Manta Pacific API?
Posso cancellare l'abbonamento in qualsiasi momento?
Manta Pacific API è conforme al GDPR?
Scegli un endpoint dall'elenco a sinistra per visualizzarne i dettagli e provarlo.
Frammenti di codice
Iscriviti per ottenere una chiave API, quindi chiama qualsiasi percorso sotto il tuo slug.
curl https://api.oanor.com/manta-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/manta-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/manta-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
"https://api.oanor.com/manta-api/SOME_PATH",
headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())
Valutazioni
Accedi per votare.
Nessuna recensione ancora.
Discussione
Fai domande, condividi consigli, ricevi risposte dal provider e dagli altri sviluppatori. Pubblico — chiunque può leggere.
Accedi per scrivere o rispondere.
AccediNuova discussione
·
-
Risposta del provider
🔒 Discussione bloccata — non si può più rispondere.
-
·
- Nessuna discussione — inizia tu.
Supporto
Supporto privato 1:1 con il provider — fatturazione, integrazione, account. Solo tu e il team del provider vedete questi thread.
Accedi per aprire un ticket di supporto.
AccediApri nuovo ticket
Descrivi cosa ti serve. Il team del provider riceve un'email e risponde sulla pagina del ticket.
-
·
Urgente - Nessun ticket per questa API.