simple-earn

Retrieve Binance Simple Earn product, position, and history data via authenticated SAPI endpoints.

957|244|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/tradecatlabs/tradecat-public --skill simple-earn-tradecatlabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: simple-earn
Source: https://github.com/tradecatlabs/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/tradecatlabs/tradecat-public --skill simple-earn-tradecatlabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Binance Simple Earn users need a reliable way to retrieve flexible/locked product lists, positions, quotas, and reward/redemption history so they can audit holdings and account activity without manually browsing API responses.

Core Features & Use Cases

  • Authenticated Simple Earn API retrieval: Reads public-ready JSON responses from authenticated SAPI endpoints that cover flexible and locked products, positions, and account-related data.
  • Account and quota visibility: Fetches BFUSD/RWUSD Simple Earn account information, quota details, and personal left quota to understand availability and usage.
  • Time-bounded earnings auditing: Pulls rewards, redemption, and subscription histories using start/end time parameters for reporting and reconciliation workflows.

Quick Start

Use the simple-earn Skill to request the Flexible Product List for a specific asset on Binance and return the result as JSON.

Frequently Asked Questions about simple-earn

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

FAQPage Schema
How do I retrieve Binance Simple Earn positions and rewards history via API?

To retrieve Binance Simple Earn positions and rewards history, you need authenticated SAPI endpoints using your Binance API credentials. The Skill queries flexible and locked product positions, quotas, and account activity, returning JSON responses filtered by asset, productId, or time ranges.

What Binance API credentials do I need to audit Simple Earn account activity?

Auditing Binance Simple Earn account activity requires Binance API credentials with USER_DATA permissions. The Skill signs requests with these credentials, includes a User-Agent header, and targets the configured base URL such as https://api.binance.com to fetch personal left quotas and subscription histories.

Can I filter Binance Simple Earn redemption history by specific time ranges and assets?

Yes, Binance Simple Earn redemption history can be filtered using start and end time parameters along with specific assets. The Skill retrieves time-bounded rewards, redemption, and subscription histories from authenticated SAPI endpoints, returning JSON data for portfolio reconciliation and reporting workflows.

What's the best way to monitor Binance Simple Earn flexible and locked product portfolios?

The best way to monitor Binance Simple Earn flexible and locked product portfolios is by querying authenticated SAPI endpoints for product lists, positions, and account information. The Skill retrieves BFUSD and RWUSD quota details, personal left quotas, and rewards history as JSON for portfolio auditing.

Does querying Binance Simple Earn personal left quotas require specific API endpoint permissions?

Querying Binance Simple Earn personal left quotas requires API credentials with USER_DATA endpoint permissions. The Skill signs requests using your keys, targets the Binance SAPI base URL, and fetches quota details and account information for flexible and locked products as JSON responses.

Why does my Binance Simple Earn API request fail when fetching account history?

Binance Simple Earn API requests for account history fail if USER_DATA permissions are missing or requests are not properly signed. The Skill handles API authentication by signing requests with your credentials, including the required User-Agent header, and querying the correct SAPI base URL for valid JSON responses.