Hedera · Schema

ExchangeRate

Distributed LedgerBlockchainDLTHashgraphTransactionsTokensNFTsSmart ContractsEnterprise

Properties

Name Type Description
cent_equivalent integer
expiration_time integer
hbar_equivalent integer
View JSON Schema on GitHub

JSON Schema

ExchangeRate.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hedera/refs/heads/main/json-schema/ExchangeRate.json",
  "title": "ExchangeRate",
  "type": "object",
  "properties": {
    "cent_equivalent": {
      "format": "int32",
      "example": 596987,
      "type": "integer"
    },
    "expiration_time": {
      "format": "int64",
      "example": 1649689200,
      "type": "integer"
    },
    "hbar_equivalent": {
      "example": 30000,
      "format": "int32",
      "type": "integer"
    }
  }
}