get_agent_balance
Retrieve pending, claimed, and total earned NDAT swap-reward balances for an agent wallet on Base. Returns JSON data for reward tracking.
Instructions
Check pending and claimed NDAT swap-reward balance for one agent wallet on Base. USE WHEN: after register_nattswap_reward or before claim_ndat. NOT WHEN: you need Decision Core quota credits (quota/balance API) or BTC signals. RETURNS: JSON with pending_ndat, claimed_ndat, total_earned_ndat for wallet. Read-only. Free — no x402, no credits. Side effects: none.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | Yes | Required. Agent EVM address on Base: 0x followed by 40 hexadecimal characters (checksum optional). |