simple-earn

Retrieve Binance Simple Earn account, quota, product, and history data via authenticated REST endpoints.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps you reliably request Binance Simple Earn account, quota, subscription, and history information as structured JSON without manually building signed API calls.

Core Features & Use Cases

  • Authenticated Simple Earn API Requests: Calls Binance authenticated endpoints for BFUSD and Simple Earn products that may require API key/secret signing.
  • User-Data Retrieval & History: Fetches account/quota details, positions, listings, previews, and redemption/subscription/rewards/rate history with supported query parameters.
  • Parameter-Safe Querying: Supports required and optional parameters like recvWindow, pagination (current/size), productId/projectId/positionId, and time windows for history.

Quick Start

Use the simple-earn skill to request your Binance Simple Earn flexible product list with asset=USDT and size=10.

Frequently Asked Questions about simple-earn

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

FAQPage Schema
How do I fetch Binance Simple Earn account and history data via API?

You can fetch Binance Simple Earn account and history data via API by calling authenticated REST endpoints that return JSON. This includes retrieving balances, positions, subscriptions, redemptions, and rewards using supported query parameters.

What Binance API credentials do I need for Simple Earn user data retrieval?

Binance Simple Earn user data retrieval requires an API key and secret for request signing on USER_DATA endpoints. You must also provide the X-MBX-APIKEY header and a Binance-specific User-Agent header in your requests.

Can I filter Binance Simple Earn flexible product lists by asset and pagination size?

Yes, you can filter Binance Simple Earn flexible product lists by asset and pagination size. The API supports optional parameters including asset filters, current/size pagination, and time windows for history retrieval.

Does this API signing method support BFUSD and locked product positions?

This API signing method supports both BFUSD and Simple Earn flexible or locked products. It retrieves structured JSON data for positions, quotas, project details, and rate history without manually building signed API calls.

What are the limitations of using standard API requests for Simple Earn history retrieval?

Standard API requests for Simple Earn history retrieval require correct Binance API credentials handling and request signing for USER_DATA endpoints. Without proper authentication headers and signature generation, the API calls will fail.

How do I query subscription and redemption history for Binance Simple Earn with time windows?

You query subscription and redemption history for Binance Simple Earn by applying time-window filters and pagination parameters to the authenticated REST endpoints. The API returns the requested history records as structured JSON.