---
title: "Currency Uptime Checker"
method: GET
path: "/api/b2b/status/currencies"
---

# Currency Uptime Checker

`GET /api/b2b/status/currencies`

Monitor the real-time health status of payment services across different currencies. Use this endpoint to check service availability before initiating transactions or to display the status on your integration's dashboard.

## Query parameters

- `timeframeInHours` string
- `currency` string

## Response `200`

200

- object
  - `success` boolean
  - `data` object[]
    - `currency` string
    - `overallStatus` string
    - `collectionStatus` string
    - `payoutStatus` string
    - `lastUpdated` 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)
