Skip to content

Latest commit

 

History

History
39 lines (36 loc) · 4.82 KB

File metadata and controls

39 lines (36 loc) · 4.82 KB

# PlaceBizPushOrder

Properties

Name Type Description Notes
currency_type string Cryptocurrency symbol.
exchange_type string Fiat currency
type string Ad operation type. `0`: publish sell ad; `1`: publish buy ad; `2`: edit sell ad; `3`: edit buy ad.
unit_price string Per-unit price in fixed-price mode.
number string Ad amount priced in `currencyType`.
pay_type string Payment types enabled for the ad, comma-separated; values can be obtained from `pay_type` in the payment method list, e.g. `bank`, `alipay`, `wechat`, `paypal`, `swift`, `wu`. `pay_type_json` uses the types in this field as keys to specify the corresponding payment accounts.
pay_type_json string JSON string of specific payment accounts corresponding to `payType`. Each key is a payment type listed in `payType`, and each value is the current user's payment method ID for that type. For example, when `payType` is `bank,swift`, this field can be {"bank":"10001","swift":"10002"}. [optional]
rate_fixed string Price type: `0` floating; `1` fixed. [optional]
oid string Pass ad ID when editing; omit or empty when publishing a new ad. [optional]
min_amount string Minimum quantity per order, denominated by currencyType; required when limitBasis is not passed or is 0 [optional]
max_amount string Maximum quantity per order, denominated by currencyType; required when limitBasis is not passed or is 0 [optional]
limit_basis int Trading limit unit. 0: by crypto quantity, 1: by fiat amount; defaults to 0 when not passed for a new ad. The limit unit of an existing ad cannot be changed when editing; a fiat-limit ad must keep passing 1 when edited [optional]
fiat_min_amount string Minimum amount per order, denominated by exchangeType; required when limitBasis is 1 [optional]
fiat_max_amount string Maximum amount per order, denominated by exchangeType; required when limitBasis is 1, and must not exceed the total fiat value of the ad quantity converted at the price [optional]
tier_limit string Minimum counterparty VIP level; `0` means no requirement. [optional]
verified_limit string Minimum counterparty verification level; `0` means no limit. [optional]
reg_time_limit string Minimum counterparty account age in days; `0` means no limit. [optional]
advertisers_limit string Whether trading with the advertiser is restricted. `0`: no; `1`: yes. [optional]
polymarket_limit int Whether to restrict trading with Polymarket users. 0: no restriction, 1: restricted [optional]
expire_min string Payment timeout in minutes. [optional]
trade_tips string Advertisement trade terms displayed to ordering users; goes through off-platform traffic diversion risk control on submission, and when hit, the advertisement is not saved and code 70305102 is returned [optional]
auto_reply string Auto reply content after order creation; goes through off-platform traffic diversion risk control on submission, and when hit, the advertisement is not saved and code 70305102 is returned [optional]
min_completed_limit string Minimum completed orders for counterparty; `-1` unlimited. [optional]
max_completed_limit string Maximum completed orders for counterparty; `-1` unlimited. [optional]
completed_rate_limit string Counterparty minimum 30-day completion rate; `-1` means no limit. [optional]
user_country_limit string KYC nationality restriction; `-1` means no restriction. [optional]
user_order_limit string Maximum concurrent orders allowed for the counterparty. `-1`: unlimited. [optional]
rate_reference_id string Floating price reference. `1`: platform reference; `2`: Gate reference; `3`: spot reference. [optional]
rate_offset string Absolute floating offset ratio, e.g. `0.5` means 0.5%. [optional]
float_trend string Floating direction: `0` markup; `1` markdown. [optional]
team_payment_uid string Team payee UID; optional for non-team merchants. [optional]

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