vip-loan

Retrieve Binance VIP loan data via authenticated REST endpoints and return JSON.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps you retrieve Binance VIP loan information and perform VIP loan actions without manually constructing authenticated API requests.

Core Features & Use Cases

  • VIP loan endpoint coverage (read + trade actions): Query interest rates, collateral/loanable asset data, history, accrued interest, and ongoing orders; also execute authenticated VIP loan borrow/renew/repay and collateral account checks.
  • Authenticated, signed request handling: Supports required Binance headers and signing workflows using your API key and secret key for endpoints that require authentication.
  • JSON responses for easy integration: Returns results in JSON format suitable for downstream analysis or automation.

Quick Start

Ask the agent to call the VIP loan interest rate endpoint for a specific loanCoin using your Binance API credentials and return the JSON response.

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 through an authenticated API?

To retrieve Binance VIP loan interest rates and collateral data, you need an authenticated REST endpoint that supports API-key signing. This process handles HMAC, RSA, or Ed25519 request signing automatically, returning JSON formatted collateral and interest rate data for your VIP loan monitoring.

Can I automate Binance VIP loan borrow, repay, and renew actions with API keys?

Yes, you can automate Binance VIP loan borrow, repay, and renew actions using authenticated REST endpoints. It requires your API key and secret key to execute signed requests, returning JSON responses suitable for automated VIP loan decision support and ongoing order management.

What request signing methods does the Binance VIP loan API require?

The Binance VIP loan API requires request signing using HMAC, RSA, or Ed25519 methods. You must provide your API key and secret key to generate the required authentication headers, ensuring your VIP loan queries and trading actions are securely signed before reaching the endpoint.

How do I check ongoing VIP loan orders and accrued interest on Binance?

You can check ongoing VIP loan orders and accrued interest by querying dedicated Binance REST endpoints. Authenticated requests return JSON formatted data covering your loan histories, accrued interest, and current ongoing orders, providing the loan context needed before taking further action.

Does this approach support querying loanable assets for VIP loan planning?

Yes, querying loanable assets for VIP loan planning is supported. By parameterizing the correct authenticated Binance endpoints, you retrieve JSON output detailing available loanable assets and collateral data, enabling automated decision support and accurate VIP loan monitoring.

Why do my Binance VIP loan API requests fail with authentication errors?

Binance VIP loan API requests fail with authentication errors when request signing is incorrect or API keys lack sufficient permissions. Ensure your HMAC, RSA, or Ed25519 signature is generated properly and your API credentials are authorized for VIP loan read and trade endpoints.