Place ad order request
| Name | Type | Description | Notes |
|---|---|---|---|
| CurrencyType | string | Cryptocurrency symbol. | |
| ExchangeType | string | Fiat currency | |
| Type | string | Ad operation type. `0`: publish sell ad; `1`: publish buy ad; `2`: edit sell ad; `3`: edit buy ad. | |
| UnitPrice | string | Per-unit price in fixed-price mode. | |
| Number | string | Ad amount priced in `currencyType`. | |
| PayType | string | Payment types, comma-separated; from pay type list `pay_type`, e.g. `bank`, `alipay`, `wechat`, `paypal`, `swift`, `wu`. | |
| PayTypeJson | string | JSON map of payment type -> user's payment method ID. | [optional] |
| RateFixed | string | Price type: `0` floating; `1` fixed. | [optional] |
| Oid | string | Pass ad ID when editing; omit or empty when publishing a new ad. | [optional] |
| MinAmount | string | Minimum trade amount in `exchangeType`. | |
| MaxAmount | string | Maximum amount per trade in `exchangeType` fiat units. | |
| TierLimit | string | Minimum counterparty VIP level; `0` means no requirement. | [optional] |
| VerifiedLimit | string | Minimum counterparty verification level; `0` means no limit. | [optional] |
| RegTimeLimit | string | Minimum counterparty account age in days; `0` means no limit. | [optional] |
| AdvertisersLimit | string | Whether trading with the advertiser is restricted. `0`: no; `1`: yes. | [optional] |
| ExpireMin | string | Payment timeout in minutes. | [optional] |
| TradeTips | string | Ad trading terms shown to the taker. | [optional] |
| AutoReply | string | Auto-reply message after order creation. | [optional] |
| MinCompletedLimit | string | Minimum completed orders for counterparty; `-1` unlimited. | [optional] |
| MaxCompletedLimit | string | Maximum completed orders for counterparty; `-1` unlimited. | [optional] |
| CompletedRateLimit | string | Counterparty minimum 30-day completion rate; `-1` means no limit. | [optional] |
| UserCountryLimit | string | KYC nationality restriction; `-1` means no restriction. | [optional] |
| UserOrderLimit | string | Maximum concurrent orders allowed for the counterparty. `-1`: unlimited. | [optional] |
| RateReferenceId | string | Floating price reference. `1`: platform reference; `2`: Gate reference; `3`: spot reference. | [optional] |
| RateOffset | string | Absolute floating offset ratio, e.g. `0.5` means 0.5%. | [optional] |
| FloatTrend | string | Floating direction: `0` markup; `1` markdown. | [optional] |
| TeamPaymentUid | string | Team payee UID; optional for non-team merchants. | [optional] |