GET requests with path parameters and query-string authentication. It remains available for existing integrations but receives no new development.
Key Differences from V2
| Aspect | V1 (this section) | V2 (recommended) |
|---|---|---|
| HTTP method | GET with path params | POST with JSON body |
| Authentication | ?apikey= or apikey: header | Authorization: Bearer |
| Pagination | Offset-based | Cursor-based |
| Validator selection | Single index or pubkey in URL path | Batch selectors (index, pubkey, deposit address, withdrawal address, entity, dashboard) |
| BeaconScore | Not available | Available |
| Entity benchmarking | Not available | Available |
| Dashboard management | Not available | Available |

