Submit Withdrawal / Energy Lease Order (No Secondary Confirmation Required)
Documentation Index
Fetch the complete documentation index at: https://waasapi.uuwallet.com/llms.txt
Use this file to discover all available pages before exploring further.
API Description
Merchants can use this interface to submit orders that require no secondary confirmation, supporting two business types: • When the symbol is a digital currency (such as USDT, USDC…), the order represents a withdrawal order. • When symbol=ENERGY, the order represents an energy lease order.Headers
必须设置为 application/x-www-form-urlencoded
平台分配的商户身份凭证
"53af2797-3eca-4412-b0cc-15273afe2d3e"
Body
Base64编码的RSA加密数据,由以下原始参数加密生成:
userId (integer): 商户在WaaS系统中的ID。
tenantUserId (string): 指的是商户系统中的用户ID。
tenantType (integer): 表示商户的类型,这里规定类型为1。
callBackId (string): 商户需确保该 callBackId 的唯一性。
symbol (string): 业务类型标识:
-
提款业务:货币符号,如 "USDT", "USDC", "PHT"等。
-
能量租赁业务:固定为 "ENERGY"。
chainName (string): 表示区块链的名称,例如:TRON、ETH...。
toAddr (string): 接收方的地址,例如:toAddress123,表示转账目标地址。
amount (BigDecimal): 业务操作数值:
-
提款业务:转账的金额,例如:0.5。
-
能量租赁业务:租赁能量笔数(整数),如:3。
expiryHours (integer): 租赁有效期(小时),仅当symbol="ENERGY"时必填。"
^[A-Za-z0-9+/]+={0,2}$"MznFksCdDmVmO2y2WkC3cN24a6VYubpGu3KCn3QYdG62JrANxPiw3......"
Response
成功响应
业务状态码(0 = 成功),其他值均表示失败。
0
正常情况下返回为空,当请求失败时则会返回错误信息。
""
Base64编码的RSA加密数据,由以下原始参数加密生成:
tenantUserId (integer): 表示商户系统中的用户ID。
id (string): 商户发起业务请求(提款或能量租赁)时需生成唯一回调ID,WaaS会在响应中返回该ID以供确认。
"G+RlQN2lJ4qQtiXJC7Y6rgHm5UI7FNyY/yyN30N7EaBA==...."

