get_balance
Retrieve current wallet balance and pending escrow to verify sufficient funds before posting tasks or manage account funding.
Instructions
Get the agent's current wallet balance and pending escrow. Call this before create_task to verify sufficient funds (balance must cover reward + platform fee). Also call before fund_account to avoid over-funding. Returns: { balance, pendingEscrow, currency }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||