Skip to content
Overview
Overview
Overview
Overview
pageInfo
PageInfo!,non-null
totalCount
Int!,non-null
Sample
{ "edges": [ { "cursor": "Example String", "node": { "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "name": "Example String", "block": { "__typename": "Block" }, "chainId": "Example Custom Scalar", "height": "Example Custom Scalar", "moduleName": "Example String", "orderIndex": "Example Custom Scalar", "requestKey": "Example String", "parameters": "Example String", "parameterText": "Example String", "qualifiedName": "Example String", "transaction": { "__typename": "Transaction" } } } ], "pageInfo": { "startCursor": "Example String", "endCursor": "Example String", "hasNextPage": true, "hasPreviousPage": true }, "totalCount": 40 }

TransactionResultEventsConnectionEdge

cursor
String!,non-null
node
Event!,non-null
Sample
{ "cursor": "Example String", "node": { "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "name": "Example String", "block": { "__typename": "Block" }, "chainId": "Example Custom Scalar", "height": "Example Custom Scalar", "moduleName": "Example String", "orderIndex": "Example Custom Scalar", "requestKey": "Example String", "parameters": "Example String", "parameterText": "Example String", "qualifiedName": "Example String", "transaction": { "__typename": "Transaction" } } }

TransactionResultTransfersConnection

pageInfo
PageInfo!,non-null
totalCount
Int!,non-null
Sample
{ "edges": [ { "cursor": "Example String", "node": { "amount": "Example Custom Scalar", "block": { "__typename": "Block" }, "blockHash": "Example String", "chainId": "Example Custom Scalar", "creationTime": "Example Custom Scalar", "crossChainTransfer": { "__typename": "Transfer" }, "height": "Example Custom Scalar", "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "moduleHash": "Example String", "moduleName": "Example String", "orderIndex": "Example Custom Scalar", "receiverAccount": "Example String", "requestKey": "Example String", "senderAccount": "Example String", "tokenId": "Example String", "transaction": { "__typename": "Transaction" } } } ], "pageInfo": { "startCursor": "Example String", "endCursor": "Example String", "hasNextPage": true, "hasPreviousPage": true }, "totalCount": 40 }

TransactionResultTransfersConnectionEdge

cursor
String!,non-null
node
Transfer!,non-null
Sample
{ "cursor": "Example String", "node": { "amount": "Example Custom Scalar", "block": { "__typename": "Block" }, "blockHash": "Example String", "chainId": "Example Custom Scalar", "creationTime": "Example Custom Scalar", "crossChainTransfer": { "__typename": "Transfer" }, "height": "Example Custom Scalar", "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "moduleHash": "Example String", "moduleName": "Example String", "orderIndex": "Example Custom Scalar", "receiverAccount": "Example String", "requestKey": "Example String", "senderAccount": "Example String", "tokenId": "Example String", "transaction": { "__typename": "Transaction" } } }

A signer for a specific transaction.

address

The signer for the gas.

id
ID!,non-null
orderIndex
pubkey
String!,non-null
scheme

The signature scheme that was used to sign.

Implements interfaces

Node

A globally identifiable object in the GraphQL schema.

All core entities in this API implement the Node interface, which guarantees that they have a unique id field, enabling consistent caching, pagination, and reference resolution across the API.

Sample
{ "address": "Example String", "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "orderIndex": 40, "pubkey": "Example String", "scheme": "Example String", "clist": [ { "__typename": "TransactionCapability" } ] }

List of capabilities associated with/installed by this signer.

args
String!,non-null
name
String!,non-null
Sample
{ "args": "Example String", "name": "Example String" }
Referenced in

FungibleChainAccountTransfersConnection

pageInfo
PageInfo!,non-null
totalCount
Int!,non-null
Sample
{ "edges": [ { "cursor": "Example String", "node": { "amount": "Example Custom Scalar", "block": { "__typename": "Block" }, "blockHash": "Example String", "chainId": "Example Custom Scalar", "creationTime": "Example Custom Scalar", "crossChainTransfer": { "__typename": "Transfer" }, "height": "Example Custom Scalar", "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "moduleHash": "Example String", "moduleName": "Example String", "orderIndex": "Example Custom Scalar", "receiverAccount": "Example String", "requestKey": "Example String", "senderAccount": "Example String", "tokenId": "Example String", "transaction": { "__typename": "Transaction" } } } ], "pageInfo": { "startCursor": "Example String", "endCursor": "Example String", "hasNextPage": true, "hasPreviousPage": true }, "totalCount": 40 }

FungibleChainAccountTransfersConnectionEdge

cursor
String!,non-null
node
Transfer!,non-null
Sample
{ "cursor": "Example String", "node": { "amount": "Example Custom Scalar", "block": { "__typename": "Block" }, "blockHash": "Example String", "chainId": "Example Custom Scalar", "creationTime": "Example Custom Scalar", "crossChainTransfer": { "__typename": "Transfer" }, "height": "Example Custom Scalar", "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "moduleHash": "Example String", "moduleName": "Example String", "orderIndex": "Example Custom Scalar", "receiverAccount": "Example String", "requestKey": "Example String", "senderAccount": "Example String", "tokenId": "Example String", "transaction": { "__typename": "Transaction" } } }

A transfer of funds from a fungible between two accounts.

amount
Decimal!,non-null
block
Block!,non-null
blockHash
String!,non-nulldeprecated
Deprecation reason

Use block.hash field instead.

chainId
BigInt!,non-nulldeprecated
Deprecation reason

Use block.chainId field instead.

creationTime
DateTime!,non-null
crossChainTransfer

The counterpart of the crosschain-transfer. null when it is not a cross-chain-transfer.

height
BigInt!,non-nulldeprecated
Deprecation reason

Use block.height field instead.

id
ID!,non-null
moduleHash
String!,non-null
moduleName
String!,non-null
orderIndex
BigInt!,non-null

The order of the transfer when it is a defpact (multi-step transaction) execution.

receiverAccount
String!,non-null
requestKey
String!,non-null
senderAccount
String!,non-null
tokenId

The token id if this is a poly-fungible transfer.

transaction

The transaction that initiated this transfer.

Implements interfaces

Node

A globally identifiable object in the GraphQL schema.

All core entities in this API implement the Node interface, which guarantees that they have a unique id field, enabling consistent caching, pagination, and reference resolution across the API.

Sample
{ "amount": "Example Custom Scalar", "block": { "__typename": "Block" }, "blockHash": "Example String", "chainId": "Example Custom Scalar", "creationTime": "Example Custom Scalar", "crossChainTransfer": { "__typename": "Transfer" }, "height": "Example Custom Scalar", "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "moduleHash": "Example String", "moduleName": "Example String", "orderIndex": "Example Custom Scalar", "receiverAccount": "Example String", "requestKey": "Example String", "senderAccount": "Example String", "tokenId": "Example String", "transaction": { "__typename": "Transaction" } }

General information about the GraphQL API.

minimumBlockHeight

The lowest block-height that is indexed in this endpoint.

version
String!,non-null

The version of the graphl api.

Sample
{ "minimumBlockHeight": "Example Custom Scalar", "version": "Example String" }

Detailed information about the current Kadena network and its state.

The NetworkInfo type provides an overview of the network’s operational and consensus metrics, including circulation supply, hash rate, difficulty, transaction count, and chain topology details. It’s commonly used by explorers, monitoring tools, and analytics dashboards to understand the state, performance, and configuration of the Kadena blockchain network.

apiVersion
String!,non-null

The version of this GraphQL API. Useful to verify compatibility between the client and API.

coinsInCirculation
Float!,non-null

The current total number of coins in circulation on the network.

networkHashRate
Float!,non-null

The current aggregate hash rate of the Kadena network. Indicates the total mining power securing the network.

networkHost
String!,non-null

The host address or domain of the network node serving this API.

networkId
String!,non-null

The unique identifier of the network (e.g., mainnet01, testnet04).

totalDifficulty
Float!,non-null

The cumulative difficulty of all blocks mined so far. A higher value reflects the total work securing the chain.

transactionCount
Int!,non-null

The total number of transactions that have been processed across the network.

nodeBlockDelay
Int!,non-null

The current delay (in blocks) between the latest mined block and the block processed by the node. Useful for monitoring node synchronization status.

nodeChains
[String!]!,non-null

The list of chain IDs that make up the Kadena network. Kadena operates multiple braided chains in parallel.

numberOfChains
Int!,non-null

The total number of chains in the network.

genesisHeights

The genesis block height for each chain in the network. Provides insight into the starting point of each chain’s history.

nodePackageVersion
String!,non-null

The version of the node software package running this endpoint.

nodeServiceDate

The service start date and time of the current node. Useful for tracking uptime and deployment history.

nodeLatestBehaviorHeight
Int!,non-null

The latest block height known by the node’s behavior monitor. Can be used to assess node synchronization and chain progress.

countersOfEachChain

Transaction counters and statistics broken down by chain. Useful for analyzing per-chain activity levels and throughput.

Sample
{ "apiVersion": "Example String", "coinsInCirculation": 40, "networkHashRate": 40, "networkHost": "Example String", "networkId": "Example String", "totalDifficulty": 40, "transactionCount": 40, "nodeBlockDelay": 40, "nodeChains": [ "Example String" ], "numberOfChains": 40, "genesisHeights": [ { "__typename": "GenesisHeight" } ], "nodePackageVersion": "Example String", "nodeServiceDate": "Example Custom Scalar", "nodeLatestBehaviorHeight": 40, "countersOfEachChain": [ { "__typename": "CountersOfEachChain" } ] }
Overview
Overview
Overview
Overview