glassnode-api

star 1

Use when tasks require Glassnode on-chain metrics API integration with key-based auth, metric-path routing, and paid-plan capability checks.

1sh1ro By 1sh1ro schedule Updated 2/28/2026

name: glassnode-api description: "Use when tasks require Glassnode on-chain metrics API integration with key-based auth, metric-path routing, and paid-plan capability checks."

Glassnode API

Use this skill for Glassnode metric pulls.

When to use

  • The task needs on-chain metrics (exchange flows, supply, entity metrics).
  • You want deterministic calls to /v1/metrics/* endpoints.
  • You need to handle plan-restricted metrics cleanly.

Quick start

export GLASSNODE_API_KEY="..."
python3 scripts/glassnode_get.py /v1/metrics/market/price_usd_close \
  --param a=BTC \
  --param i=24h \
  --pretty

Workflow

  1. Set GLASSNODE_API_KEY.
  2. Call metric endpoint path directly.
  3. Use a (asset), i (interval), s/u (range) as query params where required.
  4. On plan/permission errors, keep endpoint path and error payload in data_gaps.

References

  • references/permissions.md
Install via CLI
npx skills add https://github.com/1sh1ro/xprepo --skill glassnode-api
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator