Offramp CRYPTO to FIAT

Deposit Crypto to displayed address

GET https://sandbox.encryptus.co/v1/partners/deposit-address/{coin}

Request Body

Name
Type
Description

coin*

String

cryptocurrency supported by the deposit wallet

Admin approval of deposit

PATCH https://sandbox.encryptus.co/v1/tickets/cdTicket/finalApproval/{cdTicketID}

Fiat deposit is approved and the user has available Fiat balance.

Display crypto balance

GET https://sandbox.encryptus.co/v1/tickets/crypto/balance

Get rate for Crypto-FIAT pair

POST https://sandbox.encryptus.co/v1/quote/pairPrice

Request Body

Name
Type
Description

coin*

String

selected Cryptocurrency, supported options "BTC", "ETH", "USDT" and "USDC"

fiat*

String

selected FIAT, supported options "USD", "GBP", "EUR"

Sell quote for Crypto-FIAT pair based on the FIAT amount input

POST https://sandbox.encryptus.co/v1/quote/price

Request Body

Name
Type
Description

coin*

String

selected Cryptocurrency, supported options "BTC", "ETH", "USDT" and "USDC"

fiat*

String

selected FIAT currency, supported options "USD", "GBP", "EUR"

amount*

Number

amount for FIAT currency

type*

String

type of transaction for quote - options “sell”

Sell quote for Crypto-FIAT pair based on the Crypto quantity input

POST https://sandbox.encryptus.co/v1/quote/price/quantity

Request Body

Name
Type
Description

coin*

String

selected Cryptocurrency, supported options "BTC", "ETH", "USDT" and "USDC"

fiat*

String

selected FIAT currency, supported options "USD", "GBP", "EUR"

quantity*

Number

quantity for cryptocurrency

type*

String

type of transaction for quote - options “sell”

Confirm Sell Quote

POST https://sandbox.encryptus.co/v1/quote/submitOrderSell

Request Body

Name
Type
Description

quoteId*

String

quote ID generated by the system in previous step

userbankAccNo*

String

user bank account where the fiat currency will be sent,

Request FIAT withdrawal

POST https://sandbox.encryptus.co/v1/tickets/fiat/withdraw

Admin approval of FIAT withdrawal

PATCH https://sandbox.encryptus.co/v1/tickets/fwTicket/finalApproval/{fwTicketID}

Display Sell Order detail by order ID

GET https://sandbox.encryptus.co/v1/tickets/orderinfo/sell/{orderID}

Path Parameters

Name
Type
Description

orderID*

String

Display FIAT withdrawals

GET https://sandbox.encryptus.co/v1/tickets/fiat/withdrawals

Last updated