Bitstamp · Schema

ErrorResponse

JSON Schema for Bitstamp ErrorResponse

CryptocurrencyExchangeTradingBitcoinEthereumSpot TradingWebSocketMarket DataOrder ManagementFinance

Properties

Name Type Description
status string Error status
reason string Error reason
code string Error code
View JSON Schema on GitHub

JSON Schema

errorresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ErrorResponse",
  "description": "JSON Schema for Bitstamp ErrorResponse",
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "description": "Error status"
    },
    "reason": {
      "type": "string",
      "description": "Error reason"
    },
    "code": {
      "type": "string",
      "description": "Error code"
    }
  }
}