This endpoint makes a deposit.

Request

POST http://api.coin8.io/api/deposit

Body

Payment currency is the currency, we allow you to input as in desired amount, deposit/withdrawal currency is the destination of the transaction. For instance, your user wants to withdraw 100000 CNY as payment currency, and the target withdrawal currency is USDT. So, we have to do some conversion between them. Actually for now we have not applied this mechanism, because both have to be USDT, but we reverse these fields for making merchant easier to upgrade in the future.

Response

Returns url that your users can publicly view status of the deposit. This call will return an error if something goes wrong. A common source of error is an insufficient available balance for network fee or requested currency is not currently supported.

Language
Authorization
Header
Click Try It! to start a request and see the response here!