Skip to main content

GetTransactionCountInput

No description

input GetTransactionCountInput {
authentication: AuthenticationInput
chainId: Int!
address: String!
walletId: String!
}

Fields

GetTransactionCountInput.authentication ● AuthenticationInput input

The authentication tokens for the user (optional for API key users)

GetTransactionCountInput.chainId ● Int! non-null scalar

The chainId of the desired transaction count e.g. 1 for mainnet or 17000 for Holesky

GetTransactionCountInput.address ● String! non-null scalar

Address from which to count the number of transaction

GetTransactionCountInput.walletId ● String! non-null scalar

Internal Only. Temporarily used to determine whether queuing is turned on for that account/wallet

Member Of

getTransactionCount query