Both USDT and USDC are supported for BDT offramp.
1
Create User
user_id β every subsequent call needs it as the X-User-Id header.2
KYC
X-User-Id: <user_id>3
Bank Account Linkage
X-User-Id: <user_id>Both fields are mandatory.Response:
bank_id for the sell step.4
Transaction
Two variants, both requiring a quote first β a Live Quote (informational, executes at market rate regardless) or a Locked Quote (rate held ~30-60s, supplied as Payment rail:
quote_id in the sell request):- Pool Sell (recommended)
- External Sell
Get an informational quote:Then create the sell:
payment_method: bank_transfer resolves automatically to the available local bank transfer rail in Bangladesh.Checking status
Poll until the status reaches a terminal state, or configure a webhook URL to receive completion pushes instead β see Order Lifecycle and Webhooks.