Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.{your-broker}.slate-labs.com/customers/me/withdraw \ --header 'Content-Type: application/json' \ --data ' { "amount": 5000000.005, "payment_data": {}, "comment": "<string>" } '
{ "transaction_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "amount": "<string>", "currency": "<string>", "status": "<string>", "created_at": "2023-11-07T05:31:56Z", "max_withdrawable": "<string>", "message": "Withdrawal request submitted for approval" }
Customer-initiated withdrawal request.
Positive withdrawal amount in account currency
0.01 <= x <= 10000000
Payment method details (bank, card, etc.)
500
Successful Response