https://api.veriko.mx/v1/insights/top-banksUser's top banks by volume or errors
How-to guide →Lists the most frequent banks in the user's validations over the last 30 days, ranked by total volume or by error count.
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
limit | query | integer | optional | Maximum number of banks to return. Default: 10 |
metric | query | string | optional | What to sort by. Default: volume |
curl -X GET 'https://api.veriko.mx/v1/insights/top-banks' \
-H 'Authorization: Bearer veriko_••••'Python example — coming soon.
JavaScript example — coming soon.
PHP example — coming soon.
| Field | Type | Description |
|---|---|---|
metric | string | Ranking metric: volume |
scope | string | Ranking scope: self |
banks | array | List of banks ordered by the selected metric. |
| Status | Class | Description | Body |
|---|---|---|---|
| 200 | 2xx | User's most frequent banks over the last 30 days. | No body |
| 401 | 4xx | Authentication is required or the provided credentials are invalid. | ErrorResponse |
| 403 | 4xx | Insufficient permissions. | ErrorResponse |
| Status | Code | Example |
|---|---|---|
| 401 | unauthorized | Invalid or missing authentication credentials. Envelope
|
| 403 | forbidden | You do not have permission to access this resource. Envelope
|