binance-tokenized-securities-info

Retrieve Ondo tokenized US stock data from Binance Web3 public endpoints.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you quickly retrieve authoritative information about Ondo tokenized US stock tokens on Binance Web3, including tradability status, corporate-action-driven restrictions, and both on-chain and US stock fundamentals.

Core Features & Use Cases

  • Supported token discovery: List available tokenized stocks and filter by provider to find chainId/contractAddress/ticker mappings.
  • RWA metadata & attestation documents: Fetch company information and attestation report paths (daily/monthly).
  • Trading status & corporate actions: Check market-wide and per-asset open/paused/limited states with reason codes that map to dividends, splits, earnings, and other events.
  • Real-time dynamic data: Pull on-chain token metrics plus US stock fundamentals (P/E, dividend yield, 52-week range, etc.), and order limits when available.
  • K-Line / candlestick charts: Retrieve OHLC candle series for token technical analysis.

Quick Start

Ask for: "Query Ondo tokenized stock data for ticker AAPL on BSC, including whether the asset is tradable and the latest K-Line for interval 1d with limit 5."

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 an Ondo tokenized stock is tradable on Binance Web3?

You can query Binance Web3 public endpoints to retrieve Ondo tokenized stock status, resolving the chainId and contractAddress first. The response returns market-wide and per-asset open or paused states alongside corporate action reason codes.

How do I retrieve K-Line candlestick data for Ondo tokenized securities?

Fetch K-Line candlestick data for Ondo tokenized securities by calling the Binance Web3 K-Line endpoint with a resolved contract address, interval, and limit parameters. This returns OHLC candle series required for technical chart analysis.

What on-chain fundamentals and metadata are available for Binance Web3 tokenized stocks?

Binance Web3 tokenized stocks provide on-chain metrics, company information, attestation report paths, and US stock fundamentals. Retrieved metadata includes P/E ratios, dividend yields, and 52-week price ranges for Ondo RWA assets.

How do corporate actions affect Ondo tokenized stock trading on Binance Web3?

Corporate actions trigger trading restrictions on Ondo tokenized stocks within Binance Web3, applying paused or limited states. These restrictions map to specific reason codes for dividends, stock splits, and earnings events returned by the status endpoints.

Do I need authentication to fetch Ondo tokenized stock data from Binance Web3 endpoints?

No authentication is required to fetch Ondo tokenized stock data from Binance Web3 public endpoints. The Skill resolves chainId and contractAddress then retrieves metadata, status, and K-Line data using only the required headers and parameters.

How do I find the contract address for a specific Ondo tokenized stock ticker?

Find the contract address for an Ondo tokenized stock ticker by listing available tokens on Binance Web3 and filtering by provider. This discovery process returns the required chainId and contractAddress mappings for subsequent data queries.