Get pre-request

As part of crypto-deposit, in response to pre-requests, payment methods are returned with the necessary details regarding the asset to be deposited. In fact, within a crypto-deposit, one payment method corresponds to a unique source value.
In order to make a crypto deposit using /v2/deposit/address, you need to have the following information:

  • whether there is an available payment method for making such a deposit. If not, the deposit is not possible;
  • which source is provided for the asset. That is, several payment methods with different sources may be available for some assets. For example USDT_TRX and USDT_ETH.

For each payment method, the pre-request also returns the value of the fees for deposit transaction and the minimum and maximum deposit amount.

By default (if the walletType is not specified in the request), the response will return information that is relevant only for wallets of the Customer type. If you need to obtain a list of methods, fees, and restrictions related to other wallet types (such as Institution or Wallet), you should include the walletType field in the request and specify the type of wallet for which the transaction is intended.

Language
Credentials
URL
Click Try It! to start a request and see the response here!