Agents
Top Up
Add funds to an active agent
POST
SDK Alternative: Use
agent.topUp(txHash) for a simpler TypeScript interface. See SDK docsDescription
Adds additional funds to an already active agent. The agent will include the new funds in its optimization strategy.Path Parameters
The blockchain chain ID
The wallet address
Query Parameters
Transaction hash of the deposit
Response
Returns201 Created on success.