I need it so that a customer can withdraw his coins on my website.
The customer fills out his address that he/she wants the fund to go to. Customer then clicks withdraw funds button.
Back end:
The script would look at how much the customer wants withdrawn then does a withdraw of that amount out of my c-cex address and sends the funds to the customers wallet address.
Is there anything like that out there I can use with my php script?