Skip to content

Latest commit

 

History

History
45 lines (42 loc) · 3.42 KB

File metadata and controls

45 lines (42 loc) · 3.42 KB

# P2pAdDetail

Properties

Name Type Description Notes
rate string Advertisement price. [optional]
type string Ad side: `buy` buy-crypto ad; `sell` sell-crypto ad. [optional]
amount string Remaining crypto amount on the ad. [optional]
min_amount string Minimum trade amount in `want_type`. [optional]
max_amount string Maximum trade amount priced in `want_type`. [optional]
total string Fiat amount [optional]
pay_ali int Whether Alipay is supported. `1`: yes; `0`: no. [optional]
pay_bank int Whether bank transfer is supported. `1`: yes; `0`: no. [optional]
pay_paypal int Whether PayPal is supported. `1`: yes; `0`: no. [optional]
pay_wechat int Whether WeChat Pay is supported. `1`: yes; `0`: no. [optional]
pay_type_num string Payment method ID list [optional]
pay_type_json string JSON map of payment type -> payment method ID. [optional]
locked_amount string Locked amount [optional]
orderid int Order ID [optional]
timestamp int Created time [optional]
currency_type string Cryptocurrency symbol. [optional]
want_type string Fiat type [optional]
hide_rate string Hidden price [optional]
trade_tips string Trading terms [optional]
auto_reply string Auto reply [optional]
rate_ref_id int Floating reference: `1` platform; `2` Gate; `3` spot; `<= 0` means fixed price. [optional]
rate_offset float Floating ratio (absolute value) [optional]
status string Ad status: `OPEN` listed; `OFFLIN` delisted; `CLOSED` closed; `CANCEL` canceled. [optional]
rate_fixed int Price type: `0` floating; `1` fixed. [optional]
float_trend int Floating direction: `0` markup; `1` markdown. [optional]
expire_min int Timeout (minutes) [optional]
tier_limit int Tier limit [optional]
reg_time_limit int Registration time limit [optional]
advertisers_limit int Whether trading with the advertiser is restricted. `0`: no; `1`: yes. [optional]
min_completed_limit int Minimum limit of completed orders [optional]
max_completed_limit int Maximum limit of completed orders [optional]
user_orders_limit int Order count limit [optional]
completed_rate_limit float 30-day completion rate limit [optional]
limit_country_cn string Restricted nationality (Chinese) [optional]
limit_country_en string Restricted nationality (English) [optional]
is_hedge int Whether auto-delegation is enabled. `1`: yes; `0`: no. [optional]
hide_payment int Whether payment methods are hidden. `1`: hidden; `0`: visible. [optional]

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