post http://localhost:8080/api/user/payment/withdraw
Send Funds To Address
Log in to see full request history
Responses
Send Funds To Address
xxxxxxxxxx
10curl --request POST \
--url http://localhost:8080/api/user/payment/withdraw \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"isAutoWithdraw": true,
"isAffiliate": true
}
'
Try It!
to start a request and see the response here! Or choose an example: