Skip to main content
POST
/
v1
/
api
/
withdrawals
/
request
Request a withdrawal
curl --request POST \
  --url http://localhost:3091/v1/api/withdrawals/request \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "amount": 5002.5
}
'
{}

Authorizations

Authorization
string
header
required

JWT access token from POST /v1/api/auth/login

Body

application/json
amount
number
required
Required range: 5 <= x <= 10000

Response

Withdrawal processed successfully

The response is of type object.