API Reference
import { ethers } from "ethers";
const provider = new ethers.JsonRpcProvider("https://rpc.v1.dev.pod.network");
const balance = await provider.getBalance("0xYourAddress");Last updated
import { ethers } from "ethers";
const provider = new ethers.JsonRpcProvider("https://rpc.v1.dev.pod.network");
const balance = await provider.getBalance("0xYourAddress");Last updated