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.
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.