spot

Retrieve Binance Spot market data and authenticated order information as JSON.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill solves the problem of reliably retrieving Binance Spot exchange information and trade/order data for analysis or automation without hand-building every request.

Core Features & Use Cases

  • Unified Spot API access: Call public and authentication-required Binance Spot endpoints and return results in JSON.
  • Market data retrieval: Query exchange info, klines/candlesticks, order books, tickers, trades, and aggregated trades for symbol-focused research.
  • Authenticated Spot actions (when credentials are available): Support signed endpoints such as open orders queries/cancellation and order placement/testing, including mainnet, testnet, and demo environments.

Quick Start

Use the spot skill to request Binance Spot exchange information by calling the exchangeInfo endpoint for a specific symbol, returning the response as JSON.

Frequently Asked Questions about spot

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

FAQPage Schema
How do I retrieve Binance Spot market data like klines and order books?

You retrieve Binance Spot market data by querying public endpoints for symbol-scoped klines, order books, trades, and tickers, receiving the results formatted as JSON for downstream analysis or automation.

How do I make authenticated requests to Binance Spot order endpoints?

You make authenticated requests to Binance Spot order endpoints by providing your API key and secret to generate signed requests, enabling actions like querying open orders, canceling orders, and placing new orders.

Does this Binance Spot API approach support testnet environments?

Yes, this Binance Spot API approach supports testnet environments by using configurable environment base URLs for mainnet, testnet, or demo, allowing you to safely test authenticated trading actions.

What is the process for getting exchange info for a specific Binance Spot symbol?

Getting exchange info for a specific Binance Spot symbol involves calling the exchangeInfo endpoint with your target symbol, which returns the trading rules and parameters formatted as JSON output.

Why do I need signature handling for Binance Spot API requests?

You need signature handling for Binance Spot API requests to securely access signed authenticated endpoints for account-related data and order management, ensuring your API secret is correctly applied to the request payload.