spot

Query Binance Spot market data and manage orders via signed API requests.

1|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/ImSnigdho/SSC-Scholar-Trader-Agent --skill spot-imsnigdho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spot
Source: https://github.com/ImSnigdho/SSC-Scholar-Trader-Agent/tree/main/.agents/skills/spot
Command: npx skills add https://github.com/ImSnigdho/SSC-Scholar-Trader-Agent --skill spot-imsnigdho

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Binance Spot requires authenticated API access to retrieve sensitive market data and perform trading actions; this Skill provides a structured interface to issue signed requests to Binance's Spot API from the agent.

Core Features & Use Cases

  • Authenticated Spot API access for market data, orders, and account information using signed requests.
  • Environment support for Mainnet, Testnet, and Demo.
  • Extensive endpoint coverage including market data, trading, and account management; returns JSON results for easy integration.

Quick Start

Provide your Binance API key and secret, select the environment (Mainnet, Testnet, or Demo), and instruct the skill to perform a spot operation.

Frequently Asked Questions about spot

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

FAQPage Schema
How do I make authenticated Binance Spot API requests for market data?

You can execute signed Binance Spot API requests by providing your API key and secret; the skill signs the payloads and returns JSON responses for queried market data, account information, and orders.

Can I use Binance Testnet or Demo environments for Spot API trading?

Yes, the skill supports environment selection for Mainnet, Testnet, and Demo, allowing you to safely test Spot API trading and account management actions before deploying to the live Mainnet.

What do I need to set up before querying Binance Spot account information?

Before querying Binance Spot account information, you need to generate valid Binance API credentials (a key and a secret) and select your target environment (Mainnet, Testnet, or Demo) to authorize the signed requests.

How does an agent handle signed requests for Binance Spot orders?

The skill handles signed requests by taking your API credentials, applying the required cryptographic signing to the Spot order payloads, and submitting them to the Binance API to return JSON confirmation responses.

Are there limitations to managing Binance Spot orders via API?

The skill is limited to Binance Spot endpoints for market data, trading, and account information, returning raw JSON responses; it does not natively parse complex order strategies or handle non-Spot Binance products.