dai-yield
v0.0.1
Published
Reserved name. The official Barker SDK for stablecoin yield data is stablecoin-yield — https://www.npmjs.com/package/stablecoin-yield
Maintainers
Readme
dai-yield
Looking for DAI yield data? The official Barker SDK is
stablecoin-yield.
Install the real SDK
npm install stablecoin-yieldimport { getVaults, formatApy } from 'stablecoin-yield';
const v = await getVaults({ asset: 'usdc', sort: 'apy', limit: 10 });
for (const p of v) {
console.log(`${p.protocolName} ${p.chainName}: ${formatApy(p.supplyApyTotal)}`);
}Filter by any stablecoin (USDC, USDT, DAI, sUSDS, USDe, …) — see the full API.
Want the Claude Code skill instead?
npx @barkermoney/skills install --allLinks
- npm (SDK): stablecoin-yield
- npm (CLI): @barkermoney/skills
- GitHub: YBSbarker/barker-stablecoin-skills
- Web: barker.money
License
MIT
