Search Docs
POST
/user/withdraw
application/json
{ "user": "String", // User flag,Used to distinguish the user of the access party "coin_type": "Integer", // Chain type "amount": "String", // Withdrawal amount "address": "String", // Withdrawal address "token": "String", // Token Contract address }
Chain type declaration
{ "user": "[email protected]", "coin_type": 195, "amount": "300", "address": "TXr2noFm76YmM4MESAvqMaEr65rdLDQ7mY", "token": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t" }
{ "code": 200, "message": "Success", "data": null }