LogoLogo
  • Kaiko Knowledge Hub
  • GENERAL
    • 👋Introduction
  • Getting Started
    • BigQuery
    • Google Cloud
    • Azure Blob
    • AWS S3
  • Data Feeds
    • Level 1 Aggregations
      • Trade Count, OHLCV & VWAP
        • VWAP Only
        • OHLCV Only
    • Level 1 Tick-Level
      • All trades
      • Best bids and asks (top of book)
      • Borrows, repayments, liquidations, and withdrawals
    • Level 2 Aggregations
      • Raw order book snapshot
    • Level 2 Tick-Level
      • Bids and asks
      • Mints and burns
      • Interest rates, borrowed and deposited amounts
      • Tokens in a liquidity pool
        • Tokens in a liquidity pool (Uniswap v3)
  • Analytics Solutions
    • Derivatives Risk Indicators
      • Exchange-provided metrics
  • Monitoring Solutions
    • Blockchain Monitoring
      • Ethereum Wallets
      • Bitcoin Wallets
Powered by GitBook
On this page
  • What is this dataset?
  • Update frequencies
  • File structure details

Was this helpful?

Export as PDF
  1. Data Feeds
  2. Level 2 Tick-Level

Interest rates, borrowed and deposited amounts

What is this dataset?

This data provides information about lending pools. It shows data such as how many tokens has been deposited and borrowed, as well as the interest rates for lending and borrowing at each block.

Update frequencies

Channel
Update frequency

AWS

New CSV once a day

Azure

New CSV once a day

Google Cloud Platform

New CSV once a day

Snowflake

Not available

BigQuery

Not available

File structure details

  • File Name: [blockchain]_[kaiko_exchange_code]_[underlying_asset_symbol]_[underlying_asset_address]_[date].csv

    • Files are created on a daily basis.

    • example: ethereum_aav2_WETH_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2_2023-02-14.csv.gz

  • Cut-off time: 00:00:00 UTC

    • We use the timestamp of the block in order to cut-off the data points between days.

  • Column Delimeter: , (comma)

  • Decimal Mark (in numbers): . (dot)

Field
Description
Example

blockchain

The blockchain on which the transaction happened.

ethereum

block_number

The height of the block in which the transaction happened.

16025918

datetime

The timestamp of the block in which the transaction happened.

1669124591

protocol

Code of the L&B protocol.

aave/v2

asset_symbol

Symbol of the underlying asset.

crv

asset_address

Address of the underlying asset.

0xd533a949740bb3306d119cc777fa900ba034cd52

asset_decimals

Decimals of the underlying asset.

18

receipt_symbol

Symbol of the receipt asset.

acrv

receipt_address

Address of the receipt asset.

0x8dae6cb04688c62d939ed9b68d32bc62e49970b1

receipt_decimals

Decimals of the receipt asset.

18

total_liquidity

The total amount of liquidity for this pool.

1486160

available_liquidity

The total amount of available liquidity for this pool.

1279630

total_borrowed

The total amount of tokens borrowed for this pool.

206535

supply_rate

The supply rate.

0.00289186

stable_borrow_rate

The stable borrow rate.

0.0442648

variable_borrow_rate

The variable borrow rate.

0.0208089

...

Additional fields specific to each exchange. See below.

0

Additional fields

AAVE v1

Field
Description
Example

total_borrowed_stable

The total amount of assets borrowed with a stable rate for this pool.

0

total_borrowed_variable

The total amount of assets borrowed with a variable rate for this pool.

41872.928778

AAVE v2

Field
Description
Example

total_borrowed_stable

The total amount of assets borrowed with a stable rate for this pool.

4162389.524515

total_borrowed_variable

The total amount of assets borrowed with a variable rate for this pool.

345075360.304631

total_reserves

Total liquidity - All of the debt tokens supply.

51387128.92415

Compound

Field
Description
Example

total_reserves

Total liquidity - All of the debt tokens supply.

3486037.365878

Cream

Field
Description
Example

total_reserves

Total liquidity - All of the debt tokens supply.

033661.402437

Maker

Field
Description
Example

collateral_ratio

Minimum ratio of collateral before liquidation.

1.5

debt_ceiling

Maximum amount of DAI that can be emitted on this type of vault.

2500000

debt_floor

Minimum amount of DAI that can be minted for this type of Vault.

2000

PreviousMints and burnsNextTokens in a liquidity pool

Last updated 2 months ago

Was this helpful?