🛰️ RPC Documentation
Overview of the JSON-RPC API methods specific to VIA.
Last updated
Overview of the JSON-RPC API methods specific to VIA.
Last updated
VIA Network is a ZK Stack based blockchain implementation, providing EVM-compatible rollup features with additional multi-network support, including Bitcoin integration. This document outlines the RPC namespaces and methods available on VIA Network.
All endpoints work identically to ZKsync, for more details .
Some methods not relevant to VIA Network may return empty responses (e.g., features not currently supported by VIA network).
Returns the L1 Bitcoin bridge address.
Parameters
None
Returns
A single string value representing the bridge address.
Example Request
Example Response
Returns the Bitcoin network (Mainnet, Testnet, Regtest).
Parameters
None
Returns
A single string value representing the network id.
Example Request
Example Response