Untitled Dropdown
cURL
curl --request POST \ --url http://localhost/wallet/api/asset/transfer
{ "code": 123, "msg": "<string>", "data": { "agencyCode": "<string>", "amount": 123, "appId": "<string>", "currency": "<string>", "fromAppUserEmail": "<string>", "fromAppUserId": "<string>", "postedAt": "2023-11-07T05:31:56Z", "status": "CREATED", "toAppUserId": "<string>", "transactionId": "<string>" } }
代理商码
转账金额(10 =< amount <= 100000)
App标识
转账方App用户email
转账方App用户ID
转账方资产ID
签名
当前毫秒时间戳(不超过1分钟)
接收方App用户ID
交易备注
OK
Show child attributes