Install
openclaw skills install bitfinex-lending-monitorMonitor Bitfinex lending (funding) performance via API. Use when the user asks to check Bitfinex funding收益/借贷利息, automate daily收益统计, or avoid opening the Bitfinex app for lending status.
openclaw skills install bitfinex-lending-monitorUse this skill to fetch and summarize Bitfinex funding收益 from API.
v2/auth/r/walletsv2/auth/r/funding/credits/{Symbol}v2/auth/r/ledgers/{Currency}/hist filtered by wallet=fundingexport BITFINEX_API_KEY="your_api_key"
export BITFINEX_API_SECRET="your_api_secret"
python3 skills/bitfinex-lending-monitor/scripts/check_lending.py --currency USD --days 7
python3 skills/bitfinex-lending-monitor/scripts/check_lending.py --currency USD --days 7 --json
--currency is passed, script defaults to USD and symbol fUSD.