f257457ad3
- 添加费率查询 API 接口 (getFeeRate) - 修正 API 返回字段名:使用 base_fee 而非 fee_rate_bps(与 TypeScript clob-client 一致) - 在所有订单创建处动态获取费率: * 跟单买入订单 (processBuyTrade) * 跟单卖出订单 (matchSellOrder) * 账户卖出订单 (sellPosition) - 费率获取失败时降级到默认值 "0",确保系统可用性 - 添加详细的日志记录,便于监控和调试 参考文档: https://docs.polymarket.com/developers/market-makers/maker-rebates-program