JUMP TOFullnode Http ApiAddress UtilitiesGenerateAddressgetCreateAddresspostValidateAddresspostAccountsCreateAccountpostGetAccountpostUpdateAccountpostAccountPermissionUpdatepostAccount ResourcesGetAccountResourcepostGetAccountPhotonpostFreezeBalancepostUnfreezeBalancepostGetDelegatedResourcepostGetDelegatedResourceAccountIndexpostTransactionsGetTransactionSignpostBroadcastTransactionpostBroadcastHexpostEasyTransferpostEasyTransferByPrivatepostCreateTransactionpostQuery The NetworkGetNowBlockgetGetBlockByNumpostGetBlockByIdpostGetBlockByLatestNumpostGetBlockByLimitNextpostGetTransactionByIdpostGetTransactionInfoByIdpostGetTransactionInfoByBlockNumpostListNodesgetGetNodeInfogetGetChainParametersgetGetNonProposalChainParametersgetVRC10 TokenCreateAssetIssuepostParticipateAssetIssuepostGetAssetIssueByAccountpostGetAssetIssueByIdpostGetAssetIssueListgetGetPaginatedAssetIssueListpostTransferAssetpostUnfreezeAssetpostUpdateAssetpostEasyTransferAssetpostEasyTransferAssetByPrivatepostSmart ContractsDeployContractpostGetContractpostTriggerSmartContractpostTriggerConstantContractpostUpdateSettingpostUpdateEntropyLimitpostClearAbipostVISIONZ Shielded Smart ContractGetSpendingKeygetGetExpandedSpendingKeypostGetAkFromAskpostGetNkFromNskpostGetIncomingViewingKeypostGetDiversifierpostGetZenPaymentAddresspostGetNewShieldedAddressgetCreateShieldedContractParameterspostCreateSpendAuthSigpostGetTriggerInputForShieldedVrc20ContractpostScanShieldedVrc20NotesByIvkpostScanShieldedVrc20NotesByOvkpostIsShieldedVrc20ContractNoteSpentpostDEX VRC10 ExchangeListExchangesgetGetExchangeByIdpostExchangeCreatepostExchangeInjectpostExchangeWithdrawpostExchangeTransactionpostDEX VRC10 MarketMarketSellAssetpostGetMarketOrderByAccountpostGetMarketOrderByIdpostGetMarketOrderByIdgetGetMarketPairListgetGetMarketPriceByPairgetMarketCancelOrdergetSolidity Node APIGetAccountpostGetNowBlockgetGetBlockByIdpostGetBlockByNumpostGetBlockByLimitNextpostGetBlockByLatestNumpostGetTransactionByIdpostGetTransactionInfoByBlockNumpostVoting & FVsListWitnessesgetCreateWitnesspostUpdateWitnesspostGetBrokeragepostUpdateBrokeragepostVoteWitnessAccountpostGetRewardpostWithdrawBalancepostGetNextMaintenanceTimegetProposalsListProposalsgetGetProposalByIdpostProposalCreatepostProposalApprovepostProposalDeletepostVISIONWEBVisionWeb ObjectaddresscreateAccountfromAsciifromDecimalfromVdtfromUtf8getEventByTransactionIDgetEventResultisAddressisConnectedsetAddresssetDefaultBlocksetPrivateKeysha3toAsciitoBigNumbertoDecimaltoHextoUtf8toVdtVISIONWEB.VSgetAccountgetAccountResourcesgetApprovedListgetBalancegetPhotongetBlockgetBlockByHashgetBlockByNumbergetBlockRangegetBlockTransactionCountgetBrokeragegetChainParametersgetConfirmedTransactiongetContractgetCurrentBlockgetExchangeByIDgetNodeInfogetRewardgetSignWeightgetTokenByIDgetTokenFromIDgetTokensIssuedByAddressgetTokenListByNamegetTransactiongetTransactionFromBlockgetTransactionInfogetUnconfirmedBalancegetUnconfirmedBrokeragegetUnconfirmedRewardgetUnconfirmedTransactionInfolistExchangeslistExchangesPaginatedlistNodeslistProposalslistSuperRepresentativesmultiSignsendRawTransactionsendTokensendTransactionsigntimeUntilNextVoteCyclegetConfirmedCurrentBlockgetUnconfirmedAccountgetProposalgetMarketOrderByIDgetMarketOrderByAccountgetMarketPriceByPairgetMarketOrderListgetMarketPairListVISIONWEB.TRANSACTIONBUILDERapplyForSRcancelMarketOrderclearABIcreateAssetcreateMarketSellAssetcreateProposalcreateSmartContractcreateTokencreateTokenExchangecreateVSExchangedeleteProposalextendExpirationfreezeBalanceinjectExchangeTokenspurchaseAssetpurchaseTokensendAssetsendTokensendVstradeExchangeTokenstriggerConfirmedConstantContracttriggerConstantContracttriggerSmartContractunfreezeBalanceupdateAccountupdateAssetupdateBrokerageupdateEntropyLimitupdateTokenupdateSettingvotevoteProposalwithdrawBlockRewardswithdrawExchangeTokensVISIONWEB.CONTRACTcontract().newcontract().atcontract.callcontract.sendcontract.watchPowered by getBlockTransactionCountRetrieves the count of transactions within a block.Usage JavaScriptvisionWeb.vs.getBlockTransactionCount(block); Parameters ParameterDescriptionTypeDefaultblockThe height of the block you wish to obtain transaction count data for.number | string- Returns Number Example JavaScriptvisionWeb.vs.getBlockTransactionCount(37259);; > 1