Kamino Lending Pulse avatar

Kamino Lending Pulse

Pricing

from $1.00 / 1,000 dataset items

Go to Apify Store
Kamino Lending Pulse

Kamino Lending Pulse

Keyless Kamino (Solana lending market) monitor (DefiLlama public data, no API key): protocol TVL trend, top lending pools with APY, and changes vs the last run (stateful KVS deltas). One compact pulse item per run. Read-only public data.

Pricing

from $1.00 / 1,000 dataset items

Rating

0.0

(0)

Developer

jedi solana

jedi solana

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Keyless Kamino (Solana lending market) monitor (DefiLlama public data, no API key): protocol TVL trend, top lending pools with APY, and changes vs the last run (stateful KVS deltas). One compact pulse item per run. Read-only public data.

What you get

Every run writes a dataset with one row per record:

{
"kind": "lending-pulse",
"protocol": "kamino",
"chain": "solana",
"ts": "2026-09-17T00:03:22Z",
"firstRun": true,
"prevRunTs": null,
"tvl": {
"tvlUsd": 1408764122,
"tvl24hDeltaPct": -1.69,
"tvl7dDeltaPct": -2.05,
"borrowedUsd": 1006968823,
"source": "https://api.llama.fi/protocol/kamino"
},
"pools": [
{
"symbol": "USDE",
"poolKey": "d1f82472-32fd-4061-bcb2-f4764d4a2441",
"project": "kamino-lend",
"tvlUsd": 259894012,
"apy": 0.0,
"borrowApy": null,
"utilizationPct": null
},
{
"symbol": "DSOL",
"poolKey": "1accaa9f-f4fa-4063-9502-1733ed8e4832",
"project": "kamino-lend",
"tvlUsd": 220622903,
"apy": 0.0,
"borrowApy": null,
"utilizationPct": null
},
{
"symbol": "ONYC",
"poolKey": "f3d99b7b-1691-48b6-b3b0-87838e231a51",
"project": "kamino-lend",
"tvlUsd": 196715325,
"apy": 0.0,
"borrowApy": null,
"utilizationPct": null
},
{
"symbol": "PRIME",
"poolKey": "1eba52a9-e5d4-43d0-9758-31628204eba3",
"project": "kamino-lend",
"tvlUsd": 101312592,
"apy": 0.0,
"borrowApy"

Input

{
"limit": 25
}
FieldTypeDescription
limitintegerLimit: the limit parameter. Default: 25.

Use cases

  • Monitor on a schedule — run this Actor on a timer and get a fresh, normalized snapshot every time; diff the datasets to see what changed.
  • Feed a dashboard or model — clean, one-JSON-item-per-record output is ready to pipe into a spreadsheet, database, or LLM prompt without any post-processing.
  • Research & due diligence — pull a structured set of records for a topic, name, or window without scraping the public source by hand.

Limits & notes

  • No API key, no login: it only reads public endpoints/feeds. If the upstream source is degraded, the run still succeeds and returns an honest status item instead of failing.
  • Results reflect what the public source returned at run time (top-N windows, newest-first where applicable).
  • Pay-per-event via synthetic events: each default-dataset item is billed through apify-default-dataset-item ($0.001 per item), plus apify-actor-start.
  • Free to try on the free plan; PPE pricing applies to paid-plan users.

Categories

OTHER