Withdrawals
Create Withdrawal
Create a withdrawal transaction
post/api/v1/withdraw
Headers
x-sdk-versionstring
SDK version header
Request body
Response
Withdrawal created successfully
Example response
{
"data": {
"status": "pending"
}
}Create a withdrawal transaction
SDK version header
Withdrawal created successfully
{
"data": {
"status": "pending"
}
}