From e6651000a3a4ab39f3d611ab8036d1d0c5f3194b Mon Sep 17 00:00:00 2001 From: kolya5544 Date: Thu, 12 Feb 2026 16:11:45 +0300 Subject: [PATCH] Added new field hiddenReason --- docs/p2p/ad/ad-detail.mdx | 1 + docs/p2p/ad/ad-list.mdx | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/p2p/ad/ad-detail.mdx b/docs/p2p/ad/ad-detail.mdx index 8f3550d803..e55967aa92 100644 --- a/docs/p2p/ad/ad-detail.mdx +++ b/docs/p2p/ad/ad-detail.mdx @@ -32,6 +32,7 @@ POST `/v5/p2p/item/info` |minAmount|string|Min transaction amount in currency| |maxAmount|string|Max transaction amount in currency| |remark|string|Advertisement description| +|hiddenReason|string|The reason why advertisement was hidden. If empty string - the ad is not hidden| |status|integer|Ads Status. `10`: online; `20`: offline; `30`: completed| |createDate|string|Creation time (timestamp)| |payments|array<string>|Payment method type ID| diff --git a/docs/p2p/ad/ad-list.mdx b/docs/p2p/ad/ad-list.mdx index d1b1aabad8..5446aecb1b 100644 --- a/docs/p2p/ad/ad-list.mdx +++ b/docs/p2p/ad/ad-list.mdx @@ -43,6 +43,7 @@ POST `/v5/p2p/item/personal/list` |> status|integer|Ads Status. `10`: online; `20`: offline; `30`: completed| |> createDate|string|Creation time (timestamp)| |> payments|array<string>|Payment method type ID| +|> hiddenReason|string|The reason why advertisement was hidden. If empty string - the ad is not hidden| |> tradingPreferenceSet|object|Trading preferences| |>> hasUnPostAd|integer|Whether the counterparty must not have posted any advertisements. `0`: not required; `1`: required| |>> isKyc|integer|Whether or not the counterparty must complete identity authentication. `0`: not required; `1`: required|