MINARA

现货提现:预览 / 执行

POST /v1/wallet/withdraw/spot:预览或执行跨链现货提现。

POST /v1/wallet/withdraw/spot

预览跨链现货提现(confirm: false),或执行提现(confirm: true,回传预览中的 quoteHash + idempotencyKey)。执行需要链上 tokenAddress,调用方从用户的现货持仓中读取。预览会在 verification 中说明执行调用必须携带哪种第二因子(totpemail);据此把 6 位验证码作为 totpCodeemailCode 发送。邮件验证码通过 POST /v1/security/email-code 获取。

方法POST
路径/v1/wallet/withdraw/spot
认证设置 GATEWAY_AUTH_TOKEN 时需要 Authorization: Bearer <token>
类别perps

请求体

{ "confirm": false, "token": "USDC", "chain": "arbitrum", "address": "0x...", "amount": "10.5", "tokenAddress": "0x..." }

本页目录