---
title: "GET /crypto/fetch-prices"
method: GET
path: "/crypto/fetch-prices"
tags: ["crypto", "plan-one", "plan-extra", "plan-premium"]
---

# GET /crypto/fetch-prices

`GET /crypto/fetch-prices`

Fetch one or more (up to 10) real-time prices for supported cryptocurrency pairs

## Query parameters

- `pairs` string, required — A comma-separated list of crypto pairs

## Response `200`

Success

- object
  - `ms` number — Server response time in milliseconds
  - `prices` object

## Other responses

- `400` — Bad Request
- `401` — Not Authorized
- `403` — Forbidden
- `429` — Rate limit exceeded

---

[API](https://skmtc.dev/fastforex/apis/fastforex-io.md) · [All operations](https://skmtc.dev/fastforex/apis/fastforex-io/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fastforex/fastforex-io/revisions/140f748aaf10/schema)
