binance-spot-openapi-skill

Access Binance Spot API endpoints for market data, account info, and order execution.

111|9|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/holon-run/uxc --skill binance-spot-openapi-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: binance-spot-openapi-skill
Source: https://github.com/holon-run/uxc/tree/main/skills/binance-spot-openapi-skill
Command: npx skills add https://github.com/holon-run/uxc --skill binance-spot-openapi-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill simplifies interacting with the Binance Spot API, providing a structured and secure way to manage market data, account information, and orders without complex manual API calls.

Core Features & Use Cases

  • API Access: Interact with Binance Spot REST endpoints for market data, account queries, and order management.
  • Secure Authentication: Supports Ed25519 (recommended) and HMAC signing for secure API requests.
  • Testnet First: Encourages using testnet environments for order placement and validation before live trading.
  • Use Case: Automatically fetch the current BTCUSDT price, check your account balance, and place a limit buy order on Binance Spot, all through a single, unified interface.

Quick Start

Use the binance-spot-openapi-skill to get the current BTCUSDT price on the mainnet.

Frequently Asked Questions about binance-spot-openapi-skill

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

FAQPage Schema
How do I place a Binance Spot order using an API?

You can automate Binance Spot trading by accessing REST API endpoints for market data and order execution, using secure authentication methods like Ed25519 or HMAC signing to manage your trades programmatically.

Can I test Binance Spot API orders before live trading?

Yes, the API interface supports testnet-first workflows, encouraging you to validate order placement and test account interactions on a Binance testnet before executing trades on the mainnet.

How does secure authentication work for Binance Spot API requests?

Secure authentication for Binance Spot API requests works by signing your API calls using either Ed25519 or HMAC methods, ensuring that your market data queries and order executions are securely authorized.

How do I fetch real-time crypto market data from Binance Spot?

You can fetch real-time crypto market data from Binance Spot by querying its REST API endpoints through a unified interface, allowing you to automatically retrieve current prices like BTCUSDT and account balances.

Does the Binance Spot API skill require manual API key configuration?

The skill integrates with UXC for discovery, execution, and auth management, meaning API key configuration and secure signing are handled through the interface rather than requiring complex manual API calls.