v1

latestOpenAPI 3.0.0BRLA License2026-07-14469068.3 KB
Sell Operations

Creates a Token to Pix order

Create Token to Pix order with input information. A wallet address is returned, and the user must send his tokens to this wallet. After we confirm receiving the tokens, the payment is sent to the given pix key

post/superuser/sell/token-to-pix

Query parameters

taxIdstring required

Tax id of a KYC'd user

Request body

token'BRLA' | 'USDC' | 'USDT' | 'ETH' | 'GLMR' | 'MATIC' | 'CHZ' required

Not all coins might be available for every operation

chain'Polygon' | 'Ethereum' | 'Moonbeam' | 'Tron' | 'XRP' | 'Chiliz' required

Not all chains might be available for every operation

markupstring

If the user wants to add an extra % fee to the operation to be delivered to another wallet. Represents a percentage with at most 4 decimal places (e.g. 0.001 is 0.1%)

markupAddressstring
pixKeystring required

Response

Token to Pix order created

idstring uuid
duestring date-time
paymentWalletAddressstring

Wallet where tokens the user want to sell should be sent to

maximumTokenAmountstring

Maximum amount of tokens we can accept for this operation

minimumTokenAmountstring

Minimum amount of tokens we can accept for this operation. We don't recommend sending an amount too close to the minimum because it fluctuates

token'BRLA' | 'USDC' | 'USDT' | 'ETH' | 'GLMR' | 'MATIC' | 'CHZ'

Not all coins might be available for every operation

chain'Polygon' | 'Ethereum' | 'Moonbeam' | 'Tron' | 'XRP' | 'Chiliz'

Not all chains might be available for every operation