Skip to main content
POST
/
v1
/
vault
/
withdraw
Withdraw
curl --request POST \
  --url https://api.example.com/v1/vault/withdraw \
  --header 'Content-Type: application/json' \
  --data '{
  "amount": 123
}'
{
  "user_id": "<string>",
  "amount": 123,
  "ok": true,
  "to_address": "<string>",
  "note": ""
}

Headers

authorization
string | null

Body

application/json
amount
number
required

Response

Successful Response

user_id
string
required
amount
number
required
ok
boolean
required
to_address
string | null
note
string
default:""