🧰Getting started
Last updated
Last updated
Access to our general-purpose endpoints require an API key, which can be acquired from our dashboard: https://dashboard.fiews.io/
A simple request using cURL is shown below. This request will call the net_version
method, which gets the ID of the network.
The response from this call should be: {"jsonrpc":"2.0","id":"1","result":"1"}
The result, 1, indicates that we are connected to the Ethereum testnet.
Network
Endpoint URL
Ethereum Mainnet
https://mainnet.ethereum.api.fiews.io/v2/rpc/<YOUR_API_KEY>
Ethereum Mainnet (WS)
wss://mainnet.ethereum.api.fiews.io/v2/ws/<YOUR_API_KEY>