Back

#transfers

2 APIs with this tag

Solana Transaction API

Decode any Solana transaction by its signature, live from public Solana RPC — no key. Where a signatures list just tells you a transaction happened, this tells you what it did: the fee and fee payer, success or failure with the on-chain error, the slot and block time, compute units consumed, the parsed instructions and full program log, and — most usefully — the actual value that moved, decoded into SOL balance changes and SPL-token balance changes per account. A dedicated transfers endpoint extracts just the money movements, and a status endpoint gives a fast confirmation check (processed / confirmed / finalized) for payment flows. Call any endpoint without a signature and it returns a fresh live example transaction. The transaction-decoding layer every Solana wallet, explorer, payment processor and trading bot needs. Live from the chain; short cache only.

api.oanor.com/solanatx-api

Event Logs API

Query any EVM contract's emitted event logs live via the chain's public JSON-RPC, filtered by address, topics and block range, with every log decoded — block, transaction hash, indexed topics and data. A convenience endpoint decodes ERC-20 Transfer events straight into from / to / value. Unlike a single-transaction receipt lookup, this answers "what happened on this contract over this window" — the indexing primitive behind every block explorer, analytics dashboard and on-chain webhook. Pass raw topic hashes or a known event name like Transfer or Approval. Works on any contract, verified or not, across Ethereum, Base, Arbitrum, Optimism, BNB, Polygon and more. Reads straight from the chain; live, short cache only.

api.oanor.com/eventlogs-api