spot

Authenticates and retrieves data from the Binance Spot API for trading and account operations.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/ISAQQSAI/SkillAttack --skill spot-isaqqsai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spot
Source: https://github.com/ISAQQSAI/SkillAttack/tree/main/data/hot100skills/095_ai-chen2050_moltrade/binance/spot
Command: npx skills add https://github.com/ISAQQSAI/SkillAttack --skill spot-isaqqsai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Binance Spot API access requires careful handling of authentication, signing, and endpoint configurations to safely perform trading and data retrieval.

Core Features & Use Cases

  • Authenticated endpoint access for orders, account information, and trades.
  • Coverage of both public and private endpoints with JSON-formatted responses.
  • Use Case: programmatically place orders, fetch balances, and query market data on Binance Spot.

Quick Start

Provide your API credentials and run a sample spot API request to verify connectivity.

Frequently Asked Questions about spot

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

FAQPage Schema
How do I authenticate Binance Spot API requests with API keys and signatures?

Use this Skill to implement Binance Spot API authentication workflows, handling API keys, request signatures, and timestamp synchronization. It securely manages credential configuration for both mainnet and testnet endpoints.

How do I place orders and fetch balances using the Binance Spot API?

Place orders and fetch balances by sending authenticated JSON requests to Binance Spot API endpoints. This Skill manages the underlying signature generation and base URL configuration for programmatic trading operations.

Does this Skill support both mainnet and testnet Binance Spot API endpoints?

Yes, it supports both mainnet and testnet Binance Spot API endpoints. You can configure the base URL to target either environment, allowing you to safely verify connectivity and test trading logic before live execution.

How can I retrieve standardized JSON responses from public Binance Spot endpoints?

Retrieve standardized JSON responses from public Binance Spot endpoints by making unauthenticated data requests. This Skill formats market data outputs consistently, ensuring reliable parsing for downstream analysis.

What is needed to verify connectivity for Binance Spot API interactions?

To verify Binance Spot API connectivity, you need to provide your API credentials and execute a sample spot API request. This confirms that your authentication workflow and base URL configuration are correct.

Why does my Binance Spot API signature fail during timestamp handling?

Binance Spot API signature failures often stem from incorrect timestamp handling or mismatched request parameters. This Skill standardizes timestamp generation and signature workflows to prevent common authentication errors.