p2p

Retrieve Binance P2P quotes and search advertisements for fiat/asset pairs.

957|244|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/tukuaiai/tradecat-public --skill p2p-tukuaiai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: p2p
Source: https://github.com/tukuaiai/tradecat-public/tree/main/resources/agent_market_context/binance/upstream/binance-skills-hub-main/skills/binance/p2p
Command: npx skills add https://github.com/tukuaiai/tradecat-public --skill p2p-tukuaiai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps users quickly understand Binance P2P (C2C) prices and payment-method options for a given crypto/fiat pair, and optionally summarize their own P2P order history.

Core Features & Use Cases

  • P2P price quotes (public, no auth): retrieve buy/sell quotes for a selected asset/fiat and trade side (BUY/SELL).
  • Ad search and comparison (public, no auth): filter and rank P2P advertisements by limits and merchant indicators, and compare across payment methods.
  • Personal order history (optional, requires API key): list and summarize the user’s own P2P orders for review and analysis.

Quick Start

Ask: "For USDT/CNY, what are the best P2P buy and sell prices and compare Alipay vs WeChat payment methods for buying 1000 USDT?"

Frequently Asked Questions about p2p

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find the best Binance P2P ads for a specific crypto and fiat pair?

Binance P2P ad searches can be filtered and ranked by trade limits and merchant indicators. This allows you to compare advertisements across different payment methods for a given crypto and fiat pair to find the most suitable offer.

Can I compare Binance P2P payment methods like Alipay and WeChat without API authentication?

Yes, public market queries for Binance P2P quotes and ad lists require no authentication. You can compare different payment methods and retrieve buy/sell prices for any specified asset and fiat pair without needing API credentials.

How do I retrieve my personal Binance C2C order history?

Retrieving your personal Binance C2C order history requires API authentication with SAPI credentials and permissions. Once authenticated, you can list and summarize your own past P2P orders for review and analysis.

Does querying Binance P2P order history require specific HMAC signing rules?

Yes, querying personal Binance P2P order history requires correct SAPI signing rules using HMAC signing, including non-sorted parameter ordering. You must provide valid SAPI credentials with the necessary permissions to access your order history.

What are the limitations of searching Binance P2P ads with this approach?

A key limitation is that the search enforces a strict P2P-only scope, meaning it does not cover other Binance trading markets. Additionally, accessing personal order history is restricted and requires valid SAPI credentials and permissions, unlike public ad searches.