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