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

Bridges

Bridges Deposits By Chain

get

Definition. The USD value deposited into bridge smart contracts on Ethereum, flowing out of the Ethereum blockchain and into target blockchains, segmented by destination chain. Bridges are protocols that enable digital assets to be transferred from one blockchain to another. When an asset is transferred out of Ethereum, it is deposited and locked into a bridge smart contract. When the asset is transferred back to Ethereum, it is withdrawn and released from the contract.\n\nTechnical. Deposit Volume is computed daily by multiplying the number of tokens deposited into bridges by the latest daily price of each token. The metric only includes bridge contracts on the Ethereum side, covering bridge deposits into both L1 and L2 blockchains, providing information on the value transferred to both L1 competitors and L2 scaling solutions. Each bridge represents a single blockchain, except the ones labeled as multichain. That label is used to represent bridges that allow transferring assets across multiple different chains.\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 - 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/bridges/deposits_by_chain
GET /v1/metrics/bridges/deposits_by_chain?a=text HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 822077
  }
]

Bridges Net Flow By Chain

get

Definition. The net USD value flowing into or out of Ethereum bridge smart contracts, computed as bridge deposits minus bridge withdrawals. Equivalently, the net USD value moving in or out of the Ethereum blockchain via bridges.\n\nTechnical. Only bridge contracts on the Ethereum side are included. Coverage spans bridge deposits into both L1 and L2 destinations, capturing value transferred to L1 competitors and to L2 scaling solutions. Each bridge represents a single destination chain, except those labeled `multichain`, which transfer assets across several chains. Bridges are protocols that move digital assets between blockchains: when an asset leaves Ethereum it is deposited and locked into a bridge contract, and when it returns it is withdrawn and released.\n\nInterpretation. Positive values mean more value is being deposited into bridges, i.e. a net outflow from Ethereum. Negative values mean more value is being withdrawn from bridges, i.e. a net inflow back to Ethereum.\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 - 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/bridges/net_volume_by_chain
GET /v1/metrics/bridges/net_volume_by_chain?a=text HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 822077
  }
]

Bridges TVL

get

Definition. The total USD value locked inside the Ethereum side of bridge smart contracts, broken out per destination blockchain. Locked tokens are unavailable on Ethereum and available on the target chain.\n\nTechnical. TVL is computed daily by multiplying the number of tokens locked in each bridge smart contract by the latest daily price for each token. Bridges are protocols that transfer digital assets from one blockchain to another. When an asset leaves Ethereum, it is deposited and locked into a bridge smart contract, and when it returns to Ethereum it is withdrawn and released. This metric only includes bridge contracts on the Ethereum side, covering deposits into both L1 and L2 blockchains. Each bridge represents a single destination chain, except those labeled multichain, which fan out across multiple chains.\n\nInterpretation. A rising series means value is flowing out of Ethereum into the target chain, and a falling series means value is flowing back into Ethereum.\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 - 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/bridges/total_value_locked_by_chain
GET /v1/metrics/bridges/total_value_locked_by_chain?a=text HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 822077
  }
]

Bridges TVL Relative

get

Definition. The TVL dominance of each target-blockchain bridge, expressed as that bridge's TVL divided by the total TVL across all bridges.\n\nTechnical. Per-bridge TVL is computed daily by multiplying the number of tokens locked in each bridge smart contract by the latest daily price for each token, then divided by the total TVL across all bridges. Bridges are protocols that transfer digital assets from one blockchain to another. When an asset leaves Ethereum, it is deposited and locked into a bridge smart contract, and when it returns to Ethereum it is withdrawn and released. This metric only includes bridge contracts on the Ethereum side, covering deposits into both L1 and L2 blockchains. Each bridge represents a single destination chain, except those labeled multichain, which fan out across multiple chains.\n\nInterpretation. A rising relative TVL means the target blockchain is gaining USD-denominated dominance inside the bridge economy, and a falling one means it is losing it.\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 - 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/bridges/total_value_locked_by_chain_relative
GET /v1/metrics/bridges/total_value_locked_by_chain_relative?a=text HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 822077
  }
]

Bridges Withdrawals By Chain

get

Definition. The total USD value withdrawn from bridge smart contracts on Ethereum and therefore flowing back into Ethereum and out of the target blockchains, broken out per destination chain.\n\nTechnical. Withdrawal volume is computed daily by multiplying the number of tokens withdrawn from bridges by the latest daily price of each token. Bridges are protocols that transfer digital assets from one blockchain to another. When an asset leaves Ethereum, it is deposited and locked into a bridge smart contract, and when it returns to Ethereum it is withdrawn and released. This metric only includes bridge contracts on the Ethereum side, covering deposits into both L1 and L2 blockchains. Each bridge represents a single destination chain, except those labeled multichain, which fan out across multiple chains.\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 - 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/bridges/withdrawals_by_chain
GET /v1/metrics/bridges/withdrawals_by_chain?a=text HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 822077
  }
]

Last updated