Onramp FIAT to CRYPTO
Deposit Fiat via Bank Transfer - manual
Bank account details for deposit will be provided, every transaction must be pre-funded and order will be processed only if the FIAT funds are sufficient.
Create FIAT deposit ticket
POST
https://sandbox.encryptus.co/v1 /tickets/fiat/deposit
Request Body
depos_amt*
Number
fiat amount deposited
depos_curr*
String
fiat currency
Request Buy Quote based on the FIAT amount input
POST
https://sandbox.encryptus.co/v1 /quote/price
Get the buy quote for Crypto-FIAT pair based on the FIAT amount input
Request Body
coin*
String
selected cryptocurrency
fiat*
String
selected fiat currency
amount*
Number
amount for fiat currency
type*
String
options “buy”
Request Buy Quote based on the Crypto quantity input
POST
https://sandbox.encryptus.co/v1 /quote/price/quantity
Get the buy quote for Crypto-FIAT pair based on the Crypto quantity input
Request Body
coin*
String
selected cryptocurrency
fiat*
String
selected fiat currency
quantity*
Number
quantity for cryptocurrency
type*
String
type of transaction for quote, options “buy”
Confirm Buy Quote
POST
https://sandbox.encryptus.co/v1 /quote/submitOrderBuy
Request Body
quoteID*
String
ID assigned by the system for the requested quote
cointype*
String
cryptocurrency supported by wallet address
walletAddress*
String
address where the bought cryptocurrency will be sent
associated_network*
String
blockchain network supporting cryptocurrency
Request transfer of crypto
POST
https://sandbox.encryptus.co/v1 /tickets/crypto/withdraw
Request Body
destination_address*
String
address where the bought cryptocurrency will be sent
withdraw_amt*
Number
quantity of crypto currency bought
withdraw_curr*
String
cryptocurrency supported by wallet address
Last updated