binance-prices

Fetch real-time cryptocurrency prices from the Binance public API.

5|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/gabrielkoerich/skills --skill binance-prices
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: binance-prices
Source: https://github.com/gabrielkoerich/skills/tree/main/binance-prices
Command: npx skills add https://github.com/gabrielkoerich/skills --skill binance-prices

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill provides quick access to real-time cryptocurrency prices by querying Binance public API without requiring authentication.

Core Features & Use Cases

  • Fetch live prices for single or multiple symbols (e.g., BTCUSDT, ETHUSDT) from the Binance ticker endpoint.
  • Output human-friendly formatting and support common quote currencies like USDT, BTC, ETH, and BUSD.
  • Use cases include price lookups during crypto trading, portfolio checks, and alerts.

Quick Start

Run the price.sh script with a symbol to fetch its real-time price.

Frequently Asked Questions about binance-prices

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

FAQPage Schema
How do I fetch real-time cryptocurrency prices from Binance without an API key?

Fetch real-time cryptocurrency prices from Binance by querying the public ticker price endpoint, which requires no authentication. You can retrieve current pricing data for single or multiple symbols and format the output as SYMBOL: $price.

Can I retrieve live prices for multiple crypto symbols at once?

Yes, you can retrieve live prices for multiple crypto symbols simultaneously. The skill queries the Binance public API ticker endpoint and returns formatted pricing data for each requested symbol pair.

What quote currencies does the Binance public ticker endpoint support for price lookups?

The Binance public ticker endpoint supports price lookups using common quote currencies including USDT, BTC, ETH, and BUSD. You can specify your desired trading pair to retrieve the current price.

What's the best way to check live Binance prices for crypto portfolio tracking?

The best way to check live Binance prices for portfolio tracking is querying the public ticker endpoint. It retrieves current prices for specified symbols without authentication, outputting human-friendly formatting for quick lookups.

Do I need authentication or dependencies to run a Binance price lookup script?

No authentication or external dependencies are required to run a Binance price lookup. The script directly queries the Binance public API to fetch real-time cryptocurrency prices without needing any API keys.