Category: Query
Entity: Infusion
Base URL: local http://localhost:1317; public testnet https://public.testnet.structs.network
Base Path: /structs
Keyed on (destinationId, address). Do not treat the first list row as “the reactor’s infusion.” Schema: infusion.md. Mechanics: energy.md.
| Method | Path | Description | Auth | Paginated |
|---|---|---|---|---|
| GET | /structs/infusion/{destinationId}/{address} |
Get one infusion | No | No |
| GET | /structs/infusion |
List all infusions | No | Yes |
| GET | /structs/infusion_by_destination/{destinationId} |
List infusions to a destination | No | Yes |
CLI: infusion · infusion-all · infusion-all-by-destination
GET /structs/infusion/{destinationId}/{address}
| Name | Type | Required | Description |
|---|---|---|---|
| destinationId | string | Yes | Reactor 3-n or generator struct id |
| address | string | Yes | Infusing Cosmos address |
GET /structs/infusion
GET /structs/infusion_by_destination/{destinationId}
Returns one row per infusing address. Aggregate across pages (limit 100) for a destination total.