post https://{{BASE_URL}}/api/v1/wallet/conversion/fiat/sell
This endpoint is used to initiate the crypto sell transaction for a user. Before initiating a sell transaction, please ensure that the user has sufficient wallet balance in Saber Money and the user is KYC approved with proper bank account registered.
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 withdrawn (INR) | Yes |
crypto_symbol | Symbol of the cryptocurrency sold (USDT, USDC) | Yes |
crypto_amount | Amount of crypto sold | Either this or fiat_amount |
fiat_amount | Amount of fiat to be received | Either this or crypto_amount |
payment_method | Method for transfer of fiat (bank_transfer) | Yes |