Stellar · Schema

tradePrice

BlockchainCryptocurrencyDecentralized ExchangeLedgerPaymentsSmart ContractsWeb3

Properties

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

JSON Schema

stellar-horizon-tradeprice.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://developers.stellar.org/schemas/horizon/tradePrice.json",
  "title": "tradePrice",
  "type": "object",
  "properties": {
    "n": {
      "type": "string"
    },
    "d": {
      "type": "string"
    }
  }
}