---
title: "Bridges Deposits By Chain"
method: GET
path: "/v1/metrics/bridges/deposits_by_chain"
---

# Bridges Deposits By Chain

`GET /v1/metrics/bridges/deposits_by_chain`

**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\n**Technical.** 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](https://studio.glassnode.com/charts/bridges.DepositsByChain?a=ETH)

## Query parameters

- `a` string, required
- `s` integer
- `u` integer
- `i` string
- `f` 'csv' | 'json'
- `timestamp_format` 'unix' | 'humanized'

## Response `200`

Successful response

- TimeSeriesDataPoint[]
  - `t` integer — Unix timestamp
  - `v` union — Metric value (can be number, object, or array depending on the metric)
    - number
    - object
  - `o` object — Object containing multiple metric values (when applicable)

## Other responses

- `400` — Bad Request - Invalid parameters or unsupported asset
- `401` — Unauthorized - Invalid or missing API key
- `429` — Too Many Requests - Rate limit exceeded

---

[API](https://skmtc.net/glassnode/apis/glassnode-api-addresses.md) · [All operations](https://skmtc.net/glassnode/apis/glassnode-api-addresses/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/glassnode/glassnode-api-addresses/versions/7f6a24031f46/schema)
