Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.64 KB

File metadata and controls

20 lines (15 loc) · 1.64 KB

GetCompletedTransactionListRequest

Properties

Name Type Description Notes
CryptoCurrency string Cryptocurrency symbol.
FiatCurrency string Fiat currency
SelectType string Order side filter: `buy` buy orders; `sell` sell orders; empty: all. [optional]
Status string Order status filter. `closed`: filled (`ACCEPT`, `BCLOSED`); `cancel`: canceled (`CANCEL`, `BECANCEL`, `SCLOSED`, `SCANCEL`); `locked`: locked (`LOCKED`); `open`: unpaid (`OPEN`); `paid`: paid (`PAID`); `completed`: finished or canceled (`CANCEL`, `BECANCEL`, `SCLOSED`, `SCANCEL`, `ACCEPT`, `BCLOSED`); Empty or omitted uses the endpoint default range. [optional]
Txid int32 Order ID [optional]
StartTime int32 Start timestamp, default is 00:00 89 days ago [optional]
EndTime int32 End timestamp, default is 23:59:59 today [optional]
QueryDispute int32 Whether to flag dispute status in the response. `1`: yes; `0`: no. [optional]
Page int32 Page number starting at 1; values below 1 are treated as 1. [optional]
PerPage int32 Orders per page; default 10, max 200. [optional]

[Back to Model list] [Back to API list] [Back to README]