@mxlabs/okxnotify
Version:
OKX notification package with Feishu, Cloudflare Workers, and Gemini AI agent integration - Complete bundle
20 lines (19 loc) • 486 B
TypeScript
/**
* OKX Cefi 信息数据,同时通过AI分析,给出分析结果
*/
/**
* 获取OKX借贷利率,同时预判后续的借贷利率
* @param symbol 币种 BTC
* @returns 借贷利率
*/
export declare const getOkxLoanInfo: ({ symbol }: {
symbol: string;
}) => Promise<string>;
/**
* 获取OKX资金费率
* @param symbol 币种 BTC-USDT-SWAP
* @returns 资金费率
*/
export declare const getOkxFundingInfo: ({ symbol }: {
symbol: string;
}) => Promise<string>;