binance-tokenized-securities-info

Retrieve Binance tokenized stock data via Web3 endpoints with chainId and contractAddress.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of answering questions about tokenized US stock securities by providing both on-chain token metrics and underlying stock fundamentals.

Core Features & Use Cases

  • Supported stock discovery: Retrieve the list of supported tokenized stocks (e.g., Ondo) and map token contracts to underlying tickers.
  • RWA metadata & provenance: Fetch company information and attestation report references for research and verification.
  • Trading status & corporate action signals: Determine whether the market or a specific asset is open, paused, or limited, including corporate-action reason codes.
  • Real-time on-chain + fundamentals snapshot: Get token price/holders/supply plus US stock metrics like P/E and dividend yield.
  • K-Line (candlestick) data: Obtain OHLC data for technical analysis on the tokenized security.

Quick Start

Ask: "Using binance-tokenized-securities-info, list the supported Ondo tokenized stocks and then fetch tokenized security dynamic data and 1d K-Line for ticker 'AAPL' on BSC."

Frequently Asked Questions about binance-tokenized-securities-info

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

FAQPage Schema
How do I check if a tokenized stock on Binance is paused for corporate actions?

To check if a tokenized stock is paused, retrieve its trading status and corporate action reason codes using the asset's contract address. The Skill fetches real-time market status to determine if a specific token is open, paused, or limited due to corporate actions.

Can I get candlestick K-Line data for Ondo tokenized US stocks?

Yes, you can retrieve K-Line candlestick data for Ondo tokenized US stocks. The Skill obtains OHLC data for technical analysis by calling public Binance Web3 endpoints using the specific chainId and contractAddress for precise asset identification.

How do I compare on-chain token metrics with underlying stock fundamentals?

You can compare on-chain metrics with underlying stock fundamentals by fetching a real-time snapshot. The Skill retrieves token price, holders, and supply alongside US stock metrics like P/E and dividend yield, applying a token-to-share multiplier for correct reference price comparison.

What RWA metadata is available for supported tokenized securities?

RWA metadata for tokenized securities includes company information and attestation report references. This allows users to retrieve provenance data for research and verification, mapping token contracts to underlying stock tickers for supported assets like Ondo.

Do I need a specific chainId and contractAddress to query Binance tokenized security data?

Yes, you need the specific chainId and contractAddress to query Binance tokenized security data. These identifiers are required for calling public Binance Web3 endpoints to ensure precise asset identification when retrieving supported ticker lists, fundamentals, or K-Line data.