GET
/
v1
/
market-stats
Get Market Stat
curl --request GET \
  --url https://api.blockworks.com/v1/market-stats \
  --header 'x-api-key: <api-key>'
{
  "page": 1073741824,
  "total": 50,
  "data": [
    {
      "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

Query Parameters

page
integer
default:1
Required range: 1 <= x <= 2147483647
limit
integer
default:100
Required range: 1 <= x <= 100
group_by
enum<string>
Available options:
day
query
string<json>
Maximum length: 65535
order_by
enum<string>
default:id
Available options:
id
order_dir
enum<string>
default:asc
Available options:
asc,
desc

Response

200
application/json

The response is of type object.