Search Docs
POST
/user/withdraw
application/json
{ "user": "String", // User tag, used for identifying users in the TOKEN management system "coin_type": "Integer", // Chain type "amount": "String", // Withdrawal amount "address": "String", // Withdrawal address }
Chain type declaration
{ "user": "[email protected]", "coin_type": 195, "amount": "300", "address": "TXr2noFm76YmM4MESAvqMaEr65rdLDQ7mY" }
{ "code": 200, "message": "Success", "data": null }