Listing of metrics available for specific chain
GET/v2/metrics/chain/listing
Get all metrics that are actually available for the specified blockchain chain.
Request
Query Parameters
chain_id stringrequired
Chain identifier (e.g., ETHEREUM, ARBITRUM)
Responses
- 200
successful operation
- text/plain
- application/json
- text/json
- application/x-msgpack
- Schema
- Example (from schema)
- Example external metrics for chain
Schema
Array [
]
metric_id stringnullable
Gets or sets the metric identifier.
description stringnullable
Gets or sets the description of the metric.
source_id stringnullable
Gets or sets the source identifier of the metric.
[
{
"metric_id": "string",
"description": "string",
"source_id": "string"
}
]
[
{
"metric_id": "TVL",
"description": "Total Value Locked in the protocol"
},
{
"metric_id": "STABLES_BRIDGED_USD",
"description": "Total USD stablecoins bridged to USD value"
},
{
"metric_id": "STABLES_CIRCULATING_USD",
"description": "Total circulating USD stablecoins"
}
]
- Schema
- Example (from schema)
- Example external metrics for chain
Schema
Array [
]
metric_id stringnullable
Gets or sets the metric identifier.
description stringnullable
Gets or sets the description of the metric.
source_id stringnullable
Gets or sets the source identifier of the metric.
[
{
"metric_id": "string",
"description": "string",
"source_id": "string"
}
]
[
{
"metric_id": "TVL",
"description": "Total Value Locked in the protocol"
},
{
"metric_id": "STABLES_BRIDGED_USD",
"description": "Total USD stablecoins bridged to USD value"
},
{
"metric_id": "STABLES_CIRCULATING_USD",
"description": "Total circulating USD stablecoins"
}
]
- Schema
- Example (from schema)
- Example external metrics for chain
Schema
Array [
]
metric_id stringnullable
Gets or sets the metric identifier.
description stringnullable
Gets or sets the description of the metric.
source_id stringnullable
Gets or sets the source identifier of the metric.
[
{
"metric_id": "string",
"description": "string",
"source_id": "string"
}
]
[
{
"metric_id": "TVL",
"description": "Total Value Locked in the protocol"
},
{
"metric_id": "STABLES_BRIDGED_USD",
"description": "Total USD stablecoins bridged to USD value"
},
{
"metric_id": "STABLES_CIRCULATING_USD",
"description": "Total circulating USD stablecoins"
}
]
- Schema
- Example (from schema)
- Example external metrics for chain
Schema
Array [
]
metric_id stringnullable
Gets or sets the metric identifier.
description stringnullable
Gets or sets the description of the metric.
source_id stringnullable
Gets or sets the source identifier of the metric.
[
{
"metric_id": "string",
"description": "string",
"source_id": "string"
}
]
[
{
"metric_id": "TVL",
"description": "Total Value Locked in the protocol"
},
{
"metric_id": "STABLES_BRIDGED_USD",
"description": "Total USD stablecoins bridged to USD value"
},
{
"metric_id": "STABLES_CIRCULATING_USD",
"description": "Total circulating USD stablecoins"
}
]
Loading...
Was this section helpful?