跳到主要内容

WithdrawResponse

successboolean必填

请求验证是否成功。当 HTTP 状态为 200 时,该字段设为 true

codeinteger必填

请求状态码。请求成功处理时为 1。失败时将返回错误码。

msgstring必填

请求状态信息。请求成功处理时为 Success。失败时将返回错误信息。

timenumber必填

当前 Unix 时间戳。

data object[]必填
  • Array [
  • transactionRefstring必填

    交易参考号

    orderIdstring必填

    订单 ID

    cryptostring必填

    提现的加密货币

    networkstring必填

    提现的加密货币网络

    addressstring必填

    提现目标地址

    addressExtensionstring

    地址扩展

    amountToAddressstring必填

    发送至地址的加密货币数量

    feesstring必填

    手续费

  • ]
  • WithdrawResponse
    {
    "data": [
    {
    "transactionRef": "string",
    "orderId": "string",
    "crypto": "string",
    "network": "string",
    "address": "string",
    "addressExtension": "string",
    "amountToAddress": "string",
    "fees": "string"
    }
    ],
    "success": true,
    "code": 0,
    "msg": "string",
    "time": 0
    }