#transaction
2 APIs met deze tag
Solana Transaction API
Decodeer elke Solana-transactie op basis van zijn handtekening, live vanaf de openbare Solana RPC — geen key nodig. Waar een handtekeningenlijst je alleen vertelt dat er een transactie heeft plaatsgevonden, vertelt deze je wat er is gebeurd: de fee en fee-betaler, succes of mislukking met de on-chain fout, de slot en block time, verbruikte compute units, de geparseerde instructies en het volledige programmalogboek, en — het meest nuttig — de werkelijke waarde die is verplaatst, gedecodeerd in SOL-saldoveranderingen en SPL-token-saldoveranderingen per account. Een speciale transfers-endpoint haalt alleen de geldbewegingen eruit, en een status-endpoint geeft een snelle bevestigingscontrole (processed / confirmed / finalized) voor betalingsstromen. Roep een endpoint aan zonder handtekening en het retourneert een vers live voorbeeldtransactie. De transactie-decodelaag die elke Solana-wallet, explorer, betalingsprocessor en handelsbot nodig heeft. Live vanaf de chain; alleen korte cache.
api.oanor.com/solanatx-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