Skip to main content
Sell cryptocurrency (USDT or USDC) for fiat (currently INR) via bank transfer, using the fiat/sell endpoint.

Initiate Sell Transaction

Endpoint: Sell: POST /api/v1/wallet/conversion/fiat/sell Pool Sell: POST /api/wallet-services/v2/transaction/pool/sell Sample request:
Sample response:

Required Parameters

Response Parameters

Notes

  • INR is currently the only supported fiat currency; bank_transfer the only payment method.
  • Only USDT or USDC can be sold — other cryptocurrencies are available on request.
  • Sell can also be initiated directly from the pool wallet through this API — the request body is the same, but see Pool Sell transaction status for the different create/status endpoints.
API Reference: Create Sell Transaction