PUT
/
v0
/
wallet
/
withdraw
/
{quoteId}
/
execute
Withdraw
curl --request PUT \
  --url https://api-bluvo.com/v0/wallet/withdraw/{quoteId}/execute \
  --header 'Content-Type: application/json' \
  --header 'x-bluvo-api-key: <api-key>' \
  --header 'x-bluvo-org-id: <api-key>' \
  --header 'x-bluvo-project-id: <api-key>' \
  --header 'x-bluvo-wallet-id: <api-key>' \
  --data '{
  "twofa": "<string>",
  "tag": "<string>"
}'
{
  "workflowRunId": "wfr_1234567890abcdef_out"
}

Authorizations

x-bluvo-api-key
string
header
required

Bluvo API Key

x-bluvo-org-id
string
header
required

Bluvo Organization ID

x-bluvo-project-id
string
header
required

Bluvo Project ID

x-bluvo-wallet-id
string
header
required

Bluvo Wallet ID

Path Parameters

quoteId
string
required

Query Parameters

idem
string
required

The idem provided by OTT or used to identify the workflow run. This is used to track the Withdrawal flow and can be used to subscribe to updates.

Body

application/json

Response

200 - application/json

Successful response

The response is of type object.