Rug

#explorer

2 APIs met deze tag

Dogecoin API

Live on-chain data van het Dogecoin-netwerk (DOGE), de originele meme-cryptocurrency, een proof-of-work UTXO-keten met blokken van 1 minuut: het bevestigde DOGE-saldo van een adres, totaal ontvangen en verzonden, transactietelling en onbevestigd saldo; de totale waarde, vergoeding, grootte, input/output-tellingen en bevestigingsstatus van een transactie; de hoogte, hash, tijdstempel, transactietelling, totale waarde, vergoedingen en grootte van een blok; en de live netwerkstatus — tiphoogte en hash, aanbevolen vergoedingspercentages en onbevestigde transactietelling.

api.oanor.com/dogecoin-api

Transaction Lookup API

Live blockchain transaction, receipt and block lookup, read straight from the chain's public JSON-RPC node — no key, nothing cached. Give it a transaction hash and the transaction endpoint returns the full picture: the sender and recipient, the value moved (in wei and human ETH), the gas limit and gas price, the nonce, the block it landed in, the input-data size, and — by also reading the receipt — whether it succeeded or failed, the gas actually used, the effective gas price, the fee paid in ETH, the number of event logs it emitted, any contract it created and how many confirmations it now has. The receipt endpoint returns just the execution result (status, gas used, logs, contract address). The block endpoint takes a block number or "latest" and returns its timestamp, transaction count, gas used and limit with utilisation, base fee and miner. It works across seven EVM chains — Ethereum, Polygon, BNB Smart Chain, Arbitrum, Optimism, Base and Avalanche — with friendly aliases (eth, matic, bnb, arb, op, avax). This is the explorer-grade transaction layer every wallet, payment processor, dapp and dashboard needs to confirm and inspect on-chain activity. Read live from the chain, nothing stored. Distinct from balance, token-metadata and name-resolution APIs — this is transaction, receipt and block data read directly from the blockchain. 4 endpoints across 7 chains.

api.oanor.com/txlookup-api