vip-loan

Retrieve Binance VIP loan data and execute borrow, renew, and repay operations via authenticated API endpoints.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you query Binance VIP loan information and submit VIP loan actions without manually building authenticated API calls.

Core Features & Use Cases

  • VIP loan data lookup: Retrieve VIP loan interest rates, collateral data, loanable assets, and interest-rate history for a given coin set and time range.
  • Authenticated VIP loan trading actions: Perform VIP loan borrow, renew, and repay requests using signed Binance endpoints.
  • Account & position checks: Check VIP loan collateral accounts and ongoing orders to understand current loan state before taking action.

Quick Start

Ask the AI to get the VIP loan interest rate for loanCoin BTC by signing the request with your Binance API key and secret.

Frequently Asked Questions about vip-loan

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

FAQPage Schema
How do I retrieve Binance VIP loan interest rates and collateral data via API?

To retrieve Binance VIP loan interest rates and collateral data, you query authenticated API endpoints using a signed Binance API key and secret. The Skill handles the signed requests and returns loanable assets and interest-rate history in JSON format.

Can I automate Binance VIP loan borrow, renew, and repay operations through an API?

Yes, you can automate Binance VIP loan borrow, renew, and repay operations. The Skill executes these authenticated trading actions by sending signed requests to specific Binance USER_DATA and TRADE endpoints, returning the operation results in JSON.

Do I need a Binance API key and secret to monitor ongoing VIP loan orders?

Yes, a Binance API key and secret are required to monitor ongoing VIP loan orders. The Skill uses these credentials to sign USER_DATA endpoint requests, enabling secure queries of your current loan state and time-bounded order history.

What is the best way to check my VIP loan collateral account before taking a trading action?

The best way to check your VIP loan collateral account is to query the ongoing order and collateral account endpoints. The Skill signs these Binance API requests with your credentials, returning current loan state data in JSON for operational workflows.

Why does my Binance VIP loan API request require signed endpoints?

Binance VIP loan API requests require signed endpoints to authenticate USER_DATA and TRADE permissions securely. The Skill applies your API key and secret to sign the requests, ensuring authorized access to loan information and trading actions.

What are the limitations of retrieving VIP loan interest-rate history for a specific time range?

Limitations include adhering to Binance VIP loan API path parameters and time bounds for interest-rate history queries. The Skill requires valid API credentials and depends on Binance endpoint availability to return accurate collateral and loanable asset data.