| Name | Type | Description | Notes |
|---|---|---|---|
| is_sell | int | Whether the current user is the seller. `1`: yes; `0`: no. | [optional] |
| txid | int | Order ID | [optional] |
| orderid | int | Order ID | [optional] |
| timest | int | Order creation timestamp | [optional] |
| last_pay_time | int | Payment deadline | [optional] |
| remain_pay_time | int | Seconds left to pay; `<= 0` means overdue. | [optional] |
| currency_type | str | Cryptocurrency symbol. | [optional] |
| want_type | str | Fiat currency | [optional] |
| symbol | str | Fiat currency symbol | [optional] |
| rate | str | Order price in `want_type` units. | [optional] |
| amount | str | Order size in cryptocurrency. | [optional] |
| total | str | Total fiat amount of the order. | [optional] |
| status | str | Display status: `unpay` unpaid; `hide_payment` unpaid with payment info hidden; `paid` buyer paid; `unconfirmed` awaiting seller confirmation; `locked` locked; `finished` done; `cancel` canceled; `expired` expired; `bclosed` arbitration filled; `sclosed` arbitration canceled. | [optional] |
| reason_id | str | Cancel reason ID; empty string means none. Examples: `1` no longer want to buy; `2` cannot reach seller; `3` will not pay; `4` seller did not provide a real account; `6` price/amount mismatch; `9` other; `10` seller cannot release and refund issued; `11` terms not met; `12` seller payout account risk-controlled. | [optional] |
| reason_desc | str | Cancel reason description. | [optional] |
| cancel_time | str | Cancellation time | [optional] |
| in_appeal | int | Whether a dispute is active. `1`: yes; `0`: no. | [optional] |
| dispute_time | int | Earliest timestamp when a dispute may be opened. | [optional] |
| cancelable | int | Whether cancellation is allowed. `1`: yes; `0`: no. | [optional] |
| hide_payment | int | Whether payment methods are hidden. `1`: hidden; `0`: visible. | [optional] |
| trade_tips | str | Trading terms | [optional] |
| show_bank | str | Whether to show bank transfer details. `1`: show; `0`: hide. | [optional] |
| bankname | str | Bank name | [optional] |
| bankbranch | str | Bank branch name | [optional] |
| bankid | str | Bank account or masked account. | [optional] |
| bank_holder_realname | str | Bank cardholder name | [optional] |
| show_ali | str | Whether to show Alipay details. `1`: show; `0`: hide. | [optional] |
| aliname | str | Alipay account name | [optional] |
| is_alicode | int | Whether an Alipay QR exists. `1`: yes; `0`: no. | [optional] |
| show_wechat | str | Whether to show WeChat details. `1`: show; `0`: hide. | [optional] |
| wename | str | WeChat account name | [optional] |
| show_others | str | Whether to show other payment methods. `1`: show; `0`: hide. | [optional] |
| pay_others | list[P2pTransactionDetailPayOthers] | Other payment methods | [optional] |
| sel_paytype | str | Selected payment type for this order, e.g. `bank`, `alipay`, `wechat`, `paypal`, `swift`, `wu`. | [optional] |
| its_uid | str | Counterparty crypto UID. | [optional] |
| its_nickname | str | Counterparty nickname | [optional] |
| its_realname | str | Counterparty real name or verified display name. | [optional] |
| have_traded | int | Whether you traded with the counterparty before. `1`: yes; `0`: no. | [optional] |
| appeal_allow_cancel | int | Whether the dispute can be withdrawn. `1`: allowed; `0`: not allowed. | [optional] |
| appeal_verdict_has_open | str | Dispute outcome or in-dispute notice text. | [optional] |
| im_unread | int | Unread chat message count. | [optional] |
| payment_voucher_url | list[str] | Payment voucher | [optional] |
| timest_paid | int | Timestamp when the buyer confirmed payment. | [optional] |
| own_realname | str | Current user's real name or verified display name. | [optional] |
| order_type | int | Order type: `1` standard; `2` partner; `3` flash swap; `4` Web3. | [optional] |
| is_show_receive | int | Whether to show confirm-receipt during dispute. `1`: show; `0`: hide. | [optional] |
| show_seller_contact_info | bool | Whether to display seller contact information | [optional] |
| supported_pay_types | list[str] | Supported payment method types for the order, e.g. `bank`, `alipay`, `wechat`, `paypal`, `swift`, `wu`. | [optional] |
Uh oh!
There was an error while loading. Please reload this page.