Create transaction
Creates an offramp transaction
This endpoint will create an offramp transaction.
Create an Offramp transaction.
POST
https://integration.coinmena.com/onramp-bank/api/v1/offramp/createTransaction
Request Body
Name
Type
Description
fromCurrency*
String
Base currency of the trading pair E.g. of fromCurrency:
usdc | usdt | eth
toCurrency*
String
Quote currency of the trading pair
E.g. of toCurrency: INR | TRY | AED | MXN | IDR
customerId*
String
Unique id received from /kyc/url
fromAmount*
String
Actual Crypto quantity to be sold.
toAmount*
String
An estimate of fiat amount user will receive
rate*
String
Expected price estimate
merchantRecognitionId*
String
Unique id to identify merchant. E.g. `${orderId}_${userId}`
Last updated