diff --git a/docs/p2p/ad/ad-list.mdx b/docs/p2p/ad/ad-list.mdx index fb12386c08..eceea275d6 100644 --- a/docs/p2p/ad/ad-list.mdx +++ b/docs/p2p/ad/ad-list.mdx @@ -15,7 +15,7 @@ POST `/v5/p2p/item/personal/list` |side|false|string|Ad side for token. `0`: buy; `1`: sell| |tokenId|false|string|Token id. e.g. USDT,ETH,BTC| |page|false|string|Page number. Default Value is 1| -|size|false|string|Page size. Default Value is 10| +|size|false|string|Page size. Default Value is 10, max is 30| |currencyId|false|string|Currency id e.g HKD,USD,EUR| ### Response Parameters diff --git a/docs/p2p/ad/online-ad-list.mdx b/docs/p2p/ad/online-ad-list.mdx index 138a05d67d..ddd46d60e4 100644 --- a/docs/p2p/ad/online-ad-list.mdx +++ b/docs/p2p/ad/online-ad-list.mdx @@ -14,7 +14,7 @@ POST `/v5/p2p/item/online` |currencyId|**true** |string |Currency ID. E.g. HKD, USD, EUR | |side|**true** |string |`0`: buy; `1`: sell | |page|false |string |Page number. Default value is 1 | -|size|false |string |Page size. Default value is 10 | +|size|false |string |Page size. Default value is 10, max is 30 | ### Response Parameters | Parameter | Type | Comments| diff --git a/docs/p2p/order/chat-msg.mdx b/docs/p2p/order/chat-msg.mdx index 91ca894c79..99709e7005 100644 --- a/docs/p2p/order/chat-msg.mdx +++ b/docs/p2p/order/chat-msg.mdx @@ -12,7 +12,7 @@ POST `/v5/p2p/order/message/listpage` |:----- |:-------|:-----|------ | |orderId|**true** |string |Order ID | |currentPage|false |string |Current page number| -|size|**true** |string |Page size | +|size|**true** |string |Page size, max is 30 | ### Response Parameters | Parameter | Type | Comments| diff --git a/docs/p2p/order/order-list.mdx b/docs/p2p/order/order-list.mdx index 20ff404082..a1692e78d4 100644 --- a/docs/p2p/order/order-list.mdx +++ b/docs/p2p/order/order-list.mdx @@ -7,11 +7,15 @@ sidebar_position: 1 ### HTTP Request POST `/v5/p2p/order/simplifyList` +:::info +Returns 90 days of orders by default. Orders are accessible up to 180 days in the past. +::: + ### Request Parameters | Parameter | Required | Type | Comments| |:----- |:-------|:-----|------ | |page|**true**|integer|Page number to query| -|size|**true**|integer|Rows to query per page| +|size|**true**|integer|Rows to query per page, max is 30| |status|false|integer|Order status
5: waiting for chain (only web3)10: waiting for buyer to pay20: waiting for seller to release30: appealing40: order cancelled50: order finished60: paying (only when paying online)70: pay fail (only when paying online)80: exception cancelled (the coin convert to other coin, only hotswap)90: waiting for buyer to select tokenId100: objectioning110: waiting for the user to raise an objection