Skip to content

Latest commit

 

History

History
46 lines (43 loc) · 4.32 KB

File metadata and controls

46 lines (43 loc) · 4.32 KB

P2pMyAd

Properties

Name Type Description Notes
type string Ad side: `buy` buy-crypto ad; `sell` sell-crypto ad. [optional] [default to undefined]
rate string Price [optional] [default to undefined]
originalRate string Original price [optional] [default to undefined]
amount string Remaining crypto amount on the ad. [optional] [default to undefined]
total string Remaining fiat amount of ad [optional] [default to undefined]
limitTotal string Single order limit range (cryptocurrency) [optional] [default to undefined]
limitFiat string Single order limit range (fiat) [optional] [default to undefined]
minAmount string Minimum quantity per order [optional] [default to undefined]
maxAmount string Maximum quantity per order [optional] [default to undefined]
payTypeNum string Payment method ID list [optional] [default to undefined]
payTypeJson string JSON map of payment type -> payment method ID. [optional] [default to undefined]
expireMin string Ad expiration time (minutes) [optional] [default to undefined]
tierLimit string VIP limit [optional] [default to undefined]
advertisersLimit number Whether trading with the advertiser is restricted. `0`: no; `1`: yes. [optional] [default to undefined]
regTimeLimit number Registration time limit [optional] [default to undefined]
verifiedLimit number KYC level limit [optional] [default to undefined]
minCompletedLimit number Minimum limit of completed orders by counterparty [optional] [default to undefined]
maxCompletedLimit number Maximum limit of completed orders by counterparty [optional] [default to undefined]
userCountryLimit number KYC nationality restriction [optional] [default to undefined]
completedRateLimit number 30-day completion rate limit [optional] [default to undefined]
userOrdersLimit number Maximum order limit for counterparty [optional] [default to undefined]
hidePayment string Whether payment methods are hidden. `1`: hidden; `0`: visible. [optional] [default to undefined]
currencyType string Cryptocurrency symbol. [optional] [default to undefined]
wantType string Fiat currency [optional] [default to undefined]
tradeTips string Trading terms [optional] [default to undefined]
newHand number Special ad type. `0` normal; `1` newcomer guide; `2` newcomer discount; `3` featured promo; `4` KOL ad; `5` coupon ad. [optional] [default to undefined]
id string Advertisement ID. [optional] [default to undefined]
status string Ad status: `OPEN` listed; `OFFLIN` delisted; `CLOSED` closed; `CANCEL` canceled. [optional] [default to undefined]
lockedAmount string Ad frozen amount [optional] [default to undefined]
hideRate string Hidden price [optional] [default to undefined]
isOutTime number Whether the ad timed out. `1`: timed out; `0`: not yet. [optional] [default to undefined]
rateRefId number Floating reference: `1` platform; `2` Gate; `3` spot; `<= 0` means fixed price. [optional] [default to undefined]
rateOffset string Floating ratio [optional] [default to undefined]
rateFixed number Price type: `0` floating; `1` fixed. [optional] [default to undefined]
floatTrend number Floating direction: `0` markup; `1` markdown. [optional] [default to undefined]
inDispute number Whether the ad had a disputed trade. `1`: yes; `0`: no. [optional] [default to undefined]
autoReply string Auto reply data [optional] [default to undefined]
timestamp number Ad creation time [optional] [default to undefined]
isHedge number Whether auto-delegation is enabled. `1`: yes; `0`: no. [optional] [default to undefined]