{{ noticeLineText }}

{{ tt('userCenter.apiKeyPage.docLink', null, '币安 API 创建、权限与 IP 白名单配置说明') }} {{ tt('userCenter.apiKeyPage.docNewWindow', null, '(新窗口打开)') }}

{{ tt('userCenter.apiKeyPage.table.exchange', null, '交易所') }} {{ tt('userCenter.apiKeyPage.table.category', null, '分类') }} {{ tt('userCenter.apiKeyPage.table.apiKey', null, 'API Key') }} {{ tt('userCenter.apiKeyPage.table.verifyStatus', null, '检测状态') }} {{ tt('userCenter.apiKeyPage.table.actions', null, '操作') }}
{{ keyTypeName(row.keyType) }} {{ categoryName(row.category) }} {{ row.apiKeyMasked || '—' }} {{ verifyRowStatusLabel(row) }}
{{ formatVerifyTime(row.verifyAt) }}
{{ tt('userCenter.apiKeyPage.emptyNoConfig', null, '暂无配置,请在下表新增。') }}
{{ tt('userCenter.apiKeyPage.loading', null, '加载中...') }}
{{ tt('userCenter.apiKeyPage.verifyResultTitle', { exchange: verifyResult.keyTypeLabel || '-', category: verifyResult.categoryLabel || '-' }, '检测结果({exchange} / {category})') }} {{ statusText(verifyResult.overallStatus) }}
{{ checkCodeTitle(c.code) }} {{ c.code || 'CHECK' }} {{ statusText(c.status) }}
{{ checkCodeDesc(c.code) }}
{{ c.message || '-' }}
{{ tt('userCenter.apiKeyPage.suggestionPrefix', null, '建议:') }}{{ c.suggestion }}
{{ tt('userCenter.apiKeyPage.rawErrorPrefix', null, '原始错误:') }}{{ verifyResult.rawError }}

{{ tt('userCenter.apiKeyPage.formDocHintBefore', null, '绑定前建议在币安控制台创建 Key、开启现货权限,并将平台出口 IP 8.211.152.25 加入白名单;详见') }} {{ tt('userCenter.apiKeyPage.formDocLink', null, '说明文档') }}{{ tt('userCenter.apiKeyPage.formDocHintAfter', null, '。') }}

{{ tt('userCenter.apiKeyPage.hintExchangeOnly', null, '当前仅开放币安;新建时默认已选「币安」。') }}

{{ tt('userCenter.apiKeyPage.hintExchangeDisabled', null, '火币、欧意等交易所 API 暂未接入,敬请期待;当前请使用「币安」绑定现货 Key。') }}

{{ form.category === 'futures' ? tt('userCenter.apiKeyPage.hintCategoryFutures', null, '合约 Key 用于 U 本位永续趋势等合约策略;需与现货 Key 分开绑定。') : tt('userCenter.apiKeyPage.hintCategorySpot', null, '现货 Key 用于网格、DCA、趋势等现货策略。') }}
{{ tt('userCenter.apiKeyPage.hintEditApiKey', null, '编辑时请重新填写 API Key') }}
{{ tt('userCenter.apiKeyPage.hintSecretOptional', null, '留空表示不修改(新增时必填)') }}
{{ message }}