Authorizations
Path Parameters
Response
Markets data for the specified asset
Unix timestamp
Unix timestamp
Maximum length:
20
Maximum length:
100
curl --request GET \
--url https://api.blockworks.com/v1/assets/{idOrSlug}/markets \
--header 'x-api-key: <api-key>'
{
"volume_24h": 44573500000,
"ath": 4946.05,
"ath_change_percentage": -21.2222,
"ath_date": 1756063263,
"total_open_interest": 1707980000,
"total_liquidations": 0,
"updated_at": 1760639807,
"asset_code": "ETH",
"asset_slug": "ethereum"
}
Get markets data for a single asset. Returns only the markets data with asset identifiers.
curl --request GET \
--url https://api.blockworks.com/v1/assets/{idOrSlug}/markets \
--header 'x-api-key: <api-key>'
{
"volume_24h": 44573500000,
"ath": 4946.05,
"ath_change_percentage": -21.2222,
"ath_date": 1756063263,
"total_open_interest": 1707980000,
"total_liquidations": 0,
"updated_at": 1760639807,
"asset_code": "ETH",
"asset_slug": "ethereum"
}
Markets data for the specified asset
Unix timestamp
Unix timestamp
20
100