Connect to Abstract Mainnet through persistent WebSocket RPC for applications that need continuous access to blocks, logs and onchain events. Use subscriptions to react to blockchain activity without repeatedly polling the HTTPS endpoint.
eth_subscribe
eth_unsubscribeQuery historical Abstract Mainnet state through OnFinality's Archive-enabled RPC infrastructure. Access historical blocks, balances, smart contract state, transactions, receipts, and event logs without maintaining your own historical node infrastructure.
Use eth_getLogs together with Archive access to query historical contract events for user activity, token transfers, rewards, game actions, social interactions, analytics, and indexing workloads.
eth_getLogsInspect Abstract transaction and smart contract execution with supported Debug APIs. Trace failed transactions, analyse contract calls, investigate production issues, and debug complex application flows on Abstract Mainnet.
debug_traceTransaction
debug_traceCall
debug_traceBlockByHash
debug_traceBlockByNumberDebug API access is available on supported paid plans.
Use EVM-compatible JSON-RPC methods to read Abstract chain data, query accounts and contracts, submit transactions, retrieve historical logs, subscribe to events, and inspect execution.
eth_blockNumber
eth_chainId
eth_getBlockByHash
eth_getBlockByNumber
eth_getBlockReceiptseth_getBalance
eth_call
eth_estimateGas
eth_getCode
eth_getStorageAteth_sendRawTransaction
eth_getTransactionByHash
eth_getTransactionReceipt
eth_getTransactionCounteth_getLogs
eth_subscribe
eth_unsubscribedebug_traceTransaction
debug_traceCall
debug_traceBlockByHash
debug_traceBlockByNumberAbstract provides an EVM-compatible development environment while running as a ZK Rollup built with the ZK Stack. Existing Ethereum tooling and JSON-RPC workflows can be used for common contract reads, transaction submission, logs, balances, receipts, and debugging.
Developers building deeper Abstract integrations may also use Abstract-specific ZK Stack APIs in addition to standard Ethereum JSON-RPC methods. Review the official ZKsync API reference and verify method availability on your OnFinality plan before relying on a `zks_*` workflow.
Build wallet and account-abstraction flows on Abstract using reliable RPC infrastructure for contract reads, gas estimation, transaction submission, receipts, logs, and real-time application updates. Abstract's native account model enables consumer applications to build smart-wallet and paymaster-powered experiences while remaining compatible with familiar Ethereum tooling.
Query game contracts and player-owned assets, submit transactions, monitor events, and use WebSocket subscriptions for responsive onchain game experiences.
Read user and contract state, monitor social interactions and events, and power event-driven consumer backends through Abstract RPC.
Support wallet balances, smart-account interactions, transaction submission, receipts, gas estimation, logs, and sponsored-transaction workflows on Abstract.
Combine Archive access and eth_getLogs to reconstruct historical user activity, rewards, token events, application actions, and engagement data.
Use standard EVM-compatible RPC methods and historical data to build DeFi applications, explorers, dashboards, analytics products, and indexing pipelines.