Endpoints
Deposit
This API is used to create a transaction request for deposit.
POST
Authentication
A JWT token required for API authentication.
Generate JWT token as explained in section Generate JWT Token using empty string.
Headers
Must be set to
application/json.Request Body
Assets Currency id.
Provide amount for transaction.
Pass orderId for your reference.
If
true, the request will be accepted only if the sent amount equals the entered amount. If false, the request will be accepted even if the amount exceeds the available balance.Note: Transactions below the minimum payment won’t be reflected in your account. See Fees Chart.Response
Returns the transaction details upon successful request.The address for the deposit.
The amount that was deposited.
The tag associated with the transaction.
Unique identifier for the transaction.