Skip to content

API Endpoint Reference

Complete documentation for every Algo Tick API endpoint. Each page includes live response previews, copy-ready code examples, parameter tables, and links to related datasets and dashboards.

# Quick start — get a market snapshot right now
    curl "https://algotick.dev/v1/snapshot"

Authentication

Public read endpoints on algotick.dev are anonymous. Pass query filters such as coin, metric_id, and hours when you need to scope a request.

GET /v1/snapshot
GET /v1/history?metric_id=btc_price&hours=24
# Public read access. Rate limit: 60 req/min per IP.

Rate limits: 60 requests/minute on the public tier. Use the OpenAPI schema and endpoint reference to generate clients or wire the API into automated workflows.

See Also

Don't just stare at the dashboard. Automate it.

Every metric on this page is available via our sub-millisecond API.
Build trading bots, backtest strategies, and power AI agents with institutional-grade data.

Explore API →

Continue the Research

📁 Data Library🍳 Cookbook🔑 API Overview📖 Playbooks