Agents
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"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.