---
title: "Fetch crypto market data"
method: GET
path: "/api/crypto"
tags: ["Market data"]
---

# Fetch crypto market data

`GET /api/crypto`

Fetch supported crypto symbols, recent trade/price series, or kline data for strategy inputs. This is read-only and unauthenticated.

## Query parameters

- `symbol` string
- `type` 'trades' | 'klines' | 'symbols'
- `interval` string
- `limit` integer
- `query` string

## Response `200`

Crypto symbol search, summary, or time-series data.

- unknown

---

[API](https://skmtc.net/carboncopyinc/apis/blueprints-api.md) · [All operations](https://skmtc.net/carboncopyinc/apis/blueprints-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carboncopyinc/blueprints-api/revisions/821dba6e3373/schema)
