Skip to main content Link Menu Expand (external link) Document Search Copy Copied

ListOderBookActiveBuyBody

Model getters

Method name Return type Description Notes
getId() string Account ID. If present, list current active sell trades for that account.
Example: 5e68c66581f2ee32bc354087
[optional]
getCustomerId() string Customer ID. If present, list current active buy trades for that customer.
Example: 5e68c66581f2ee32bc354087
[optional]
getPageSize() float Max number of items per page is 50.
Example: 10
 
getOffset() float Offset to obtain next page of the data.
Example: 0
[optional]
getPair() string Trade pair. If present, list current active sell trades for that pair.
Example: BTC/EUR
[optional]
getCount() bool Get the total trade pair count based on the filter. Either count or pageSize is accepted.
Example: true
[optional]
getTradeType() string Trade type.
Example: BUY
[optional]
getAmount() \Tatum\Model\TransactionFilterAmountInner[] Amount of the trade. AND is used between filter options.
Example: null
[optional]
getFill() \Tatum\Model\TransactionFilterAmountInner[] Fill of the trade. AND is used between filter options.
Example: null
[optional]
getPrice() \Tatum\Model\TransactionFilterAmountInner[] Price of the trade. AND is used between filter options.
Example: null
[optional]
getCreated() \Tatum\Model\TransactionFilterAmountInner[] Created date of the trade. AND is used between filter options.
Example: null
[optional]
getSort() string[] Sorts the result by selected property. The priority of the items is determined by order of the sort properties in array.
Example: null
[optional]