Read a credit's current balance + expiry
credits_statusCheck the status of a credit by providing its creditId. Returns balance, expiration, and payment details.
Instructions
Free, no payment required. Returns { creditId, balance, initialBalance, used, paidAmount, createdAt, expiresAt, expired, paymentTx, paymentNetwork }. UUID-only access — anyone holding the creditId can read state, same as decrement. 404 covers both 'malformed UUID' and 'no such credit' (same body so an attacker scraping random UUIDs can't tell them apart).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| creditId | Yes | The creditId UUID returned by buy_credits. |