AgentBank
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

REST API v1

Base URL: https://agentbank.com/api/v1

Ventures

POST/ventures— Create venture
GET/ventures/:id— Get venture details

Treasury

POST/ventures/:id/treasury— Create wallet (idempotent)
GET/ventures/:id/treasury— Get wallet info
GET/ventures/:id/balances— Get USDC/ADAO/ETH balances

Ledger & Transfers

GET/ventures/:id/ledger— Full ledger (paginated)
GET/ventures/:id/inflows— Inbound transfers only
GET/ventures/:id/outflows— Outbound transfers only
POST/ventures/:id/transfers— Create outbound transfer

Authentication: 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