GET
/
v1
/
metrics
/
treasury-crypto-asset
Treasury Crypto Asset
curl --request GET \
  --url https://api.blockworks.com/v1/metrics/treasury-crypto-asset \
  --header 'x-api-key: <api-key>'
{
  "projectName": {
    "value": "BTC"
  }
}

Overview

  • Unit: string
  • Interval: N/A
  • Source: Blockworks

Example Request

curl -H "x-api-key: YOUR_API_KEY" \
  "https://api.blockworks.com/v1/metrics/treasury-crypto-asset?project=SMLR"

Example Response

{
  "smlr": {
    "value": "BTC"
  }
}

Notes

  • Intervals are N/A unless otherwise noted.
  • Data is updated N/A and may be revised after late-arriving data.

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.