Stellar · Schema

currency

BlockchainCryptocurrencyDecentralized ExchangeLedgerPaymentsSmart ContractsWeb3
View JSON Schema on GitHub

JSON Schema

stellar-horizon-currency.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://developers.stellar.org/schemas/horizon/currency.json",
  "title": "currency",
  "type": "string",
  "pattern": "[0-9]+\\.[0-9]{7}"
}