This is an example call for eth_genesisAlloc.
{
"jsonrpc": "2.0",
"id": "1",
"method": "eth_genesisAlloc",
"params": null
}
{
"jsonrpc": "2.0",
"id": "1",
"result": {
"0xf75b6e2d2d69da07f2940e239e25229350f8103f": {
"balance": "0x33b2e3c9fd0803ce8000000"
}
}
}