Loading...
Returns the current DAG balance.
Parameters
None
Return Type
String - The amount of DAG.
String
Example
TypeScript
await provider.request({ method: "dag_getBalance" }); // "1000"