Get spending limit configuration
Returns the current velocity-limit policy for the owner account (daily, per-call).
GET/api/v1/balance/spending-limitWallet JWT
For AI agents
Returns the configured spending velocity limits. Agent credential credit_limit must not exceed these limits.
Requires: Valid JWT
Generated OpenAPI reference
GET
/api/v1/balance/spending-limitAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X GET "https://api-staging.synapse-network.ai/api/v1/balance/spending-limit"{
"daily_limit_usdc": "100.00",
"per_call_limit_usdc": "1.00"
}