For the complete documentation index, see llms.txt. This page is also available as Markdown.

Protocols

Aave V3: Available Liquidity Volume by Token

get

Definition. The amount of each token currently available to be borrowed on version 3 of the Aave platform — supplied reserve minus outstanding borrows, per listed token.\n\nInterpretation. Provides insight into per-token lending-pool capacity and the available-to-utilized split that drives borrow-rate dynamics.\n

View in Studio

Authorizations
api_keystringRequired

Your Glassnode API key

Query parameters
astringRequired

asset id - (see metadata (metadata/metric) page for more details)

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 1h, 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200

Successful response

application/json
tinteger · int64Optional

Unix timestamp

Example: 1726790400
vone ofOptional

Metric value (can be number, object, or array depending on the metric)

Example: 822077
numberOptional
or
objectOptional
or
arrayOptional
get/v1/metrics/protocols/aave_v3_available_liquidity_sum_by_token
GET /v1/metrics/protocols/aave_v3_available_liquidity_sum_by_token?a=text HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 822077
  }
]

Uniswap TVL per Fee Tier

get

Definition. The total Value Locked (TVL) on Uniswap denominated in US dollars, presented as the total for a given fee tier on Uniswap V3. For each traded token pair, Uniswap allows for pools with four different trading fees: 0.01, 0.3.\n\nTechnical. TVL is calculated by summing the token amounts multiplied by their respective prices at each timestamp. To improve accuracy, adjustments have been made by eliminating token reserves that showed signs of token price manipulation.\n

View in Studio

Authorizations
api_keystringRequired

Your Glassnode API key

Query parameters
astringRequired

asset id - (see metadata (metadata/metric) page for more details)

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 10m, 1h, 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200

Successful response

application/json
tinteger · int64Optional

Unix timestamp

Example: 1726790400
vone ofOptional

Metric value (can be number, object, or array depending on the metric)

Example: 822077
numberOptional
or
objectOptional
or
arrayOptional
get/v1/metrics/protocols/uniswap_total_value_locked_by_fee_tier
GET /v1/metrics/protocols/uniswap_total_value_locked_by_fee_tier?a=text HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 822077
  }
]

Last updated