Credit transfer from exchange balance to account balance

Description

No

Request code

OC_EXCHANGESENDTRANSFER

Request errors

Request code Code meaning Explanation
OC_EXCHANGESENDTRANSFER Not match Invalid request signature
QE_USER_NOT_FOUND User not found User was not found
QE_LOW_BALANCE Low balance Amount of credits on the balance is not enough

Request body

"Action":<OC_EXCHANGESENDTRANSFER>,
"Data":{
 "ID":<ExchangeID>,
 "Key":<RequestKey>,
 "User":<RecipientLogin>,
 "Amount":<Amount>
}

Where:

Response body

"Status":"Success",
"Data": {
 "Transfer ID":<TransferID>,
 "Balance":<ExchangeBalance>
}

Where: