Binance · Schema

Error

CryptocurrencyExchangeTradingBlockchainFinanceDeFiMarket Data

Properties

Name Type Description
code integer
msg string
View JSON Schema on GitHub

JSON Schema

binance-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Error",
  "title": "Error",
  "type": "object",
  "properties": {
    "code": {
      "type": "integer"
    },
    "msg": {
      "type": "string"
    }
  }
}