Skip to main content
POST
/
api
/
v1
/
accounts
/
{account-id}
/
withdrawals
Create a withdrawal
curl --request POST \
  --url https://app.crown-brlv.com/api/v1/accounts/{account-id}/withdrawals \
  --header 'Content-Type: application/json' \
  --data '
{
  "asset": "fiat/brl",
  "method": "pix",
  "amount": "<string>",
  "pix-key": "user@example.com"
}
'
{
  "withdrawal": {
    "id": "660e8400-e29b-41d4-a716-446655440001",
    "asset": "fiat/brl",
    "amount": "100.50",
    "method": "pix",
    "state": "created",
    "created-at": "2025-03-06T10:30:00Z",
    "state-updated-at": "2025-03-06T10:30:00Z"
  }
}

Path Parameters

account-id
string<uuid>
required

Body

application/json

BRL PIX withdrawal

asset
enum<string>
required
Available options:
fiat/brl
Example:

"fiat/brl"

method
enum<string>
required
Available options:
pix
Example:

"pix"

amount
required
pix-key
string
required

PIX key

Example:

"user@example.com"

Response

Withdrawal created successfully

withdrawal
PIX Withdrawal · object
required

BRL PIX withdrawal