TriportRPC

Platform API

Cross-network Triport endpoints — chain catalog and live metrics, per-key endpoint discovery, a diagnostics runner, and a server-sent events stream of chain status.

Method / EndpointGET https://triport.io/v1/chains…, GET /v1/keys/{id}/endpoints, POST /v1/diagnostics/run-method
NetworkSolana | Ethereum | Polygon (cross-network)
Authenticationx-token header (SDK-preferred); see Authentication
Required scope
Tier / rate limitAny tier; see Rate Limits

What this surface is

These endpoints sit above the individual networks: one call tells you which chains exist and how healthy they are, which endpoints a key can reach, or runs a diagnostic method against any network. They power the public chains dashboard and are available to every tier.

curl "https://triport.io/v1/chains" -H "x-token: $TRIPORT_API_KEY"

Endpoint groups

The full endpoint list is below.