post http://{{base_url}}/api/v2/wallet/transaction/pool/sell
Initiate Crypto Sell Transaction API
This endpoint is used to initiate a crypto sell transaction for a user.
Note:
Before initiating a sell transaction, please ensure that:
- The user has sufficient wallet balance in Saber Money
- The user is KYC approved
- The user has a registered bank account
Request Parameters
Parameter | Description | Required |
---|---|---|
source_id | Bank Account ID received through the Fetch User Details or Fetch Bank Account APIs | Yes |
fiat_symbol | Symbol of fiat currency to be withdrawn (e.g., INR) | Yes |
crypto_symbol | Symbol of the cryptocurrency being sold (e.g., USDT, USDC) | Yes |
crypto_amount | Amount of cryptocurrency to be sold | Yes |
payment_method | Method for transfer of fiat (e.g., bank_transfer ) | Yes |