Stellar · Schema

BaseAsset

BlockchainCryptocurrencyDecentralized ExchangeLedgerPaymentsSmart ContractsWeb3

Properties

Name Type Description
asset_type string
asset_code string
asset_issuer string
View JSON Schema on GitHub

JSON Schema

stellar-horizon-baseasset.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://developers.stellar.org/schemas/horizon/BaseAsset.json",
  "title": "BaseAsset",
  "type": "object",
  "properties": {
    "asset_type": {
      "type": "string"
    },
    "asset_code": {
      "type": "string"
    },
    "asset_issuer": {
      "type": "string"
    }
  },
  "required": [
    "asset_type"
  ]
}