api_algod_get_asset_by_id
Retrieve current asset information from the Algorand blockchain by specifying the asset ID and network.
Instructions
Get current asset information from algod
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assetId | Yes | Asset ID | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |