
LOL Chain
For Meme, For Fun. $LOL
RPC Information
RPC URLhttps://rpc-mainnet.lolchain.org
ExplorerOpen
RPC Examples (curl)
Replace placeholders with your own addresses.
Get LOL balance of a wallet
curl -X POST https://rpc-mainnet.lolchain.org \ -H 'Content-Type: application/json' \ -d '{ "jsonrpc":"2.0", "id":1, "method":"getBalance", "params":["<WALLET_ADDRESS>"] }'
Example responseJSON200
{ "jsonrpc": "2.0", "result": { "context": { "apiVersion": "2.2.21", "slot": 6424 }, "value": 500000000000000000 }, "id": 1 }