OKX DEX Swap & Broadcast Skill Overview This skill generates production-ready code for the complete on-chain swap flow using the OKX DEX Aggregator: Two API endpoints involved: | Step | Endpoint | Method | Purpose | |------|----------|--------|---------| | Swap | | GET | Get transaction calldata for the swap | | Broadcast | | POST | Submit signed transaction to the chain | Key features: - Full swap lifecycle with transaction signing - Auto-slippage calculation based on market conditions - MEV (sandwich attack) protection on ETH, BSC, SOL, BASE - Jito tips for Solana priority transactions - To…