PUT
/
v0
/
cex
/
cex
/
wallet
/
{walletId}
/
transact
/
out
curl --request PUT \
  --url https://api-bluvo.com/v0/cex/cex/wallet/{walletId}/transact/out \
  --header 'Content-Type: application/json' \
  --header 'x-bluvo-api-key: <api-key>' \
  --header 'x-bluvo-org-id: <api-key>' \
  --data '{
  "asset": "<string>",
  "amount": 123,
  "address": "<string>",
  "tag": "<string>",
  "params": "<any>"
}'
{
  "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

Path Parameters

walletId
string
required

The unique identifier of the wallet to withdraw funds from.

Body

application/json

Response

200 - application/json

Successful response

The response is of type object.