For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
StatusDashboard
  • Getting Started
    • Introduction
    • Authentication
    • Rate Limits
    • Error Handling
  • Guides
    • Cash-In (Receiving Payments)
    • Cash-Out (Sending Payments)
    • PIX Keys Management
    • Webhooks Integration
    • MED (Special Returns)
  • API Reference
      • GETGet Limits
      • GETList Pending Limit Requests
      • POSTRequest Limit Change
      • GETGet Limit Request by ID
LogoLogo
StatusDashboard
API ReferencePix Limits

Get Limits

GET
https://api.brzip.com.br/api/v1/pix/limits
GET
/api/v1/pix/limits
$curl -G https://api.brzip.com.br/api/v1/pix/limits \
> -d account_id=acc-550e8400-e29b-41d4
200Retrieved
1{
2 "limits": {},
3 "period": {
4 "daytime": "06:00-20:00",
5 "nighttime": "20:00-06:00"
6 },
7 "currency": "BRL"
8}

Queries PIX transaction limits for the account, grouped by type (pix_out, pix_in, ted, boleto) and period (daytime/nighttime).

Scope: pix:limits:read

Was this page helpful?
Previous

List Pending Limit Requests

Next
Built with

Query parameters

account_idstringOptional

Account ID (optional, uses default account if omitted)

Response

Account limits
limitsobject
Limits grouped by type and period
periodobject
currencystring