Use cases
From the first call to settled BRL
Two end-to-end flows that cover most integrations. Each guide shows the screens, the API calls, and every failure mode.
Stable ↔ PIX
Pay PIX from a user's USDT (Polygon/Tron) or USDC (Base) balance. Gas is sponsored. One POST + one GET.
POST /api/wallet/payoutPolygon · Base · Tron
Read the flowLightning ↔ PIX
Issue a BOLT11 invoice; once paid, settle BRL via PIX in seconds. Customers anywhere in the world, recipients in Brazil.
POST /api/lightning/invoiceSub-second
Read the flowFoundations
Core reference
Wallet
Move money on user wallets
Wallet get
Read addresses per network and current balances for the API-key user.
Read the guideWallet keys
Fetch the protectedSymmetricKey needed for payouts and transfers. Cache once per user.
Read the guideWallet transfer
Move USDT to any address on Polygon, Base, or Tron — gas sponsored on EVM.
Read the guideRamp
On-ramp & off-ramp
Events