GET
/
v1
/
market-stats
/
{id}
List Market Stats
curl --request GET \
  --url https://api.blockworks.com/v1/market-stats/{id} \
  --header 'x-api-key: <api-key>'
{
  "total_usd_market_cap": 0,
  "total_usd_volume_24h": 0,
  "altcoin_usd_market_cap": 0,
  "altcoin_usd_volume_24h": 0,
  "stablecoin_usd_volume_24h": 0,
  "stablecoin_usd_change_24h": 0,
  "defi_usd_volume_24h": 0,
  "defi_usd_change_24h": 0,
  "btc_dominance": 0,
  "btc_dominance_change_24h": 0,
  "eth_dominance": 0,
  "eth_dominance_change_24h": 0,
  "updated_at": 0,
  "day": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Response

200
application/json

The response is of type object.