Status

Gateway and chain status

Public: no authentication required. Service metadata, chain, contract addresses, signup and size limits, credential lifecycle version, funded-mutation availability, pinned provider health, and physical storage headroom so clients can explain upload availability.

GET/api/v1/statusTry it
iNote
No auth required — this endpoint is public and needs no Authorization header.
cURL
curl https://gateway.kepto.xyz/api/v1/status
200 · application/json
{
  "service": "kepto-gateway",
  "version": "0.3.0",
  "deploymentCommit": "string",
  "chainId": 0,
  "chain": "string",
  "addresses": {
    "token": "string",
    "registry": "string",
    "market": "string",
    "rwaRegistry": "string",
    "rwaVault": "string"
  },
  "allowSignup": true,
  "freeTierMaxBytes": 0,
  "maxFileSizeBytes": 0,
  "maxEncryptedEnvelopeBytes": 0,
  "credentialVersion": 2,
  "mutationAvailability": {
    "state": "available",
    "message": "Funded mutations are temporarily paused.",
    "startedAt": "2026-01-01T00:00:00Z",
    "targetEndAt": "2026-01-01T00:00:00Z",
    "maintenanceOverdue": true
  },
  "providerHealth": {
    "provider": "string",
    "active": true,
    "endpointConfigured": true
  },
  "faultTolerantReplicationAvailable": true,
  "storageCapacity": {
    "provider": "string",
    "limitBytes": 0,
    "usedBytes": 0,
    "reserveBytes": 0,
    "availableBytes": 0,
    "acceptingUploads": true
  }
}