p2p

Retrieve Binance P2P quotes and filter ads by payment method.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Binance P2P/C2C ad liquidity varies by payment method, so users need up-to-date pricing and matching ads without manually browsing and comparing every option.

Core Features & Use Cases

  • P2P Price Quotes: Retrieve buy/sell quotes for a given crypto/fiat pair (e.g., USDT/CNY) with clear buy vs sell outputs.
  • Ad Search & Filtering: Search P2P advertisements and filter by trade type, limits, and merchant/payment-method indicators.
  • Payment-Method Comparison: Compare prices across payment methods by first resolving correct payment identifiers and then running focused ad searches.
  • Optional Order History: When authenticated with an API key, list and summarize the user’s P2P order history and totals.

Quick Start

Ask for P2P buy and sell quotes for USDT/CNY and compare the best offers across Alipay and bank transfer.

Frequently Asked Questions about p2p

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

FAQPage Schema
How do I get Binance P2P price quotes for a specific fiat and crypto pair?

Binance P2P price quotes are retrieved by specifying the fiat and asset along with the trade type. The Skill fetches up-to-date buy and sell market quotes for pairs like USDT/CNY using unsigned public endpoints.

Can I filter Binance C2C ad search results by payment method and trade limits?

Binance C2C ad search results can be filtered by trade type, payment methods, and transaction limits. The Skill resolves correct payment identifiers and runs focused ad searches to match specific merchant and payment indicators.

How do I compare Binance P2P prices across different payment methods?

To compare Binance P2P prices across payment methods, the Skill first resolves the correct payment identifiers and then executes targeted ad searches. This allows you to evaluate pricing variations across options like Alipay and bank transfer.

Do I need an API key to check my Binance P2P order history?

Checking Binance P2P order history requires an API key for authenticated SAPI requests. The Skill uses signed SAPI endpoints with HMAC authentication to securely list and summarize your past P2P orders and totals.

What is the difference between Binance P2P public quotes and authenticated order history?

Binance P2P public quotes use unsigned endpoints to fetch live market ad pricing, while authenticated order history uses signed SAPI requests with HMAC to retrieve a user's completed P2P transactions and totals.

How does SAPI parameter-ordering work for Binance P2P authenticated requests?

SAPI parameter-ordering for Binance P2P authenticated requests requires parameters to be arranged in a specific sequence before HMAC signature generation. The Skill follows these SAPI requirements to securely fetch signed order history data.