v1

latestOpenAPI 3.0.02026-07-14866188.2 KB
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

agentIdstring required

Agent ID to fund

amountnumber required

Amount to transfer (minimum $1)

currencystring

Currency code (defaults to USD)

Example request

{
  "agentId": "agent_abc123",
  "amount": 100,
  "currency": "USD"
}

Response

Funds transferred successfully

statusstring
dataobject

Transfer details

Example response

{
  "status": "success"
}