status: Platform status

API: bitfinex.com:bitfinex
Endpoint: /platform/status
Response format: application/json
Charset: utf-8
Auth: none
Method: GET
Last Status: 200
Latency: 178ms

Description

Check if the platform is in maintenance mode or operating normally.

Examples (1)

Platform status probe-gate
curl 'https://api-pub.bitfinex.com/v2/platform/status'
import requests

resp = requests.get("https://api-pub.bitfinex.com/v2/platform/status")
data = resp.json()
import zingu_apis

api = zingu_apis.api("bitfinex")
result = api.fetch("platform/status")

for item in result:
    print(item)
const resp = await fetch("https://api-pub.bitfinex.com/v2/platform/status");
const data = await resp.json();

Probe History

Latency

Status Codes

TimeStatusLatencySize
2026-04-16 04:04:36.183507 200 178ms
2026-04-15 01:23:00.080296 200 129ms
2026-04-14 03:30:32.364202 200 166ms
2026-04-12 16:10:46.052014 200 156ms
2026-04-10 02:57:57.507341 200 193ms
2026-04-09 03:50:19.539513 200 158ms
2026-04-08 00:07:40.411544 200 132ms
2026-04-07 00:20:21.321672 200 160ms
2026-04-06 04:28:43.483084 200 197ms
2026-04-05 02:59:52.887561 200 170ms
2026-04-04 02:37:56.570435 200 153ms
2026-04-03 13:07:38.495022 200 202ms
2026-03-30 06:02:54.590470 200 498ms
2026-03-22T10:44:46.451774 200 116ms