Crypto analytics, charts, rankings, and historical on-chain data.
Metric API Metadata
ASYNCREADNo auth
Returns a metric's schema including supported parameters, resolutions, time range, and API path.
ParametersFormJSON
Crypto asset ticker for the metric metadata query
Glassnode metric code to describe (e.g. market.PriceUsdClose)
cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "act_studio_glassnode_metric_api_metadata", "params": { "asset": "BTC", "metric_code": "market.PriceUsdClose" } }'