| 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, comma-separated; from pay type list `pay_type`, e.g. `bank`, `alipay`, `wechat`, `paypal`, `swift`, `wu`. |
|
| pay_type_json |
string |
JSON map of payment type -> user's payment method ID. |
[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 trade amount in `exchangeType`. |
|
| max_amount |
string |
Maximum amount per trade in `exchangeType` fiat units. |
|
| 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] |
| expire_min |
string |
Payment timeout in minutes. |
[optional] |
| trade_tips |
string |
Ad trading terms shown to the taker. |
[optional] |
| auto_reply |
string |
Auto-reply message after order creation. |
[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] |