調試工具
此工具旨在幫助開發者檢測調用【UDun Wallet API】時發送的請求參數是否正確,提交相關信息後可獲得服務器的模擬驗證結果
請求方式POST
請求地址''
參數類型Content-Type: application/x-www-form-urlencoded
表單參數
timestamp:1786961984980
nonce:
sign:f338cb833da686f7edd56735618cf62e
body:{"coinType":"520","mainCoinType":"520","decimals":"18","address":"","amount":"0","fee":"0","txId":"","tradeId":"","tradeType":"","status":"","businessId":"","blockHigh":"","memo":""}
cURL示例
curl -L -X POST '' \ -H 'Content-Type: application/x-www-form-urlencoded' \ --data-urlencode 'timestamp=1786961984980' \ --data-urlencode 'nonce=' \ --data-urlencode 'sign=f338cb833da686f7edd56735618cf62e' \ --data-urlencode 'body={"coinType":"520","mainCoinType":"520","decimals":"18","address":"","amount":"0","fee":"0","txId":"","tradeId":"","tradeType":"","status":"","businessId":"","blockHigh":"","memo":""}' body
?
mainCoinType:520;coinType:520