Create transaction
Creates an onramp transaction
This endpoint will create an onramp transaction.
Create an Onramp transaction.
POST
https://api.remitquickly.com/onramp-bank/api/v2/whiteLabel/onramp/createTransaction
Request Body
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
paymentMethodType*
String
payment Method Type for Onramp Transaction. E.g. of payment method Type:
For AED -> AED-BANK-TRANSFER
depositAddress*
String
On chain destination for coin transfer
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
Last updated