An API for retrieving current open positions on Beefy Finance and stats as shown in the dashboard
- TypeScript 100%
|
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
|
||
|---|---|---|
| src | ||
| .gitignore | ||
| .woodpecker.yaml | ||
| deno.json | ||
| deno.lock | ||
| main.ts | ||
| main_test.ts | ||
| README.md | ||
Beefy Stats
Small Deno API for summarising open Beefy Finance positions for an EVM wallet.
API
GET /health
GET /positions?address=0x...
GET /positions/0x...
/positions returns open products with wallet balances, APY, estimated daily
USD yield, TVL, and dashboard-style PnL.
Development
deno task dev
Run checks:
deno task check