eth_getBalance | Fantom Method
POSThttps://fantom.callstaticrpc.com/:apiKey
Returns the balance of the account of a given address.
Request
Responses
- 200
Returns hex value of the current ETH balance for the given address, measured in wei.
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L 'https://fantom.callstaticrpc.com/:apiKey' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{
"id": 1,
"jsonrpc": "2.0",
"params": [
"string"
],
"method": "eth_getBalance"
}'
ResponseClear