Hedera · Schema

NetworkExchangeRateSetResponse

Distributed LedgerBlockchainDLTHashgraphTransactionsTokensNFTsSmart ContractsEnterprise

Properties

Name Type Description
current_rate object
next_rate object
timestamp object
View JSON Schema on GitHub

JSON Schema

NetworkExchangeRateSetResponse.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hedera/refs/heads/main/json-schema/NetworkExchangeRateSetResponse.json",
  "title": "NetworkExchangeRateSetResponse",
  "type": "object",
  "properties": {
    "current_rate": {
      "$ref": "#/components/schemas/ExchangeRate"
    },
    "next_rate": {
      "$ref": "#/components/schemas/ExchangeRate"
    },
    "timestamp": {
      "$ref": "#/components/schemas/Timestamp"
    }
  }
}