post https://api.zan.top/node/v1/ftm/mainnet/
Returns the balance of the account of given address.
Log in to see full request history
Response
Returns the balance of the account of given address.
xxxxxxxxxx
15curl --request POST \
--url https://api.zan.top/node/v1/ftm/mainnet/public \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"params": [
"0x2170Ed0880ac9A755fd29B2688956BD959F933F8",
"latest"
],
"method": "eth_getBalance"
}
'
Try It!
to start a request and see the response here! Or choose an example: