Agent skill · Content & Marketing

p2p

Binance P2P trading assistant for natural-language queries about P2P/C2C market ads, the user's own P2P order history, order detail & appeal tracking, and advertisement publish & management. Use when the user asks about P2P prices, searching/choosing ads, comparing payment methods, reviewing P2P order history, checking order detail/appeal status, querying complaints, publishing/updating/managing P2P advertisements, or viewing merchant profiles. Do NOT use for spot/futures prices, exchange trading, deposits/withdrawals, on-chain transfers, or anything unrelated to P2P/C2C.

binancegithub.com/binanceGitHub ↗
claude-code
Install
npx skills add binance/binance-skills-hub --skill p2p --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 5
SKILL.md size: 39 KB
Bundled scripts: none
Path: skills/binance/p2p/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 947
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

Helps users interact with Binance P2P (C2C) via natural-language queries for public market data and, with API access, personal orders, appeals, and ad management.

How it works

  • Enables public queries: quote P2P prices, search ads, and compare payment methods for fiat-asset pairs (e.g., USDT/CNY).
  • Supports filtering ads by limits, merchant indicators, and payment methods.
  • For personal data and actions (Phase 2/3), requires an API key and secret:
    • List P2P order history and provide summary statistics.
    • Query order detail by order number and show full timeline.
    • Check appeal/complaint status and view history; optionally upload evidence for existing appeals.
    • View complaint processes and available reasons; cancel an existing appeal.
    • Publish, update, or manage P2P advertisements and view merchant profiles.
  • Provides a workflow for comparing prices by payment method via a two-step API call: first trade-methods to fetch identifiers, then ad-list with tradeMethodIdentifiers parameters (one per request).
  • Outputs follow strict formats described for price quotes, ad lists, personal orders, and appeal/complaint details; direct order placement is not automated—offers a link to the ad detail page when placing an order.

When to use it

  • Use for P2P buy/sell quotes, searching ads, comparing payment methods, reviewing order history, checking order detail and appeal status, and managing P2P advertisements.
  • Do NOT use for spot prices, on-chain transfers, or any non-P2P activities.

What it can touch

  • Public endpoints for quotes, ads, and trade methods (no auth).
  • Phase 2/3 endpoints require an API key and secret:
    • User order history, order detail, and statistics.
    • Appeal/complaint records, timelines, and evidence uploads.
    • Ad publishing/updating/status changes and merchant profiles.

Caveats

  • Phase 3 features require API key + secret; write operations require explicit user confirmation and appropriate permissions.
  • Output masks sensitive information and uses provided formats for time (UTC+0) and financial amounts.
  • Some actions (e.g., submitting new appeals) are not supported; only existing appeals can have evidence uploaded.
From the SKILL.md

# Binance P2P Trading Skill Help users interact with **Binance P2P (C2C)** via natural-language queries. ## When to Use / When NOT to Use ### Use this skill when the user wants to: - Check **P2P** buy/sell quotes for a crypto/fiat pair (e.g., USDT/CNY). - Search **P2P advertisements** and filter by payment method(s), limits, merchant quality. - Compare prices across payment methods (e.g., Alipay vs bank transfer). - View **their own P2P order history / summary** (requires API key). - Query **order detail** and view full order timeline (requires API key). - Check **appeal/complaint status** and view complaint history (requires API key). - **Submit evidence** for an existing appeal (upload files + submit description) (requires API key). - **View complaint process timeline** (flow of actions, CS notes, evidence) (requires API key). - **Cancel an existing appeal** (withdraw complaint, irreversible) (requires API key). - **View available complaint reasons** for an order (requires API key). - **Publish, update, or manage P2P advertisements** (requires API key + merchant permission). - View **merchant profiles** and their ad listings (requires API key). - Query **supported digital and fia

What's inside
Steps it walks through
  1. When to Use / When NOT to Use
  2. Use this skill when the user wants to:
  3. Do NOT use this skill when the user asks about:
  4. Ask clarifying questions (do not guess) if any key inputs are missing:
  5. Core Concepts
  6. tradeType mapping (avoid ambiguity)
  7. Capabilities
  8. Phase 1 — Public Market (No Auth)
  9. Phase 2 — Personal Orders (Requires API Key)
  10. Phase 3 — Order & Appeal + Ad Publish & Management (Requires API Key)
  11. Environment Configuration
  12. Base URLs (production)
  13. Implementation hint (for code generation)
  14. Security & Privacy Rules
Ships with 4 files
  • CHANGELOG.md
  • LICENSE.md
  • references/agent-sapi-api.md
  • references/authentication.md
Commands it runs
Bash equivalent:
curl -X PUT -T /path/to/local/file.jpg "{uploadUrl}"
More from binance-skills-hub
All skills →
About this skill
What does the p2p skill do?

Binance P2P trading assistant for natural-language queries about P2P/C2C market ads, the user's own P2P order history, order detail & appeal tracking, and advertisement publish & management. Use when the user asks about P2P prices, searching/choosing ads, comparing payment methods, reviewing P2P order history, checking order detail/appeal status, querying complaints, publishing/updating/managing P2P advertisements, or viewing merchant profiles. Do NOT use for spot/futures prices, exchange trading, deposits/withdrawals, on-chain transfers, or anything unrelated to P2P/C2C.

How do I install it?

Run `npx skills add binance/binance-skills-hub --skill p2p --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From binance/binance-skills-hub, a repository with 947 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going