Skip to main content
RPCRequestResponseComments
createAccountTransactionTransactionResponseCreates a new account by submitting the transaction. The grpc server returns the TransactionResponse
updateAccountTransactionTransactionResponseUpdates an account by submitting the transaction. The grpc server returns the TransactionResponse
cryptoTransferTransactionTransactionResponseInitiates a transfer by submitting the transaction. The grpc server returns the TransactionResponse
cryptoDeleteTransactionTransactionResponseDeletes and account by submitting the transaction. The grpc server returns the TransactionResponse
addLiveHashTransactionTransactionResponse(NOT CURRENTLY SUPPORTED) Adds a livehash
deleteLiveHashTransactionTransactionResponse(NOT CURRENTLY SUPPORTED) Deletes a livehash
getLiveHashQueryResponse(NOT CURRENTLY SUPPORTED) Retrieves a livehash for an account
getAccountRecordsQueryResponseRetrieves the record(fetch by AccountID ID) for an account by submitting the query.
cryptoGetBalanceQueryResponseRetrieves the balance for an account by submitting the query.
getAccountInfoQueryResponseRetrieves the account information for an account by submitting the query.
getTransactionReceiptsQueryResponseRetrieves the transaction receipts for an account by TxId which last for 180sec only for no fee.
getFastTransactionRecordQueryResponseRetrieves the transaction record by TxID which last for 180sec only for no fee.
getTxRecordByTxIDQueryResponseRetrieves the transactions record(fetch by Transaction ID) for an account by submitting the query.
getStakersByAccountIDQueryResponseRetrieves the stakers for a node by account ID by submitting the query.
approveAllowancesQueryResponseAdds one or more approved allowances for spenders to transfer the paying account’s hbar or tokens
deleteAllowanceQueryResponseDeletes the approved NFT allowances on an owner account