POST /api/tally/credits/claim
Idempotent per UTC day. Mints the day's tier-allowance into the caller's default state-machine balance.
Auth
Bearer.
Response — 200
{
"ok": true,
"claimed": 100,
"balance": 35353,
"next_claim_zeqond": "2287525610",
"tier": "free"
}
If already claimed today:
{
"ok": false,
"error": "already_claimed",
"next_claim_zeqond": "2287525610"
}