---
title: "Get Historical Rates 💱"
method: GET
path: "/api/b2b/utilities/rates/historical"
---

# Get Historical Rates 💱

`GET /api/b2b/utilities/rates/historical`

This will give you historical BID or ASK rates for a specific pair over the last 30 days.

## Query parameters

- `from` string, required
- `to` string, required

## Response `200`

200

- object
  - `success` boolean
  - `data` object[]
    - `currencyPair` string
    - `buy` number
    - `sell` number
    - `updatedAt` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/honeycoin/apis/honeycoin-v3-api-official.md) · [All operations](https://skmtc.net/honeycoin/apis/honeycoin-v3-api-official/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/honeycoin/honeycoin-v3-api-official/revisions/f3fef13ed253/schema)
