Skip to main content
GET

Overview

Returns your current wallet balance, including lifetime spending and deposit totals. Use this to check if you have sufficient funds before executing paid tools. Auth: Requires authentication (JWT or API key).

Response

balance_cents
integer
Current balance in cents (e.g. 1500 = $15.00)
lifetime_spent_cents
integer
Total amount spent in cents
lifetime_deposited_cents
integer
Total amount deposited in cents

Example

MCP Tool

This endpoint is also available as the get_wallet_balance MCP tool: