Hedera · Schema

TransactionsResponse

Distributed LedgerBlockchainDLTHashgraphTransactionsTokensNFTsSmart ContractsEnterprise

Properties

Name Type Description
transactions object
links object
View JSON Schema on GitHub

JSON Schema

TransactionsResponse.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hedera/refs/heads/main/json-schema/TransactionsResponse.json",
  "title": "TransactionsResponse",
  "type": "object",
  "properties": {
    "transactions": {
      "$ref": "#/components/schemas/Transactions"
    },
    "links": {
      "$ref": "#/components/schemas/Links"
    }
  }
}