System
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
OMSIdintegerRequired
AccountIdintegerRequired
RequestCodestringRequired
TicketIdintegerRequired
Responses
200
A deposit ticket object
application/json
400
Invalid input parameters
401
Unauthorized access
404
Deposit ticket not found
post
/GetDepositTicketAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
OMSIdintegerRequired
OperatorIdintegerRequired
AccountIdintegerRequired
Responses
200
List of deposit tickets
application/json
400
Invalid input parameters
401
Unauthorized access
404
No deposit tickets found for given criteria
post
/GetDepositTicketsAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
OMSIdintegerRequired
AccountIdintegerRequired
RequestCodestringRequired
TicketIdintegerRequired
Responses
200
A withdraw ticket object
application/json
400
Invalid input parameters
401
Unauthorized access
404
Withdraw ticket not found
post
/GetWithdrawTicketAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
assetManagerIdintegerOptional
accountIdintegerOptional
assetIdintegerOptional
assetNamestring · nullableOptional
amountnumberOptional
omsIdintegerOptional
requestCodestring · nullableOptional
requestIPstring · nullableOptional
requestUserintegerOptional
requestUserNamestring · nullableOptional
operatorIdintegerOptional
StatusintegerOptional
feeAmtnumberOptional
updatedByUserintegerOptional
updatedByUserNamestring · nullableOptional
ticketNumberintegerOptional
depositInfoobject · nullableOptional
createdTimestampstring · date-timeOptional
lastUpdateTimeStampstring · date-timeOptional
commentsobject · nullableOptional
attachmentsobject · nullableOptional
Responses
200
Result of the creation
application/json
400
Invalid deposit ticket data
401
Unauthorized request
post
/CreateDepositTicketAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
OMSIdintegerRequired
VerifyCodestringRequired
Responses
200
A withdraw ticket object
application/json
400
Bad request
post
/GetWithdrawTicketByVerifyCodeLast updated