Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/p2p/ad/ad-detail.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down
1 change: 1 addition & 0 deletions docs/p2p/ad/ad-list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down