跳到主要内容

用户站内转账接口

HTTP请求

  • POST /api/v3/capital/transfer/internal

接口权限要求: 钱包提现相关写 / SPOT_WITHDRAW_WRITE

权重(IP): 1

请求参数

参数名数据类型是否必须说明
toAccountTypestring收款账户类型,支持填入手机号/邮箱或者UID
toAccountstring收款账户地址,支持填入手机号/邮箱或者UID
areaCodestring如果toAccount为手机号,该字段为该手机号的必填区号
assetstring资产
amountstring数量
timestampstring时间戳
signaturestring签名

返回参数

参数名说明
tranId划转ID

响应

  {
"tranId": "c45d800a47ba4cbc876a5cd29388319"
}