Payouts
Request Manual Withdrawal
Request a payout withdrawal, if the frequency is set to manual. Refer to our /payouts/balances endpoint to retrieve the minimum and maximum withdrawal amounts.
post/api/{account}/payouts/request-manual-withdrawal
Request body
Example request
{
"amount": 50
}Response
Example response
{
"data": {
"list": [
{
"state": "new",
"rejectReason": null
}
]
},
"_meta": {
"_credits": {
"used": 1,
"balance": 1000000028,
"note": "Always"
},
"_cache": {
"is_cached": false,
"note": "Cache disabled for this endpoint"
},
"_rate_limits": {
"limit_minute": 10000000,
"limit_day": 50000,
"remaining_minute": 9999999,
"remaining_day": 49998
}
}
}