Hedera
Search…
Hedera
Hedera
Mainnet
Testnets
Mirrornet
Getting Started
Introduction
Environment Set-up
Create an account
Transfer hbar
Try Examples! 👩💻
Core Concepts
Accounts
Keys and Signatures
Scheduled Transaction
Smart Contracts
Hashgraph Consensus Algorithm
Transactions and Queries
State and History
Mirror Nodes
Documentation
Release Notes
SDKs
Hedera API
Basic Types
Cryptocurrency Accounts
CryptoService
CryptApproveAllowance
CryptoDeleteAllowance
CryptoCreate
CryptoTransfer
CryptoUpdate
CryptoDelete
CryptoGetAccountBalance
CryptoGetAccountRecords
CryptoGetInfo
CryptoGetStakers
Consensus Service
Schedule Service
Token Service
File Service
Smart Contracts
Miscellaneous
Mirror Node API
Signature Provider
Integrating a Hedera Token Service Token
Record and Event Stream File Formats
Changelog
GitHub
Resources
Starter Projects
Demo Applications
Tutorials
Support & Community
Developer Chat
Meetups
Hedera FAQ
Status Page
Brand Guidelines
Powered By
GitBook
CryptoService
RPC
Request
Response
Comments
createAccount
Transaction
TransactionResponse
Creates a new account by submitting the transaction. The grpc server returns the TransactionResponse
updateAccount
Transaction
TransactionResponse
Updates an account by submitting the transaction. The grpc server returns the TransactionResponse
cryptoTransfer
Transaction
TransactionResponse
Initiates a transfer by submitting the transaction. The grpc server returns the TransactionResponse
cryptoDelete
Transaction
TransactionResponse
Deletes and account by submitting the transaction. The grpc server returns the TransactionResponse
addLiveHash
Transaction
TransactionResponse
(NOT CURRENTLY SUPPORTED) Adds a livehash
deleteLiveHash
Transaction
TransactionResponse
(NOT CURRENTLY SUPPORTED) Deletes a livehash
getLiveHash
Query
Response
(NOT CURRENTLY SUPPORTED) Retrieves a livehash for an account
getAccountRecords
Query
Response
Retrieves the record(fetch by AccountID ID) for an account by submitting the query.
cryptoGetBalance
Query
Response
Retrieves the balance for an account by submitting the query.
getAccountInfo
Query
Response
Retrieves the account information for an account by submitting the query.
getTransactionReceipts
Query
Response
Retrieves the transaction receipts for an account by TxId which last for 180sec only for no fee.
getFastTransactionRecord
Query
Response
Retrieves the transaction record by TxID which last for 180sec only for no fee.
getTxRecordByTxID
Query
Response
Retrieves the transactions record(fetch by Transaction ID) for an account by submitting the query.
getStakersByAccountID
Query
Response
Retrieves the stakers for a node by account ID by submitting the query.
approveAllowances
Query
Response
Adds one or more approved allowances for spenders to transfer the paying account's hbar or tokens
deleteAllowance
Query
Response
Deletes the approved NFT allowances on an owner account
Previous
Cryptocurrency Accounts
Next
CryptApproveAllowance
Last modified
6d ago
Copy link