assets

Fetch authenticated Binance asset data via USER_DATA endpoints.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/funnys1r/Binance-HealthGuard --skill assets-funnys1r
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: assets
Source: https://github.com/funnys1r/Binance-HealthGuard/tree/main/skills/binance/assets
Command: npx skills add https://github.com/funnys1r/Binance-HealthGuard --skill assets-funnys1r

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Binance Assets skill abstracts the complexity of querying asset data from Binance by providing structured, authenticated API calls.

Core Features & Use Cases

  • Authenticated Asset Access: Retrieve account asset details securely using API keys.
  • Comprehensive Endpoints: Access various USER_DATA endpoints for balance, status, and asset details.
  • Use Case: A portfolio tracker needs real-time asset balances to reconcile holdings and performance.

Quick Start

Fetch your account balances using your Binance API credentials.

Frequently Asked Questions about assets

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

FAQPage Schema
How do I fetch authenticated Binance account balances for a portfolio tracker?

To fetch authenticated Binance account balances, you need to provide your Binance API key and secret. The skill accesses USER_DATA endpoints to securely retrieve real-time asset details and balance data for tracking.

Does querying Binance asset data require specific API parameters?

Yes, querying Binance asset data requires standard parameters like timestamp and recvWindow alongside your API credentials. These parameters ensure secure, validated requests when accessing USER_DATA endpoints for account details.

What Binance endpoints are supported for retrieving user asset details?

The skill supports Binance USER_DATA endpoints to retrieve comprehensive user asset details. This includes accessing real-time account balances, asset status information, and API status data for risk dashboards.

Can I use this to build a risk dashboard that needs real-time asset balances?

Yes, you can use this to build a risk dashboard requiring real-time asset balances. It securely retrieves authenticated account data, allowing developers to reconcile holdings and monitor portfolio performance accurately.

How do I handle authentication when accessing Binance USER_DATA endpoints?

Handling authentication for Binance USER_DATA endpoints requires providing your API key and secret. The skill abstracts this complexity, structuring the authenticated API calls needed to securely fetch account asset data.