get_balance
Retrieve the current account balance in USD from DIDLogic via the didlogic_mcp server. Returns a JSON object with the balance for easy integration and usage.
Instructions
Get the current DIDLogic account balance
Returns a JSON object with balance in USD
Example output: {"balance": 35.22}
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_balanceArguments",
"type": "object"
}