Skip to main content
POST
DEPRECATED: Create a BRL withdrawal

You’re viewing v0, which is deprecated. Endpoints may change or be removed.

Switch to v1 (Latest)

Path Parameters

asset
enum<string>
required
Available options:
usdc,
usdt,
brl,
brly,
usd,
brlv,
wbrly

Body

application/json
method
enum<string>
required

Withdrawal method. Must be either 'pix' or 'ted'

Available options:
ted,
pix
Example:

"pix"

amount
required

Amount in BRL to withdraw

Example:

"100.50"

pix-key
string

PIX key (email, phone, CPF/CNPJ, or random key). Required when method is 'pix'

Example:

"user@example.com"

bank-code
string

3-digit Brazilian bank code. Required when method is 'ted'

Example:

"001"

branch-number
string

4-5 digit Brazilian branch number. Required when method is 'ted'

Example:

"1234"

account-number
string

Brazilian account number. Required when method is 'ted'

Example:

"12345678"

account-holder-name
string

Name of the account holder. Required when method is 'ted'

Example:

"John Doe"

account-holder-tax-id

CPF or CNPJ of the account holder. Required when method is 'ted'

Example:

"12345678901"

Response

Asset withdrawal created successfully

withdrawal
object
required

Details of the created withdrawal