Skip to content

Algod Introduction

API endpoints for algod operations.

Structure

Algodv2 is provided by the use-wallet package, which is used to interact with the Algorand blockchain. All query packages are built on top of the core package, which provides the QueryOptions. This ensures that the query options are consistent across all packages.

PackageDescription
@awesome-algorand/query-coreQueryOptions
@awesome-algorand/react-queryUsed in React
@awesome-algorand/svelte-queryUsed in Svelte

Table of Contents

You will find the following queries in the documentation. Each endpoint has examples for multiple frameworks.

Account

MethodReferenceDescriptionTutorial
GETAccount InformationGet account information.
GETAccount Asset InformationGet account information about a given asset.
GETAccount Application InformationGet account information about a given app.
GETAccount Pending TransactionsGet a list of unconfirmed transactions currently in the transaction pool by address.

Transaction

MethodReferenceDescriptionTutorial
GETPending Transaction InformationGet transaction information.

Block

MethodReferenceDescriptionTutorial
GETBlock InformationGet the block for the given round.
GETBlock HashGet the block hash for the block on the given round.

Application

MethodReferenceDescriptionTutorial
GETApplication InformationGet application information.
GETApplication BoxesGet all box names for a given application.