# Binance Market ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/binance/market` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/binance-market | ## Description Unlock real-time and historical Binance cryptocurrency data for trading, research, and financial analysis with our API. ## 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/market' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "data": [ { "symbol": "BTCUSDT", "volume": "3500", "lastPrice": "50000.00", "marketCap": "900B", "priceChangePercent": "2.5" }, { "symbol": "ETHUSDT", "volume": "15000", "lastPrice": "3000.00", "marketCap": "350B", "priceChangePercent": "1.85" }, { "symbol": "BNBUSDT", "volume": "45000", "lastPrice": "400.00", "marketCap": "60B", "priceChangePercent": "0.75" }, { "symbol": "ADAUSDT", "volume": "1500", "lastPrice": "2.00", "marketCap": "70B", "priceChangePercent": "3.25" }, { "symbol": "SOLUSDT", "volume": "8500", "lastPrice": "150.00", "marketCap": "45B", "priceChangePercent": "4.10" } ], "timestamp": "2023-10-01T12:00:00Z" } ``` ## Documentation ## Overview Unlock real-time and historical Binance cryptocurrency data for trading, research, and financial analysis with our API. ## Quickstart ``` GET https://api.piloterr.com/v2/binance/market?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Binance Market 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