Stellar · Schema

Price

BlockchainCryptocurrencyDecentralized ExchangeLedgerPaymentsSmart ContractsWeb3

Properties

Name Type Description
n integer
d integer
View JSON Schema on GitHub

JSON Schema

stellar-horizon-price.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://developers.stellar.org/schemas/horizon/Price.json",
  "title": "Price",
  "type": "object",
  "properties": {
    "n": {
      "type": "integer",
      "format": "int32"
    },
    "d": {
      "type": "integer",
      "format": "int32"
    }
  }
}