assets

Retrieve Binance account and asset data via authenticated SAPI requests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

It solves the problem of getting up-to-date Binance account, asset, and balance information through a standardized API interface without manually crafting requests.

Core Features & Use Cases

  • Authenticated Binance Assets API calls: Retrieves data from Binance API endpoints that require an API key and secret key for USER_DATA routes.
  • JSON responses for downstream agents: Returns results in JSON format so an agent can validate, audit, or reason over account/asset context.
  • Wide coverage of account and asset endpoints: Supports many asset/account-related queries such as trading status, account info/status, asset details, balances, deposits/withdrawals, and related configurations.
  • Use Case: An agent needs to enrich a paper-trading workflow with current wallet/asset context (e.g., balances, asset details, or deposit/withdraw history) while staying within read-only public processes.

Quick Start

Call the assets skill to request asset and account data from Binance for the endpoints you specify, ensuring you have BINANCE_API_KEY and BINANCE_SECRET_KEY available for authenticated requests.

Frequently Asked Questions about assets

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

FAQPage Schema
How do I retrieve Binance wallet balances and asset details using an authenticated API?

To retrieve Binance wallet balances and asset details, you need an API key and secret key to generate signed requests for SAPI endpoints. This skill handles the request signing and query parameter encoding, returning the account data in JSON format for agent consumption.

Can I fetch Binance deposit and withdraw history for auditing workflows?

Yes, you can fetch Binance deposit and withdraw history for auditing workflows. The skill supports USER_DATA retrieval scenarios from SAPI endpoints, returning the historical transaction records as structured JSON results that agents can validate and reason over.

Do I need API keys to check my Binance account trading status?

Yes, you need a Binance API key and secret key to check your account trading status. The skill requires these credentials to generate authenticated, signed requests with proper recvWindow handling to satisfy Binance security requirements for USER_DATA routes.

What is the best way to automate Binance asset data retrieval for downstream agents?

The best way to automate Binance asset data retrieval is using a skill that manages SAPI request signing and returns JSON responses. This approach allows downstream agents to directly consume standardized wallet balance and account status data without manually crafting HTTP requests.

Does this Binance API integration work for read-only paper-trading enrichment?

Yes, this Binance API integration works for read-only paper-trading enrichment. It securely retrieves current wallet and asset context, such as balances and asset details, allowing agents to enrich workflows while staying within public, read-only processes.

Why does my Binance account status request require signed query parameters?

Binance account status requests require signed query parameters to authenticate USER_DATA SAPI endpoints. The skill generates signed requests using your API key and secret key, properly encoding the query parameters and handling the recvWindow to satisfy Binance security requirements.