GET
/
v1
/
metrics
/
treasury-token-holdings
Treasury Token Holdings
curl --request GET \
  --url https://api.blockworks.com/v1/metrics/treasury-token-holdings \
  --header 'x-api-key: <api-key>'
{
  "projectName": [
    {
      "date": "2025-08-10",
      "value": 123456.789
    },
    {
      "date": "2025-08-11",
      "value": 234567.89
    },
    {
      "date": "2025-08-12",
      "value": 345678.901
    }
  ]
}

Authorizations

x-api-key
string
header
required

Query Parameters

project
enum<string>
required

Project slug (comma-separated for multiple).

Available options:
BMNR,
BNC,
BTBT,
BTCS,
CEP,
CEPO,
CYFRD,
DFDV,
ETHM,
ETHZ,
GAME,
HYPD,
MSTR,
SBET,
SMLR,
SQNS,
UPXI
Example:

"BMNR"

start_date
string<date>

Start date (YYYY-MM-DD)

end_date
string<date>

End date (YYYY-MM-DD)

Response

200
application/json

OK

The response is of type object.