Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 2.58 KB

File metadata and controls

32 lines (28 loc) · 2.58 KB

P2pTransactionListItem

Properties

Name Type Description Notes
typeBuy Integer Order side from current user's view. `1`: buy; `0`: sell. [optional]
timest String Creation time of order [optional]
timestExpire String Order expiration time [optional]
timestamp Integer Order creation timestamp [optional]
rate String Order price in fiat currency. [optional]
amount String Order size in cryptocurrency. [optional]
total String Total fiat amount of the order. [optional]
txid Integer Order ID [optional]
status String Display status: `unpay` awaiting payment; `paid` buyer paid; `unconfirmed` awaiting seller confirmation; `locked` locked; `finished` completed; `cancel` canceled; `expired` expired; `bclosed` arbitration filled; `sclosed` arbitration canceled. [optional]
itsRealname String Counterparty real name or verified display name. [optional]
itsUid String Counterparty crypto UID. [optional]
itsNick String Counterparty nickname [optional]
sellerRealname String Seller real name or verified display name. [optional]
buyerRealname String Buyer real name or verified display name. [optional]
cancelable Integer Whether the order can be canceled. `1`: yes; `0`: no. [optional]
currencyType String Cryptocurrency symbol. [optional]
wantType String Fiat currency [optional]
hidePayment Integer Whether payment methods are hidden. `1`: hidden; `0`: visible. [optional]
selPaytype String Selected payment type for this order, e.g. `bank`, `alipay`, `wechat`, `paypal`, `swift`, `wu`. [optional]
payOthers List<P2pTransactionListResultPayOthers> Other payment method details; may appear on historical orders. [optional]
cdTime Integer Countdown seconds for the current order. [optional]
orderType Integer Order type: `1` standard; `2` partner; `3` flash swap; `4` Web3. [optional]
orderTag List<String> Order tags [optional]
convertInfo P2pTransactionConvertInfo [optional]