Stats
Query this endpoint to retrieve realtime usage statistics for your Neutrino API account.
API Endpoint
https://neutrinoapi.net/stats
| Parameter | Type | Description |
|---|
| daily-totals | map | Daily (24hr) stats for each API endpoint |
| daily-ttl | integer | Number of seconds until your daily quotas are reset |
| totals | map | Total (all time) stats for each API endpoint |
| last-request-time | integer | Timestamp in milliseconds of last API request (UTC time) |
| connections-rejected | integer | Number of API requests which have been rejected for exceeding your account concurrency limit (this counter is reset monthly) |
| Characteristic | Value | Description |
|---|
| Avg Latency | 20ms | Average RTT for requests within the same data center/region |
| Max Rate | 20/second | Maximum inbound request rate. Exceeding this will result in request throttling |
| Max Concurrency | 250 | Maximum concurrent/simultaneous requests. Exceeding this will result in error code 06 [TOO MANY CONNECTIONS] |