API Reference
Build with the VALTA API
Base URL
https://valta.co/api/v1All endpoints require Bearer token authentication
Authentication
Request Header
Authorization: Bearer YOUR_API_KEY
Get your API key from the Dashboard → API Keys
Endpoints
POST
/v1/agentsCreate a new agent identity with its own wallet
GET
/v1/agents/{id}/walletGet an agent's wallet balance
POST
/v1/wallet/transferTransfer funds between wallets
POST
/v1/spendSpend against an agent's wallet, checked against its policy
POST
/v1/policies/{agentId}Set or update spending policy for an agent
GET
/v1/transactionsGet transaction history
GET
/v1/auditRetrieve the hash-chained audit trail
Quick Start
Create an Agent
curl -X POST https://valta.co/api/v1/agents \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "my-ai-agent",
"type": "financial"
}'Response
{
"success": true,
"agent": {
"id": "agent_abc123xyz",
"name": "my-ai-agent",
"type": "financial",
"status": "active",
"createdAt": "2026-01-15T10:30:00Z"
}
}Rate Limits
Free100 req/day
Builder1,000 req/day
Startup10,000 req/day
VALTA — Lagos, Nigeria · Remote-first