https://api.fintatica.com.br/v1Authorization: Bearer <YOUR_API_KEY>GET /v1/funds?page=0&page_size=100Authorization: Bearer <YOUR_API_KEY>X-RateLimit-*, Retry-After) are in Authentication & Limits.page (zero-based) and page_size. Default is page=0, page_size=100, max page_size=1000. Responses don’t include total; stop when a page returns fewer items than requested. See Common Params.YYYYMMDD for date, from, and to. Ranges are inclusive. See Common Params.X-Request-Id from the response headers,{
"success": false,
"message": "Human-readable message",
"code": "machine_readable_code",
"error_data": {}
}401 vs 403—what’s the difference?not_authorized: missing/invalid token (server doesn’t know who you are).forbidden: token recognized, but you’re not allowed to access that resource.Retry-After, implement exponential backoff + jitter, and consider smaller page_size and lower concurrency. See Authentication & Limits.format=csv or format=xml for example. Use download=true to set Content-Disposition: attachment and trigger download in the browser. Details live on each endpoint page;X-Request-Id, endpoint, params, and a brief description.