Credits
Get your credit balance. Requires login token (JWT) authentication.
GET/v1/credits
Response#
200 OK
{
"balance_krw": 48200,
"frozen_krw": 540,
"balance_usd": 34.67
}Field reference#
balance_krw is your current balance, and frozen_krw is the amount pre-held for in-flight requests. Your available balance is balance_krw - frozen_krw.
Top up under Dashboard → Billing (minimum ₩5,000). The full transaction history of top-ups, deductions, and refunds is also available in the dashboard. For the pricing structure, see the Pricing & credits doc.