Skip to main content
POST
https://api-gw.verolabs.co/api/v1
/
users
/
accounts
/
{accountId}
/
equity
/
withdraw
Withdraw equity from an account
curl --request POST \
  --url https://api-gw.verolabs.co/api/v1/users/accounts/{accountId}/equity/withdraw \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "amount": 1,
  "bankId": "<string>"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.oms.verolabs.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT returned by Ory /sessions/whoami?tokenize_as=jwt_template_1 and stored by ApiClient.

Path Parameters

accountId
string
required

Body

application/json
amount
number
required
Required range: x >= 0
bankId
string
required

Response

Withdrawal response payload.

The response is of type object.