If you need to surface Ondo tokenized US stock data from Binance Web3, this is the connector. It pulls real-time on-chain metrics like token price, holder count, and circulating supply, plus underlying stock fundamentals like P/E ratio and dividend yield. The workflow is straightforward: query the token list to get chain ID and contract address, then hit the dynamic data endpoint for the full picture. Corporate action detection is genuinely useful here since it flags when tokens are paused for earnings, dividends, or splits with specific reason codes. One catch to understand upfront is the shares multiplier, most hover around 1.0 for dividend adjustments, but post-split tokens can be 5x or 10x, so you need to divide token price by the multiplier to get the reference price per share.
npx skills add https://github.com/binance/binance-skills-hub --skill binance-tokenized-securities-info