# Binance Trade ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/binance/trade` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/binance-trade | ## Description Access real-time Binance BTC/USDT trading data for optimized trading and advanced market analysis. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/binance/trade' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "data": { "count": "3200", "price": "29002.87", "symbol": "BTC/USDT", "volume": "1200.456", "lowPrice": "28550.00", "openTime": "1695559200000", "closeTime": "1695645600000", "highPrice": "29200.00", "priceChange": "-123.45", "quoteVolume": "35000000.123", "priceChangePercent": "-0.42" }, "status": "success" } ``` ## Documentation ## Overview Access real-time Binance BTC/USDT trading data for optimized trading and advanced market analysis. ## Quickstart ``` GET https://api.piloterr.com/v2/binance/trade?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Binance Trade data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Binance without maintaining scrapers - Power internal dashboards and workflow automations with live Binance data