Observability

Budgets

Set hourly, daily, and monthly USDC spend caps at the team or wallet level.

Enterprise

Budgets

Budgets let you cap USDC spend at two levels: per-team and per-wallet. When a limit is reached, further requests are rejected until the window resets.

All amounts are in USDC (e.g. 10.0 = $10.00 USDC).

Note

If no wallet budget is configured, the gateway applies a default limit of $100/day.

Team budgets

Set a team budget

Requires admin or owner role.

PUT /v1/orgs/018f1a2b-.../teams/019c3d4e-.../budget
Authorization: Bearer <admin-token | solvela_k_...>
Content-Type: application/json

{
  "hourly": 5.0,
  "daily": 50.0,
  "monthly": 500.0
}

Request fields — all optional; omit any field to leave that window unlimited.

FieldTypeDescription
hourlyfloatMax USDC spend per hour
dailyfloatMax USDC spend per day
monthlyfloatMax USDC spend per calendar month

Response200 OK

{
  "hourly_limit": 5.0,
  "daily_limit": 50.0,
  "monthly_limit": 500.0,
  "hourly_spend": 1.25,
  "daily_spend": 12.50,
  "monthly_spend": 87.00
}

Get team budget and spend

Requires member role or higher.

GET /v1/orgs/018f1a2b-.../teams/019c3d4e-.../budget
Authorization: Bearer <admin-token | solvela_k_...>

Response shape is the same as the set response above.

Wallet budgets

Wallet budgets are set and read using the admin token only.

Set a wallet budget

PUT /v1/wallets/AgEnTwALLetAddReSs.../budget
Authorization: Bearer <admin-token>
Content-Type: application/json

{
  "daily": 25.0
}

Get a wallet budget and spend

GET /v1/wallets/AgEnTwALLetAddReSs.../budget
Authorization: Bearer <admin-token>
enterprise.upgrade

Ready for production?

Solvela Enterprise is $49.99/mo + 5% per route. Includes everything on this page plus the dashboard.

View pricing →