調試工具

    此工具旨在幫助開發者檢測調用【Udun Wallet API】時發送的請求參數是否正確,提交相關信息後可獲得服務器的模擬驗證結果

    參考文檔
    回調地址  

    請求方式:POST

    請求地址:''

    參數類型:Content-Type: application/x-www-form-urlencoded

    表單參數:

    timestamp:

    nonce:

    sign:88671d21a486f693ee5d03378361dfd3

    body:{"coinType":"520","mainCoinType":"520","decimals":"18","address":"0xa09921e9a3886e1b2b79e8fcd27d3a61ebe0ecd9","amount":"4500000000000000000","fee":"0","txId":"0xc3014d05d010b54e9d2814020856ddf7a435c195de83bb3bf7dfd6463517052f","tradeId":"201906121018182247","tradeType":"1","status":"3","businessId":"","blockHigh":"8057","memo":""}

    cURL示例:

    curl -L -X POST '' \
    -H 'Content-Type: application/x-www-form-urlencoded' \
    --data-urlencode 'timestamp=' \
    --data-urlencode 'nonce=' \
    --data-urlencode 'sign=88671d21a486f693ee5d03378361dfd3' \
    --data-urlencode 'body={"coinType":"520","mainCoinType":"520","decimals":"18","address":"0xa09921e9a3886e1b2b79e8fcd27d3a61ebe0ecd9","amount":"4500000000000000000","fee":"0","txId":"0xc3014d05d010b54e9d2814020856ddf7a435c195de83bb3bf7dfd6463517052f","tradeId":"201906121018182247","tradeType":"1","status":"3","businessId":"","blockHigh":"8057","memo":""}'

    body
    mainCoinType:520; coinType:520

    在線客服

    申請試用

    申請試用

    設置