Skip to main content
POST
/
brl
/
initiate_offramp
BRL Auto Offramp
curl --request POST \
  --url https://api.linkio.world/transactions/v2/brl/initiate_offramp \
  --header 'Content-Type: application/json' \
  --header 'ngnc-sec-key: <api-key>' \
  --data '
{
  "pix_key": "<string>",
  "amount": "<string>",
  "wallet_address": "<string>",
  "stables": "USDC"
}
'
"{\n  \"status\": \"Success\",\n  \"message\": \"Off-ramp ticket created successfully\",\n  \"ticket_id\": \"ticket_789xyz\",\n  \"payment_code\": \"000201010212...\",\n  \"validity\": \"5 minutes\",\n  \"paymentWalletAddress\": \"0x211...\",// Valid  for Offramp. where to send USDC to.\n}"

Authorizations

ngnc-sec-key
string
header
default:""
required

Body

application/json
pix_key
string
required

The registered PIX key (BRL payout account) where BRL will be sent after swap.

amount
string
required

Amount in USDC/USDT to convert into BRL.

wallet_address
string
required

On-chain address customer used to send their USDC/USDT

stables
string
default:USDC
required

Stablecoin tøken to send in. USDC/USDT.

Response

200 - application/json