v1
latestOpenAPI 3.0.02026-07-14866188.2 KBAgents
Fund an agent wallet from parent wallet
Transfer funds from parent wallet to agent wallet (internal transfer, no fees)
post/v0.2.4/agents/fund
Request body
Example request
{
"agentId": "agent_abc123",
"amount": 100,
"currency": "USD"
}Response
Funds transferred successfully
Example response
{
"status": "success"
}