blast.blitz Table: ez_money_markets Type: View
Blitz integrates a decentralized money market directly into its DEX, enabling borrowing and lending
of crypto assets using overcollateralized lending rules. Interest rates are dynamically adjusted
based on supply and demand, incentivizing liquidity provision and balancing borrowing costs. The
money market operates on-chain (e.g., on Arbitrum) and is managed through Vertex’s risk engine and
clearinghouse, offering users automated borrowing via portfolio margin and passive yield
opportunities on idle assets. This table tracks the money market products available on Vertex on an
hourly basis.
Columns
| Column Name | Data Type | Description |
|---|---|---|
| HOUR | TIMESTAMP_NTZ | The hour in which the stats table data was pull and inserted into the table. |
| TICKER_ID | TEXT | Identifier of a ticker with delimiter to separate base/target. |
| SYMBOL | TEXT | The specific Blitz product symbol, if it is a futures product it will have a -PERP suffix. |
| PRODUCT_ID | TEXT | The unique id of each product. Evens are perp products and odds are spot products. |
| DEPOSIT_APR | FLOAT | The recorded deposit APR for the money market product in that hour. |
| BORROW_APR | FLOAT | The recorded borrow APR for the money market product in that hour. |
| TVL | FLOAT | The sum total value locked for the money market product in that hour. |
| EZ_MONEY_MARKETS_ID | TEXT | |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was inserted into the table. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was last modified. |