PUT
/
v0
/
ott
/
cex
/
wallet
/
withdraw
Withdraw Funds (OTT)
curl --request PUT \
  --url https://api-bluvo.com/v0/ott/cex/wallet/withdraw \
  --header 'Content-Type: application/json' \
  --header 'x-bluvo-ott: <api-key>' \
  --header 'x-bluvo-ott-action-id: <api-key>' \
  --header 'x-bluvo-wallet-id: <api-key>' \
  --data '{
  "asset": "<string>",
  "amount": 123,
  "address": "<string>",
  "tag": "<string>",
  "params": "<any>"
}'
{
  "workflowRunId": "wfr_1234567890abcdef_out"
}

Authorizations

x-bluvo-wallet-id
string
header
required

Bluvo Wallet ID

x-bluvo-ott
string
header
required

Bluvo One-Time Token (OTT) used to authenticate calls made directly from the UI (i.e. embedded widget).

x-bluvo-ott-action-id
string
header
required

Idempotency key to identify requests made with a one-time token (OTT).

Body

application/json

Response

200 - application/json

Successful response

The response is of type object.