{{ t('choose_plan') }}
{{ t('most_popular') }}
{{ t('plan_'+plan.id) }}
${{ plan.quota }}
{{ t('api_quota') }}
{{ plan.price }} USDT
{{ t('no_expiry') }}
{{ t('payment') }}
{{ t('plan') }}
{{ t('plan_'+currentOrder.planId) }} (${{ currentOrder.quota }})
{{ t('amount') }}
{{ currentOrder.amount }} USDT
{{ t('waiting_payment') }}
{{ t('payment_opened') }}
{{ t('key_created') }}
{{ newApiKey }}
{{ t('key_warning') }}
{{ t('my_keys') }}
{{ t('auto_refresh') }}
{{ t('no_keys') }}
| {{ t('key_name') }} | API Key | {{ t('key_quota') }} | {{ t('key_used') }} | {{ t('key_remaining') }} | {{ t('key_status') }} | {{ t('key_created_date') }} | |
|---|---|---|---|---|---|---|---|
| {{ k.name }} | {{ k.apiKeyMasked || '-' }} | ${{ k.totalCostLimit.toFixed(2) }} | ${{ k.totalCostUsed.toFixed(2) }} |
${{ Math.max(0, k.totalCostLimit - k.totalCostUsed).toFixed(2) }}
|
{{ k.isActive ? t('active') : t('inactive') }} | {{ fmtDate(k.createdAt) }} |
{{ t('my_orders') }}
{{ t('no_orders') }}
| {{ t('order_id') }} | {{ t('plan') }} | {{ t('amount') }} | {{ t('order_status') }} | {{ t('order_date') }} |
|---|---|---|---|---|
| {{ o.id.slice(0,8) }}... | ${{ o.quota }} | {{ o.amount }} USDT | {{ t('status_'+o.status) }} | {{ fmtDate(o.createdAt) }} |