Listing of metrics available for specific asset
GET/v2/metrics/asset/listing
Get all metrics that are actually available for the specified asset.
Request
Query Parameters
asset_id stringrequired
Asset identifier (e.g., USDC, USDT)
Responses
- 200
successful operation
- text/plain
- application/json
- text/json
- application/x-msgpack
- Schema
- Example (from schema)
- Example external metrics for asset
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": "STABLES_BRIDGED_USD",
"description": "Total USD stablecoins bridged to USD value"
},
{
"metric_id": "STABLES_CIRCULATING_USD",
"description": "Total circulating USD stablecoins"
},
{
"metric_id": "STABLES_MINTED_USD",
"description": "Total minted USD stablecoins"
}
]
- Schema
- Example (from schema)
- Example external metrics for asset
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": "STABLES_BRIDGED_USD",
"description": "Total USD stablecoins bridged to USD value"
},
{
"metric_id": "STABLES_CIRCULATING_USD",
"description": "Total circulating USD stablecoins"
},
{
"metric_id": "STABLES_MINTED_USD",
"description": "Total minted USD stablecoins"
}
]
- Schema
- Example (from schema)
- Example external metrics for asset
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": "STABLES_BRIDGED_USD",
"description": "Total USD stablecoins bridged to USD value"
},
{
"metric_id": "STABLES_CIRCULATING_USD",
"description": "Total circulating USD stablecoins"
},
{
"metric_id": "STABLES_MINTED_USD",
"description": "Total minted USD stablecoins"
}
]
- Schema
- Example (from schema)
- Example external metrics for asset
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": "STABLES_BRIDGED_USD",
"description": "Total USD stablecoins bridged to USD value"
},
{
"metric_id": "STABLES_CIRCULATING_USD",
"description": "Total circulating USD stablecoins"
},
{
"metric_id": "STABLES_MINTED_USD",
"description": "Total minted USD stablecoins"
}
]
Loading...
Was this section helpful?