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.
| Package | Description |
|---|---|
| @awesome-algorand/query-core | QueryOptions |
| @awesome-algorand/react-query | Used in React |
| @awesome-algorand/svelte-query | Used in Svelte |
Table of Contents
You will find the following queries in the documentation. Each endpoint has examples for multiple frameworks.
Account
| Method | Reference | Description | Tutorial |
|---|---|---|---|
| GET | Account Information | Get account information. | |
| GET | Account Asset Information | Get account information about a given asset. | |
| GET | Account Application Information | Get account information about a given app. | |
| GET | Account Pending Transactions | Get a list of unconfirmed transactions currently in the transaction pool by address. |
Transaction
| Method | Reference | Description | Tutorial |
|---|---|---|---|
| GET | Pending Transaction Information | Get transaction information. |
Block
| Method | Reference | Description | Tutorial |
|---|---|---|---|
| GET | Block Information | Get the block for the given round. | |
| GET | Block Hash | Get the block hash for the block on the given round. |
Application
| Method | Reference | Description | Tutorial |
|---|---|---|---|
| GET | Application Information | Get application information. | |
| GET | Application Boxes | Get all box names for a given application. |