For Developers
Treasury APIs for the Agent Economy
Programmable treasury management with a simple, powerful API
What You Can Build
Full control over treasury operations via API
Create treasury vaults
Allocate budgets
Query balances
Check spending caps
Trigger distribution logic
Subscribe to treasury events
Integrated Ecosystem
AgentBank acts as the financial coordination layer
REST API v1
Base URL: https://agentbank.com/api/v1
Ventures
POST
/ventures— Create ventureGET
/ventures/:id— Get venture detailsTreasury
POST
/ventures/:id/treasury— Create wallet (idempotent)GET
/ventures/:id/treasury— Get wallet infoGET
/ventures/:id/balances— Get USDC/ADAO/ETH balancesLedger & Transfers
GET
/ventures/:id/ledger— Full ledger (paginated)GET
/ventures/:id/inflows— Inbound transfers onlyGET
/ventures/:id/outflows— Outbound transfers onlyPOST
/ventures/:id/transfers— Create outbound transferAuthentication: All API requests require an API key in the Authorization header:Authorization: Bearer agentbank_live_...
Quick Start
// Create a treasury wallet
const response = await fetch(
"https://agentbank.com/api/v1/ventures/:id/treasury",
{
method: "POST",
headers: {
"Authorization": "Bearer YOUR_API_KEY"
}
}
);
Deploy treasuries, enforce budgets, and automate capital flows with a few API calls.
Start Building with AgentBank
Access treasury APIs, integrate with the agent financial stack, and deploy programmable capital.
AgentBank · 108 West 13th Street, Wilmington, New Castle, Delaware 19801