System

System-level endpoints used by trading and operator roles.

Get a specific deposit ticket

post
/GetDepositTicket

Get a deposit ticket by OMS ID, account, request code, and ticket ID

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
OMSIdintegerRequired
AccountIdintegerRequired
RequestCodestringRequired
TicketIdintegerRequired
Responses
200

A deposit ticket object

application/json
post
/GetDepositTicket

Get a list of deposit tickets for a specific account

post
/GetDepositTickets

Get all deposit tickets for a given OMS, operator, and account

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
OMSIdintegerRequired
OperatorIdintegerRequired
AccountIdintegerRequired
Responses
200

List of deposit tickets

application/json
post
/GetDepositTickets

Get a specific withdraw ticket

post
/GetWithdrawTicket

Retrieve a withdraw ticket based on OMS ID, account, request code, and ticket ID

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
OMSIdintegerRequired
AccountIdintegerRequired
RequestCodestringRequired
TicketIdintegerRequired
Responses
200

A withdraw ticket object

application/json
post
/GetWithdrawTicket

Create a new deposit ticket

post
/CreateDepositTicket

Creates a deposit ticket used to fund an account.

Authorizations
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
post
/CreateDepositTicket

Returns a single withdraw ticket by Verify Code

post
/GetWithdrawTicketByVerifyCode

Returns a single withdraw ticket from OMS, trading venue operator, and account that matches the current Verify Code for confirmation.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
OMSIdintegerRequired
VerifyCodestringRequired
Responses
200

A withdraw ticket object

application/json
post
/GetWithdrawTicketByVerifyCode