調試工具
此工具旨在幫助開發者檢測調用【Udun Wallet API】時發送的請求參數是否正確,提交相關信息後可獲得服務器的模擬驗證結果
請求方式:POST
請求地址:''
參數類型:Content-Type: application/x-www-form-urlencoded
表單參數: timestamp:
nonce:
sign: '87cbf3e527142c57c89ad289767499f8'
body: {
"mainCoinType":'520',"coinType":'520',"decimals":'18',"status":'3',"txId":'0xc3014d05d010b54e9d2814020856ddf7a435c195de83bb3bf7dfd6463517052f',
"address":'0xa09921e9a3886e1b2b79e8fcd27d3a61ebe0ecd9',"amount":'4500000000000000000',"fee":'0',
"tradeId":'201906121018182247',"tradeType":'1',
"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=87cbf3e527142c57c89ad289767499f8' \
--data-urlencode 'body={ "mainCoinType":'\''520'\'',"coinType":'\''520'\'',"decimals":'\''18'\'', "status":'\''3'\'', "txId":'\''0xc3014d05d010b54e9d2814020856ddf7a435c195de83bb3bf7dfd6463517052f'\'',"address":'\''0xa09921e9a3886e1b2b79e8fcd27d3a61ebe0ecd9'\'',"amount":'\''4500000000000000000'\'',"fee":'\''0'\'', "tradeId":'\''201906121018182247'\'',"tradeType":'\''1'\'', "blockHigh":'\''8057'\'', "memo":'\'''\''}'
在線客服
申請試用
設置