GET
/
network
/
status
curl "https://api.stableyard.fi/v2/network/status"
{
  "status": "operational",
  "version": "2.0.0",
  "routing": {
    "status": "operational",
    "latency": 45
  },
  "chains": {
    "ethereum": { "status": "operational", "blockHeight": 19456789 },
    "base": { "status": "operational", "blockHeight": 12345678 },
    "polygon": { "status": "operational", "blockHeight": 55123456 },
    "arbitrum": { "status": "operational", "blockHeight": 192345678 },
    "solana": { "status": "operational", "slot": 245678901 },
    "movement": { "status": "operational", "blockHeight": 1234567 }
  },
  "requestId": "req_abc123"
}
Get the current API status, version, routing status, and individual chain statuses. No authentication required.
curl "https://api.stableyard.fi/v2/network/status"
{
  "status": "operational",
  "version": "2.0.0",
  "routing": {
    "status": "operational",
    "latency": 45
  },
  "chains": {
    "ethereum": { "status": "operational", "blockHeight": 19456789 },
    "base": { "status": "operational", "blockHeight": 12345678 },
    "polygon": { "status": "operational", "blockHeight": 55123456 },
    "arbitrum": { "status": "operational", "blockHeight": 192345678 },
    "solana": { "status": "operational", "slot": 245678901 },
    "movement": { "status": "operational", "blockHeight": 1234567 }
  },
  "requestId": "req_abc123"
}
status
string
required
Overall API status: operational, degraded, or down
routing
object
required
Routing health and latency
chains
object
required
Per-chain status and latest block/slot