01.转账
POST
/custody/funds/transfer
请求参数
参数名
类型
描述
必填
accountId
string
存管账户(操作人托管账户)
必填
direction
int
转帐方向(1:交易账户转到存管账户,2:存管账户转到交易账户)
必填
from
string
对应方向的账户id(accountId)
必填
to
string
对应方向的账户id (accountId)
必填
assetId
string
资产id
必填
amount
decimal
金额
必填
响应
参数名
类型
描述
必填
errNo
string
错误码
必填
errMsg
string
错误提示
必填
data
string
转账流水号
必填