class |
AccountApplicationInformation |
Given a specific account public key and application ID, this call returns the
account's application local state and global state (AppLocalState and AppParams,
if either exists).
|
class |
AccountAssetInformation |
Given a specific account public key and asset ID, this call returns the
account's asset holding and asset parameters (if either exist).
|
class |
AccountInformation |
Given a specific account public key, this call returns the accounts status,
balance and spendable amounts
/v2/accounts/{address}
|
class |
GetApplicationBoxByName |
Given an application ID and box name, it returns the round, box name, and value
(each base64 encoded).
|
class |
GetApplicationBoxes |
Given an application ID, return all Box names.
|
class |
GetApplicationByID |
Given a application ID, it returns application information including creator,
approval and clear programs, global and local schemas, and global state.
|
class |
GetAssetByID |
Given a asset ID, it returns asset information including creator, name, total
supply and special addresses.
|
class |
GetBlock |
Get the block for the given round.
|
class |
GetBlockHash |
Get the block hash for the block on the given round.
|
class |
GetBlockLogs |
Get all of the logs from outer and inner app calls in the given round
/v2/blocks/{round}/logs
|
class |
GetBlockTimeStampOffset |
Gets the current timestamp offset.
|
class |
GetBlockTxids |
Get the top level transaction IDs for the block on the given round.
|
class |
GetGenesis |
Returns the entire genesis file in json.
|
class |
GetLedgerStateDelta |
Get ledger deltas for a round.
|
class |
GetLedgerStateDeltaForTransactionGroup |
Get a ledger delta for a given transaction group.
|
class |
GetLightBlockHeaderProof |
Gets a proof for a given light block header inside a state proof commitment
/v2/blocks/{round}/lightheader/proof
|
class |
GetPendingTransactions |
Get the list of pending transactions, sorted by priority, in decreasing order,
truncated at the end at MAX.
|
class |
GetPendingTransactionsByAddress |
Get the list of pending transactions by address, sorted by priority, in
decreasing order, truncated at the end at MAX.
|
class |
GetReady |
Returns OK if healthy and fully caught up.
|
class |
GetStateProof |
Get a state proof that covers a given round
/v2/stateproofs/{round}
|
class |
GetStatus |
Gets the current node status.
|
class |
GetSupply |
Get the current supply reported by the ledger.
|
class |
GetSyncRound |
Gets the minimum sync round for the ledger.
|
class |
GetTransactionGroupLedgerStateDeltasForRound |
Get ledger deltas for transaction groups in a given round.
|
class |
GetTransactionProof |
Get a proof for a transaction in a block.
|
class |
GetVersion |
Retrieves the supported API versions, binary build versions, and genesis
information.
|
class |
HealthCheck |
Returns OK if healthy.
|
class |
Metrics |
Return metrics about algod functioning.
|
class |
PendingTransactionInformation |
Given a transaction ID of a recently submitted transaction, it returns
information about it.
|
class |
RawTransaction |
Broadcasts a raw transaction or transaction group to the network.
|
class |
SetBlockTimeStampOffset |
Sets the timestamp offset (seconds) for blocks in dev mode.
|
class |
SetSyncRound |
Sets the minimum sync round on the ledger.
|
class |
SimulateTransaction |
Simulates a raw transaction or transaction group as it would be evaluated on the
network.
|
class |
SwaggerJSON |
Returns the entire swagger spec in json.
|
class |
TealCompile |
Given TEAL source code in plain text, return base64 encoded program bytes and
base32 SHA512_256 hash of program bytes (Address style).
|
class |
TealDisassemble |
Given the program bytes, return the TEAL source code in plain text.
|
class |
TealDryrun |
Executes TEAL program(s) in context and returns debugging information about the
execution.
|
class |
TransactionParams |
Get parameters for constructing a new transaction
/v2/transactions/params
|
class |
UnsetSyncRound |
Unset the ledger sync round.
|
class |
WaitForBlock |
Waits for a block to appear after round {round} and returns the node's status at
the time.
|