API Description
This interface is used to query deposit order details, requiring all four conditions—txId, chainName, symbol, and toAddress—to be met simultaneously. It will only return a single deposit record that satisfies all conditions. Its main purpose is to help merchants confirm the validity of deposit callbacks and whether they were indeed issued by the WaaS platform, thereby effectively mitigating risks.Headers
必须设置为 application/x-www-form-urlencoded
平台分配的商户身份凭证
Example:
"53af2797-3eca-4412-b0cc-15273afe2d3e"
Body
application/x-www-form-urlencoded
Base64编码的RSA加密数据,由以下原始参数加密生成:
txId (string): 链上交易Hash。
chainName (string): 链的名称,比如:ETH、TRON....
symbol (string): 货币符号,比如:USDT、USDC、PHT.....
toAddress (string): 存款目标地址。
Example:
"U2FsdGVkX1+Jfz0VjXJbZ0tZz8G8v4w3Z2jWk3a9T..."
Response
成功响应
业务状态码(0 = 成功),其他值均表示失败。
Example:
0
正常情况下返回为空,当请求失败时则会返回错误信息。
Example:
""
Base64编码的RSA加密数据,由以下原始参数加密生成:
txID (string): 链上交易Hash。
chainName (string): 链的名称,比如:ETH、TRON....
symbol (string): 货币符号,比如:USDT、USDC、PHT.....
toAddress (string): 存款目标地址
depositAmount。 (string): 存款金额。
callbackSuccess (string): 回调状态,true:回调成功,false:回调失败。
Example:
"G+RlQN2lJ4qQtiXJC7Y6rgHm5UI7TqM1fhPQ8CEf2C4e3jHu4yoK=...."