地址白名单Address whitelist
提现地址逐个添加、逐个启用,未在白名单的地址无法出金。Addresses are added and enabled individually — nothing leaves to an unlisted address.
部分市场的银行出金又慢又贵、覆盖还差。Apex Payment 让商户余额可以按需换汇为 USDT 提现:换汇报价在提交前完整展示,链上转账 TxHash 全程可查;同时法币出金轨道始终并存,按成本、限额与到账时间自动路由。USDT 是出金轨道,不是产品卖点——我们不发行任何代币,也不对终端消费者提供加密资产服务。In some markets bank payouts are slow, costly and patchy. Apex Payment lets merchants convert balances to USDT on demand: the FX quote is fully disclosed before submission and every transfer carries a traceable TxHash, while the fiat rail stays available and routes by cost, limits and speed. USDT is a settlement rail, not a pitch — we issue no tokens and offer no crypto services to consumers.
出金不是二选一。商户余额以法币计价,提现时按需换汇;两条轨道的成本、限额与到账时间在后台一目了然。Withdrawals are not either-or. Balances stay fiat-denominated and convert on demand; cost, limits and speed for both rails are visible in the dashboard.
| 法币出金(银行/通道)Fiat rail (bank / channel) | USDT 出金(链上)USDT rail (on-chain) | |
|---|---|---|
| 到账时间Speed | 取决于通道与银行日历Depends on channel and banking calendar | 审核放行后链上确认,7×24On-chain confirmation after release, 24/7 |
| 适用场景Best for | 本地银行账户、大额稳定出金Local bank accounts, large steady payouts | 跨境灵活出金、银行覆盖差的市场Cross-border flexibility, thin banking coverage |
| 费用透明度Fee transparency | 通道费用结构明示Channel fee structure disclosed | 换汇报价(rate + spreadBps)+ 网络费实报FX quote (rate + spreadBps) + network fee at cost |
| 可追踪性Traceability | 通道流水与对账单Channel statements and reconciliation | TxHash 链上可查,确认数实时更新TxHash on-chain, confirmations live |
| 共同点Shared | 同样经过审核放行、余额冻结/解冻、审计日志与每日对账。Same review-and-release, hold/unfreeze, audit log and daily reconciliation. | |
提现地址逐个添加、逐个启用,未在白名单的地址无法出金。Addresses are added and enabled individually — nothing leaves to an unlisted address.
首次添加的地址经过冷静期后生效,账号被盗也来不及转走资金。New addresses activate after a cooling period — even a compromised account cannot move funds instantly.
提现时校验网络与地址格式匹配,避免跨网误转造成损失。Network and address format are validated together to prevent cross-chain mis-sends.
目标地址经风险库筛查,命中高风险地址直接拦截并人工复核。Destination addresses are screened against risk databases; high-risk hits are blocked for review.
放行后回填交易哈希,确认数实时更新,出金状态不再黑箱。Transaction hashes are recorded on release with live confirmations — no black boxes.
提现单、账本分录与链上记录每日核对,差异留痕处理。Withdrawal orders, ledger entries and chain records are matched daily; breaks are tracked.
提现请求先冻结余额,运营审核放行后上链;拒绝即原路解冻。Requests hold funds until released; rejection unfreezes back to available.
白名单变更、放行与拒绝操作全部写入审计日志,可按操作人检索。Whitelist changes, releases and rejections all land in the audit log, searchable by actor.
提现请求返回即含换汇报价明细;随后经历 requested → 审核 → processing → completed(回填 TxHash),每一步都有 Webhook 事件。The create response carries the FX quote; the request then moves requested → review → processing → completed (TxHash attached), with webhook events at every step.
curl -X POST https://api.apexpayment.com/v1/withdrawals \
-H "X-API-Key: ak_live_9f2e…" \
-d '{
"network": "TRC20",
"address": "TXk9…whitelisted",
"amountMinor": 12480000000
}'
{
"id": "wd_3e71b0c9",
"status": "requested",
"fxQuote": { "rate": "5.0930", "spreadBps": 45 },
"createdAt": "2026-09-04T09:41:00Z"
}
// 审核放行后:
{ "status": "completed", "txHash": "0x9f2a…3a2b" }
我们非常清楚这条线的位置,并且主动把业务留在安全一侧。We know exactly where that line sits and deliberately keep the business on the safe side of it.
聊聊你的出金现状与目标市场,我们会给出法币与 USDT 双轨的成本对比与实施方案。Tell us your current payout setup and target markets — we will bring a fiat-vs-USDT cost comparison and an implementation plan.