Skip to main content

eth_getBalance | Fantom Method

POST 

https://fantom.callstaticrpc.com/:apiKey

Returns the balance of the account of a given address.

Request

Responses

Returns hex value of the current ETH balance for the given address, measured in wei.
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"
}'
Request Collapse all
Base URL
https://fantom.callstaticrpc.com
Parameters
— path
Body
{
  "id": 1,
  "jsonrpc": "2.0",
  "params": [
    "string"
  ],
  "method": "eth_getBalance"
}
ResponseClear

Click the Send API Request button above and see the response here!