Stellar · Schema

thresholds

BlockchainCryptocurrencyDecentralized ExchangeLedgerPaymentsSmart ContractsWeb3

Properties

Name Type Description
low_threshold integer
med_threshold integer
high_threshold integer
View JSON Schema on GitHub

JSON Schema

stellar-horizon-thresholds.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://developers.stellar.org/schemas/horizon/thresholds.json",
  "title": "thresholds",
  "type": "object",
  "properties": {
    "low_threshold": {
      "type": "integer"
    },
    "med_threshold": {
      "type": "integer"
    },
    "high_threshold": {
      "type": "integer"
    }
  }
}