wallet.balance
Get the current wallet balance, lifetime stats, and recent transactions. Every MCP tool call costs credits (reads ~$0.01, writes ~$0.05). Free tools: discovery, formation, billing, wallet operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of recent transactions to include (default 10, max 100) | |
| cursor | No | Pagination cursor from previous response |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | No | Wallet balance and status | |
| nextCursor | No | Cursor for next page, null if no more | |
| transactions | No | Recent transactions |