Hedera · Schema

NetworkFeesResponse

Distributed LedgerBlockchainDLTHashgraphTransactionsTokensNFTsSmart ContractsEnterprise

Properties

Name Type Description
fees object
timestamp object
View JSON Schema on GitHub

JSON Schema

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