@mxlabs/okxnotify
Version:
OKX notification package with Feishu, Cloudflare Workers, and Gemini AI agent integration - Complete bundle
16 lines (15 loc) • 390 B
TypeScript
/**
* 获取Binance借贷利率,同时预判后续的借贷利率
* @param symbol 币种 BTC
*/
export declare const getBinanceLoanInfo: ({ symbol }: {
symbol: string;
}) => Promise<string>;
/**
* 获取Binance资金费率
* @param symbol 币种 BTC
* @returns 资金费率
*/
export declare const getBinanceFundingInfo: ({ symbol }: {
symbol: string;
}) => Promise<string>;