Binance: Search Ads
Binance via Parse · crypto_web3
Search P2P trading advertisements on Binance. Returns paginated listings of buy or sell offers with price, available quantity, order limits, accepted payment methods, and advertiser reputation. Results are sorted by price (best price first). BUY shows ads from sellers (you buy crypto), SELL shows ads from buyers (you sell crypto). Paginates via integer page number; each page returns up to `rows` results. Search and retrieve peer-to-peer cryptocurrency trading advertisements from Binance P2P marketplace, including prices, available quantities, payment methods, and advertiser details. Fulfilled by Parse from www.binance.com.
- binance
- crypto-web3
- finance
- marketplace
- parse
- platform-key
- www-binance-com
Price and execution
- Price
- Quote unavailable
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- crypto_web3
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/dfbea875-2ec8-409d-b9bb-976b9274bf72/search_ads
- Interface artifact
- sha256:673528c36897cafc0e0fe23687c55959196cb3494fa7ebab91dacf592a01c343
- Manifest digest
- sha256:52cab6fcdb2813c17745ab00dfeeb95b9315ea1cfd269c7abd83fb84bdf41c70
Request fields
- fiat (string): Fiat currency code (e.g. USD, EUR, GBP, NGN, INR, BRL, TRY).: Allowed values: USD, EUR, GBP, NGN, INR, BRL, TRY
- page (integer): Page number for pagination, starting at 1.
- rows (integer): Number of results per page, between 1 and 20.
- asset (string): Cryptocurrency asset to trade. Common values: USDT, BTC, USDC, FDUSD, BNB, ETH.: Allowed values: USDT, BTC, USDC, FDUSD, BNB, ETH
- pay_type (string): Filter by payment method identifier (e.g. Wise, BANK, SEPAinstant). When omitted, all payment methods are included.
- trade_type (string): Trade direction. Accepts exactly: BUY, SELL.: Allowed values: BUY, SELL
- trans_amount (string): Filter ads that accept this transaction amount in fiat (e.g. '500'). Only ads whose min/max range includes this amount are returned.
- publisher_type (string): Filter by publisher type. Use 'merchant' for verified merchants only, or empty string for all advertisers.
Example queries
- {"fiat":"USD","page":"1","rows":"5","asset":"USDT","trade_type":"BUY","publisher_type":"merchant"}