An API for retrieving current open positions on Beefy Finance and stats as shown in the dashboard
  • TypeScript 100%
Find a file
Jake Walker 5b6535a69e
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
add vault support
2026-06-09 19:31:02 +01:00
src add vault support 2026-06-09 19:31:02 +01:00
.gitignore initial commit 2026-05-29 14:26:19 +01:00
.woodpecker.yaml add vault support 2026-06-09 19:31:02 +01:00
deno.json refactor and document 2026-05-29 14:38:55 +01:00
deno.lock initial commit 2026-05-29 14:26:19 +01:00
main.ts refactor and document 2026-05-29 14:38:55 +01:00
main_test.ts add vault support 2026-06-09 19:31:02 +01:00
README.md refactor and document 2026-05-29 14:38:55 +01:00

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