get_token_balance
Check the banked token balance for the authenticated Pulse account. Requires PULSE_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Machine-readable error code. | |
| details | No | Additional structured context from Pulse. | |
| message | No | Human-readable recovery guidance. | |
| retryable | No | Whether the caller may retry after changing state or waiting. | |
| account_type | No | Pulse account type. | |
| banked_tokens | No | Current banked-token balance. | |
| api_key_prefix | No | Redacted API-key prefix. | |
| trial_expires_at | No | Trial expiry timestamp if this is a trial account. | |
| account_created_at | No | Account creation timestamp. |